If you find this article useful, consider making a small donation to show your support for this web site and its content.
Free app Developer Interview available here.

Available on the iPhone App Store
Available on the Google Play
AboutMe
About me:
Hi. My name is Farooq Kaiser and I'm a software developer from Toronto, Canada.

iphone Hello World in Objective C

by Farooq Kaiser 28. June 2009 03:45
As i have mentioned in my previouse article that All iPhone development is done in objective-c. Today i will start with a simple program using command line. $ cat&nb... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

iphone | Objective-C

Thinking to build iphone application

by Farooq Kaiser 22. June 2009 05:23
Before you can start writing application for iPhone, you'll need the following things.  You'll need to sign up to become a registered iPhone developer at http://developer.apple.com/iphone/. that will allow you to download the iPhone SDK.  The free SDK al... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

iphone

Building a T-SQL Loop

by Farooq Kaiser 12. June 2009 14:04
This topic shows how to write Nested loop with table variable instead of cursors. This tutorial will use AdventureWorks database.  DECLARE @COUNTER AS INT DECLARE @TOTALREC AS INT DECLARE @RESULT_TABLE TABLE ( RES_ID INT, R... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

SQL

Entity SQL query with parameters using ObjectQuery

by Farooq Kaiser 11. June 2009 13:57
This topic shows how to execute an Entity SQL query with parameters using ObjectQuery. I will replace my previous article Querying with Entity SQL example with parameters... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

.NET | C#

Querying with Entity SQL

by Farooq Kaiser 9. June 2009 13:59
CreateQuery(T) Method creates an ObjectQuery(T) in the current object context by using the specified T-SQL-like query language. I will replace ADO.NET Entity Framework example with... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

.NET | C#

ADO.NET Entity Framework

by Farooq Kaiser 6. June 2009 15:44
In this tutorial I will show you how you can create data access classes using the Microsoft Entity Framework when building an ASP.NET application.  This tutorial will use AdventureWorks database. Follow the these steps. Add a new item to the project by right-clicking on Windows... [More]

Currently rated 1.0 by 1 people

  • Currently 1/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

.NET | C# | SQL

Import Excel File to sql server database using SSIS package

by Farooq Kaiser 6. June 2009 04:46
Currently, I am working on a project that requires data tranfer from excel files to sql server database. In this article, i will show you how to transfer data from one source to another. Follow the these steps. Launch Business Intelligence Development Studio by selecting All Programs ... [More]

Currently rated 4.0 by 1 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

SQL | SQL SERVER INTEGRATION SERVICES

Ranked Results with MS SQL

by Farooq Kaiser 3. June 2009 14:56
Recently, I created a report using SSRS and i found ROW_NUMBER() can be very useful in rank-related tasks.Here is a sample query using AdventureWorks database. Select ProductID, ReorderPoint , SafetyStockLevel,ROW_NUMBER() OVER (order by ProductID) as RowFROM Production.Product&n... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

SQL

Jobs Autos Real estate Videos Power by Google