Categories
19,May,2006
» 05
Random sometimes, not random other times
Eric Gunnersons C# Compendium
From a email: private void button1_Click(object sender, EventArgs e) { Customer c = new Customer(); c.Randomize(); Customer b = new Customer(); b.Randomize(); MessageBox.Show(string.Format( "object c random
Filed under Design, Architecture | on 2006 May 19
A Brief Introduction to the Standard Annotation Language (SAL)
Michael Howards Web Log : Security
Introduction Even though a prior blog I wrote “ Code Scanning Tools Do Not make Software Secure ” may have left some thinking I don’t like static analysis tools, nothing could be farther from the truth
Filed under Windows VISTA | on 2006 May 19
SQL Programming Intellisense with RedGate's SQL Prompt
Dan Wahlins WebLog
RedGate (a company with some awesome SQL Server products) is releasing a tool called SQL Prompt that looks phenomenal from what I've seen to this point. It allows developers to get intellisense as they
Filed under Database,SQL | on 2006 May 19
Hate search & replace in all SharePoint aspx files? Well there is another approach which can be used which involves HttpModules and a special response stream object. If you do not have the need for postback
Filed under Database,SQL | on 2006 May 19
What's New in the XLinq CTP?
Microsoft XML Teams WebLog
Avner has blogged about the new XML features added to VB9 in this CTP . I'll do the same for XLinq itself (and one little XML feature in the C# IDE). There have been a number of relatively small changes
Filed under XML/XSLT | on 2006 May 19
Pages: 1
» 05