Welcome to MSDN Blogs Sign in | Join | Help

November 2008 - Posts

The M language is awesome, I have been experimenting with it for quite some time now. it allows you to create models of types in a descriptive language. The idea behind M language is to capture developers intent in a descriptive language for modeling Read More...
From a security perspective what's wrong with this code? 1: <html> 2: <head> 3: <title>Welcome Page</title> 4: <script language= "JavaScript" > 5: function openNewWindow() 6: { 7: window.open( '<%=Server.HtmlEncode(Request.QueryString["URL"])%>' Read More...
There is a very good article on MSDN magazine about security bugs. A good Q&A to determine your security IQ. Check it out at http://msdn.microsoft.com/en-us/magazine/cc982154.aspx . In this spirit I will try to post some security Q&A specially Read More...
 
Page view tracker