As you know a code file can declare multiple namespaces – stand-alone ones or nested ones. The types under the namespaces with the same name are treated as one single logical group. Types that are not declared in any namespace are considered to be in the “global†namespace, which is the outer-most, default one.
About .NET Framework Versions
There has been a lot of confusion around .NET Framework version numbers and it’s implications to applications as well as the development environment. This article will attempt to explain and clear any outstanding confusions.
Display Online Users
This articles shows how to display online/active users on your website using ASP.NET
How to Automate Web Browser using VB.NET
This Article helps to understand the capabilities of the WebControl to Automate Any Website or to Extract information from any site.
Dynamically Populate Combo Box using Dataset
This article shows how to populate a Combo Box dynamically using dataset.
How to make API calls in .NET
A sample process showing how can we make Windows API calls in .NET