Code Master - A reference guide for programmer's

Programming is fun and interesting. As you all know, sometime we programmers stucks in the middle way of coding without getting a solution. Blogs like this will help us to find a path to solve our problems. The contents of this blog are the solutions that I found by myself and from other sources. Sharing such solutions is also interesting. Thank you!

Wednesday, April 22, 2015

Sorting rows in a data table C#

›
Create a new DataTable from a DataView that you create from your original DataTable.  Apply whatever sorts and/or filters you want on the ...
Monday, April 20, 2015

How to stop IIS asking authentication for default website on localhost

›
IIS uses Integrated Authentication and by default IE has the ability to use your windows user account...but don't worry, so does Firef...
Wednesday, April 15, 2015

How to find all the dependencies of a table in sql server

›
Following are the way can check the depedencies Method 1: Using sp_depends sp_depends 'dbo.First' GO Method 2: Usin...
Tuesday, April 14, 2015

Insert value from one table to another in SQL Server

›
Example INSERT INTO new_table (Col1, Col2, Col3, Coln) SELECT Value1, Value2, Value3, Valuen FROM initial_table -- optionally WHE...
‹
›
Home
View web version
Powered by Blogger.