/* ------------------------ My Meta Content Here SEO ------------------------ */

Pages

Main Menu

Thursday, February 20, 2014

What is cookie less session? How it works? | ASP.NET State Management Article | mr-ponna.com

What is cookie less session? How it works? | ASP.NET State Management Article | mr-ponna....
Read More »

Wednesday, February 19, 2014

How to Create a Linked Server

http://msdn.microsoft.com/en-us/library/aa560998.aspx Copy table from one database to another Create a linked server to the source server. The easiest way is to right click "Linked Servers" in Management Studio; it's under Management -> Server Objects. Then you can copy the table using a 4-part name, server.database.schema.table: select * into DbName.dbo.NewTable from LinkedServer.DbName.dbo.OldTable This will both create the new table with the same structure...
Read More »

Tuesday, February 11, 2014

Logging with Log4Net in C#

Logging with Log4Net in C# http://www.eyecatch.no/blog/2012/08/logging-with-log4net-in-c-sharp/ http://www.codeproject.com/Articles/140911/log4net-Tutorial ...
Read More »

My Blog List