Software Development Life Cycle (SDLC) Krunal Shah2017-09-27T05:12:00-07:00 Once upon a time, software development consisted of a programmer writing code to solve a particular problem or automate a procedure. Now, ...Read More
SQL query to convert column to row Krunal Shah2017-09-27T05:11:00-07:00 During the creation of table maximum time we only consider the purpose and efficiency of the table. All time we don’t think about the repo...Read More
MS SQL Server Krunal Shah2017-09-27T05:10:00-07:00 MS SQL Server is a computer application that is primarily used to store and retrieve data. This program is developed by Microsoft Corporat...Read More
Difference Between Primary Key and Unique Key Krunal Shah2017-09-27T05:08:00-07:00 In relational database system primary key and unique key are two important concepts. Both are used to uniquely identify a row in a table. ...Read More
How to make a Great Primary Key? Krunal Shah2017-09-27T05:08:00-07:00 The primary key is in important factor for any relational database. It plays a vital role. It has numerous functionalities. On a table we ...Read More
Microsoft Silverlight Krunal Shah2017-09-27T05:07:00-07:00 Microsoft Silverlight is a technology for developing and running rich Internet applications. Its functinalities and purposes is similar to...Read More
Insert, Update, Delete in WCF Krunal Shah2017-09-27T04:02:00-07:00 Windows Communication Foundation or WCF is a framework for building service oriented applications. By using WCF we can transfer data as as...Read More