In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database. .
ASP.NET is built on a core set of classes and interfaces that abstract the HTTP protocol. The three core abstractions are the context (HttpContext) that represents the current HTTP request, handlers (classes that implement IHttpHandler) that are capable of servicing HTTP requests, and modules (classes that implement IHttpModule) that can pre/post process HTTP requests to provide additional services.
Ever wondered how Microsoft have implemented Windows XP help?
Ever wondered how MSDN authors develop their articles?
Ever wondered how come when you press F1 in most application you are presented with something describing that part of the application? You will be amazed if we told you that all of the above cases are developed using the same tool: Microsoft Windows HTML Help Workshop. We believe now you need not us to explain more why Microsoft Windows HTML Help Workshop is an important and vital tool for most software developers and content writers / distributors.
Web Services Enhancements for Microsoft .NET (WSE) provides an implementation of the Web services architecture for developers creating Web services by using ASP.NET and Microsoft .NET Framework client applications. It allows developers to incorporate security, routing, and attachment features in their application.
Explains how Web services work and how to call it from ASP.NET.
When we create and run this web service , it will be run by a web browser. However, in real life, the true aim of web service can only be achieved if we can call it from some web application or a console application.
Explains how to include multiple .config files to make ASP.NET Web application more secure and manageable. Microsoft ASP.Net provides a configuration system that can be used to keep our applications flexible at run-time.
This tutorial covers one option for including a common header and footer into your HTML pages without having to modify the html page itself. Technologies used are the System.XML, System.Net, and System.IO .Net classes.
With the advent of .NET, support for ASP.NET development has been fully integrated into Visual Studio .NET. It provides an extremely powerful and usable environment for ASP.NET development in the guise of Web Forms, as well as the more traditional types of application (Windows Forms). And now Visual Studio .NET is joined by another Microsoft product, namely the Microsoft ASP.NET Web Matrix Project (referred to from here on in as "Web Matrix").
In this tutorial you will learn the procedure for Installing Visual Studio.NET 2.0 starting with minimum system requirements, runtime setup and side by side installation.
ASP.NET 2.0 Tutorials - Installing Visual Studio.NET Beta 2.0 : In this tutorial you will learn the procedure for Installing Visual Studio.NET Beta 2.0 starting with minimum system requirements, runtime setup and side by side installation.