ASP.NET Web Site Security Vulnerability Cheat Sheet

ASP.NET Web Site Security Vulnerability Cheat Sheet: 1. To avoid SQL Injection, replace all SQL Commands with parameterized queries or stored procedures (using LINQ to SQL exclusively will also totally eliminate SQL Injection). 2. To avoid packet-sniffing and session hijacking, always use https when sending cookies 3. To avoid Cross-Site Scripting problems, use httpOnly when setting cookies    Here is a summary of the information in the articles... [Read More...]

Visual Studio, Visual Basic.NET, C# Database, SQL Server, and ASP.NET Video Tutorials – October 2, 2009

Scott Hanselman's 2009 Ultimate Developer and Power Users Tool List for Windows September 25, 2009 – Holy Cow! Scott Hanselman’s list of Developer Tools – I was totally blown away by www.linqpad.net – a replacement for SQL Server Management Studio that executes C#, VB.NET, SQL and LINQ (click on view samples in help for linqpad – then you will need a few hours to pick your jaw back up off the floor!)  Read More →