Offshore ASP.NET Application Development

Microsoft's Active Server Pages (ASP).Net program permits web developers to design and develop dynamic web applications, web sites and other web related services and technologies. Microsoft had first come up with .NET Framework, followed by the Classic ASP development which was later followed by ASP.NET Framework with improved features and services. Asp.net software development is [...]

Creating Sql Database Connection in Asp.net Web Application Through C#

1: Open visual studio 2005 and from FILE select NEW-> WebSite, then from pop-menu select asp.net website (Note: Language must be C#) , then press OK. 2: Now create three textboxes from the toolbox , to remove ambiguity I am using default name for that textboxes and that should be textbox1,textbox2 & textbox3. And also [...]

Murat Yasar – Asp.net Application Warm Up By Using Windows Service

When you make a request for a page from any Asp.Net application, it takes server some time to respond your request. During this waiting period, some server side tasks happen. Application Life Cycle in General According to MSDN: 1-)User requests an application resource from the Web server. 2-)ASP.NET receives the first request for the application. [...]