An article which discusses the similarites between different technologies of J2EE and .NET and helps you to move from J2EE to .NET. Quick tips to get you started, in case you need to migrate a J2EE based application to a .NET based application.
This article describes procedures to easily and properly create and maintain your VS.Net 2003 projects under your source control system. This is especially important for ASP.Net web applications as many developers have difficulty organizing them under Visual Source Safe.
Shows and explains you how to make an ASP .NET Web Service, an ASP .NET Web Application and how to consume the Web Service with the ASP .NET Web Application.
TheCodeBehind is a combination blog and resource site for programmers and developers to share code, learn from each other and blog about whatever interests them.
The site includes some great features such as members advertising on their blogs and resources, and being able to add languages to the main site themselves!
Languages currently on the site include asp, asp.net, asp.net 2.0, c, c#, c++, java, javascript, jscript, jscript.net, perl, php, python, vb, vb.net and vbscript!
We are now at the next stage of Active Server Pages development. ASP.NET takes Active Server Pages and rapid web application development to a whole new level. All of the benefits provided by Active Server Pages to web development have been expanded upon and improved. Many of the inherent hurdles and barriers that caused struggles and difficulties for web developers in earlier versions of ASP have been lowered or eliminated altogether.
The author writes "One of the things that keeps coming up as a benefit of switching to ASP.NET is the ability to use code-behind to separate display code from application logic. In Visual Studio.NET, this is 'automagically' done for you. So what if you don't have VS.NET? Here's how you can implement code-behind using just a plain old text editor and the tools included in the .NET Framework... no VS.NET required!" Source codes available for download.
This article describes the life cycle of an ASP.NET page from initialization to unloading. Also shows the various methods to override ASP.NET server-side events. Source code available for download.
A comprehensive tutorial on uploading files to server hard disk using built-in ASP.NET server controls. Describes how to upload more than one file? how to upload only image files? how to retrieve other form non-binary field values? how to view and delete files uploaded on the server? how to force user to download a file without viewing it? how to expose correct file name to the user browser instead of a generic file.aspx? how to retrieve correct content-type for the file from system registry? how to set/unset max file upload size limit per folder of your application?