Tag Archives: code

SQL Azure

In our previous post we looked at the different options in Windows Azure storage. Now we turn our attention to SQL Azure, a relational database management system for the cloud which offers: Features needed to perform transactions. Indexes, views, triggers, and stored procedures. Easy migration for applications that use SQL Server locally to the cloud [...]

Share
Read More

Is Your Web Site or App Secure? Preventing Cross-Site Scripting Attacks

After SQL injection, the second most common type of attack against web sites and web applications is cross-site scripting also known as XSS. Often these are caused when an attacker enters some client side script code such as JavaScript or VBScript into a data entry form. This code will then be displayed in other users’ [...]

Share
Read More

Join us on Americas IT Forum

Common Sense invites you to participate in the Americas IT Forum which will take place March 10th in Austin, Texas. And if you use the discount code GETCS2011 you’ll get a 25% discount. To register click here: http://americasitforum.com/americasitforum.com/REGISTRATION.html The Americas IT Forum is a first of its kind conference designed to show U.S. software companies [...]

Share
Read More

Writing testable code

I’ve been looking into some documentation on how testable code should be written. Most of the articles online all say pretty much the same things, but I found one article by Isa Goksu which has quite extensive detail on some points of testing, and also provides several great links to other related articles. He reviews [...]

Share
Read More