Microsoft Certified IT Professional (MCITP) The Microsoft Certified IT Professional (MCITP) credential is the leading certification for Microsoft. It provides widely recognized, objective validation of your ability to…
Connection Object & Properties in ASP.Net C# The Connection object represents a connection to a data source. When you instantiate a Connection, you pass a connection string to the constructor, which contains information…
COM & DCOM and .NET Remoting services Though COM and DCOM are able to provide reusability and a distributed platform, they also suffer from problems of versioning, reference counting, and so on. Microsoft .NET came up…
Ways to Free Promote Your Blog Things You Can Do to Promote Your New Blog, I know that most of you bloggers out there will do some of them.
One of the best ways to get the blogging community’s attention is…
.NET CLR and SQL SERVER run in different process? .Net CLR and all .net realtes application and Sql Server run in same process or we can say that that on the same address because there is no issue of speed because if these two…
What is Caching in ASP.Net Web applications are accessed by multiple users. A web site can have an extremely low load for minimum number of client access which provide faster access of the sites or may be…
Protecting ViewState in ASP.Net By default ASP.NET uses autogenerated keys for view state validation and encryption. Validation and decryption happen separately and therefore two different keys are employed.…
ASP.Net Programming Environment ASP.NET has a rich set of software objects to work with in an object-oriented and compiled programming environment. Much of the functionality takes place in the background with…