UK
57 Entries
- Recent
- Most Viewed
- Top Rated
- This Week
- This Month
- All Time
-
Language(s)
-
Build UAC aware apps with VS2008
Avg Rating: 5
(3)Author: Hi, I am Daniel Moth Introduction: User Account Control is the top compatibility hurdle for some applications moving to Windows Vista. It is relatively easy to comply with some elements of UAC (e.g. embedding a manifest in your app) and with Visual Studio 2008 it is even easier as I… -
ADO.NET Sync Services v1.0
Avg Rating: 5
(3)Author: Hi, I am Daniel Moth Introduction: When you install Visual Studio 2008 you also get the additional assemblies that make up version 1.0 of ADO.NET Sync Services. More importantly, there is a nice wizard in VS2008 that does the hard work for you. In this 18' video we create from… -
Word Content Controls in Visual Studio 2008
Avg Rating: 5
(2)Author: Hi, I am Daniel Moth Introduction: Get started with Word content controls. If you are a managed developer (e.g. Windows Forms) then you'll find that you already have the skills for extending Microsoft Office applications with your code. Visual Studio 2008 makes it really easy and… -
Office Ribbon Customisation in Visual Studio 2008
Avg Rating: 5
(2)Author: Hi, I am Daniel Moth Introduction: Explore Ribbon customisation. If you are a managed developer (e.g. Windows Forms) then you'll find that you already have the skills for extending Microsoft Office applications with your code. Visual Studio 2008 makes it really easy and that is what… -
Managed AddIn Framework
Avg Rating: 5
(2)Author: Hi, I am Daniel Moth Introduction: The Managed AddIn Framework (MAF) is a set of assemblies that are part of .NET Framework v3.5. They offer a platform for developers to build extensibility into their client applications by enabling addins (aka plugins) to be written for a host. In… -
Partial Methods in C# v3 and VB9
Avg Rating: 5
(2)Author: Hi, I am Daniel Moth Introduction: Partial Methods is a new language feature of both C#3 and VB9, available via Visual Studio 2008 for projects targeting .NET Framework v2.0/3.0/3.5. Watch the 15' video for more. Video download: Click on the image to play the video (from a… -
VS2008 designed for Vista with better aesthetics and usability
Avg Rating: 5
(2)Author: Hi, I am Daniel Moth Introduction: While we all love focusing on language and framework features, sometimes it is nice to get small aesthetic and usability enhancements. The Visual Studio 2008 IDE has plenty of those as you can see in this video. Related to that, VS2005 does the job… -
Overview of .NET Framework v3.5
Avg Rating: 5
(2)Author: Hi, I am Daniel Moth Introduction: There is much confusion about what .NET Framework 3.5 is and how it relates to v3.0 and v2.0. In this video I try to explain that and also show you the entire list of the new assemblies with a sentence or two on what each one contains and where they… -
Multitargeting in Visual Studio 2008
Avg Rating: 5
(2)Author: Hi, I am Daniel Moth Introduction: The coolest IMO feature of the Visual Studio 2008 IDE is that it supports the ability to target multiple versions of the .NET Framework, including using the new language features and also taking advantage of all project templates out of the box. In… -
VB Intellisense improvements in Visual Studio 2008
Avg Rating: 5
(1)Author: Hi, I am Daniel Moth Introduction: In this video I demonstrate the improved cool VB intellisense everywhere and show how it not only increases productivity, but also gives you hints for learning new language features (that are also usable in .NET 2.0 projects). My relevant blog posts…