Welcome to Smips.com Sign in | Join | Help

Code Badger (Brad Tutterow's Blog)

Brad Tutterow is a consultant that likes Microsoft development technologies.

Browse by Tags

All Tags » orcas   (RSS)
What Does Visual Studio Mean?
This one made me stop for a minute and try to figure out what I had just asked Vis ual Studio to do. Had I asked it to calculate my salary? Nope, too many digits for that. Maybe I had asked it to pick lotto numbers for me. Maybe Visual Studio just had Read More...
Visual Studio 2008 Beta 2
Beta 2 of Visual Studio 2008 (Formerly Orcas) is available for download . The beta comes with a Go-Live license which means if you can convince your IT director, you can write production code using Visual Studio 2008. One convincing argument to make the Read More...
Presentation: Using LINQ in Visual Studio Orcas
This zip file contains both the presentation and code samples from my Using LINQ in Visual Studio Orcas presentation. The presentation was given at the 2007 STL Code Camp and the May STL C# User Group meeting. The presentation itself was pretty code centric Read More...
Learn About LINQ in 6 Steps
Language Integrated Query (LINQ) is a new feature in the upcoming version of Visual Studio that allows developers to query collections of objects using a SQL-like syntax. Get the basic idea . Read Wikipedia's LINQ entry . See it in action . Watch Scott Read More...