Archive for the 'C#' 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 [...]


Create Advanced Web Applications With Object-Oriented Techniques
Recently I interviewed a software developer with five years experience in developing Web applications. She’d been doing JavaScript for four and a half years, she rated her JavaScript skill as very good, and—as I found out soon after—she actually knew very little about JavaScript. I didn’t really blame her [...]


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™, [...]