Sign in
Thom Robbins .NET Weblog
A blog of the technical and only sometimes uneventful side of programming in .NET and life within Microsoft
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET Framework
.NET Framework 3.0
.NET Framework 3.5
.NET General Tips and Tricks
Architecture
Atlas
Beta
Biztalk
BizTalk Services
CardSpace
Check this out
Code Camp
Compact Framework
Cool Stuff
DataGrid Programming
Developer Training
Expression
Fun and Interesting
IE 7
InfoPath Tips and Tricks
Job and Career
Mobile Development
New England Developer Events
Office 2007
Pages
Project Silk Road
Regular Expression Tips and Tricks
Security
SharePoint Tips and Tricks
Silverlight
SOA
Speech Related
SQL Reporting
SQl Server
Starter Kit
TechDays Defy All Challenges
TechEd
Virtual Earth
Vista
Visual Basic
Visual Studio
Visual Studio 2005
Visual Studio 2008
Visual Studio Team System
Visual Studiotudio 2008
VSTS
WCF
Web Services
WF
Windows
Windows Forms Tips and Tricks
Windows Vista
XML Tips and Tricks
Browse by Tags
MSDN Blogs
>
Thom Robbins .NET Weblog
>
All Tags
>
visual studio 2008
Tagged Content List
Blog Post:
A Quick Look at XML Literals
trobbins
XML literals are new to Visual Studio 2008 and Visual Basic. Simply put they enable the incorporation of XML directly into application code. Essentially this allows a quick way to create XML objects. At their core XML literals represent a LINQ to XML object and follow syntax similar to XML 1.0. At run...
on
8 Dec 2008
Blog Post:
A quick look at the lambda expression
trobbins
The lambda expression is new to Visual Basic and Visual Studio 2008 and part of the new Linq support. A lambda expression is an anonymous function that can contain expressions and statements. Basically it’s a function without a name that calculates and returns a single value. It is combined with the...
on
21 Nov 2008
Blog Post:
Try Visual Studio 2008
trobbins
Microsoft Visual Studio 2008 provides an industry-leading developer experience for Windows Vista, the 2007 Microsoft Office system, and the Web. In addition, it continues in the Microsoft tradition of development language innovation. To enable evaluation of Visual Studio 2008, this page provides links...
on
16 Dec 2007
Blog Post:
Creating an icon in the system tray
trobbins
A standard part of many Windows forms applications is the system tray icon. Most commonly it is used to provide an application or event status. Tray icons are added to an application using the NotifyIcon control. It includes properties that simplify displaying a System Tray icon and the notification...
on
5 Dec 2007
Page 1 of 1 (4 items)