Archive for the 'ASP.NET' Category

If you are new to ASP.NET, you can learn the basics of how to create dynamic web applications with ASP.NET 2.0 and Visual Web Developer 2005 Express Edition, using either Visual Basic or C#.
If you have a bit of development experience, you will learn how to employ some of the great new features introduced in [...]


Data Security Paul Litwin
This article discusses:How SQL injection attacks workTesting for vulnerabilitiesValidating user inputUsing .NET features to prevent attacksImportance of handling exceptionsThis article uses the following technologies:ASP.NET, C#, SQLGet the sample code for this article.Code download available at: SQLInjection.exe (153KB)Armed with advanced server-side technologies like ASP.NET and powerful database servers such as Microsoft® SQL Server™, [...]


ASP.NET
• ASP.NET is a managed framework that facilitates building server-sideapplications based on HTTP, HTML, XML and SOAP. To .NETdevelopers, ASP.NET is a platform that provides one-stop shopping forall application development that requires the processing of HTTPrequests.
A platform on a platform• ASP.NET is a managed framework that facilitates building server-sideapplications based on HTTP, HTML, XML and [...]