Search results for query "2008" (20):
Foundations: What's New for WCF in Visual Studio 2008
Visual Studio
2008 and the .NET Framework 3.5 provide new tools and support that extends Windows Communication Foundation (WCF). Visual Studio
2008 also automates a number of manual WCF tasks for the developer as well.
What's New in Visual Studio 2008 and the .NET Compact Framework 3.5
With the release of Visual Studio
2008, Microsoft has also updated the .NET Compact Framework. The .NET Compact Framework 3.5 adds new APIs and, most notably, it now supports the new Language Integrated Query (LINQ) and Windows Communication Foundation (WCF) features that are standard on the .NET Framework (the WCF feature will be covered in more depth in an upcoming article). On the Visual Studio
2008 front, there are new tools to make testing and development work much easier and robust.
An Overview of ASP.NET 3.5 and Visual Studio 2008
On November 19, 2007, Microsoft officially released the ASP.NET version 3.5 and Visual Studio 2008. Like with the progression
from ASP.NET 2.0 to 3.0, the features in ASP.NET 3.5 are additive, meaning that the core assemblies installed
from the .NET Framework version 2.0 are still used by the 3.0 and 3.5 versions. The In short, ASP.NET 3.5 doesn't change or
take away or break any functionality, concepts, or code present in 2.0 - it simply adds new types and features and capabilities
to the framework.
This article provides an overview of the new features in ASP.NET 3.5 and the new web/ASP.NET-related features in Visual
Studio 2008.
Load Balancing between Team Build agents in Team Foundation Server 2008
In Team Build
2008, while writing a build definition we need to hard-code a build agent attached to this build definition. In cases, when the builds are queued automatically depending on its triggers, it gets queued to this hard-coded build agent. This raises a major problem that there are multiple free / not-busy build agents dedicated for the team project but still there are multiple builds queued on a single build agent waiting for their turn till the other builds get completed. So we need some load balancing mechanism between the build agents, which is technically called as Build Controller in TFS 2010. But there are no direct ways to work out with this challenge with Team Build
2008. This article shows how to balance the load between build agents in Team Build
2008.
Introducing Visual Studio .NET 2008 - Top 10 Features
After a long beta period, Visual Studio .NET
2008 is finally on general release. There are a ton of new features and enhancements in this release that make it almost a no-brainer to upgrade - I thought I?d take a moment and list my top ten favorites in no particular order.
SharePoint Workflow Wizard in Visual Studio 2008
Visual Studio tools for office
2008 provides variety of workflow templates. Ofcourse, these workflow templates are based on Windows Workflow foundation (WF) . Continuing the efforts of integrating the other technologies usage and making the Visual Studio as a single UI IDE for developing various components of different technology, Microsoft have came up with few workflow templates specific for SharePoint in Visual Studio tools for office. This article will give you sneak preview about the sharepoint workflows and also provide details on why should we use the sharepoint workflow templates of Visual studio
2008.
New Date Data Types in Microsoft SQL Server 2008
SQL Server 2008 introduces four new date data types:
time, date, datetime2, and datetimeoffset.
This article explores the time and date data types and shows how they can be used and formatted from within an ASP.NET page.
This article also includes a short discussion on the datetime2 and datetimeoffset and compares and constrasts SQL Server 2008's
six different date data types.
Targetting the .NET Framework 2.0 with Visual Studio 2008
Upgrading to a new Visual Studio means installing on a few developer machines - upgrading to target a new framework (3.5) means ensuring that every client of the application has the new framework installed. With Visual Studio
2008 it's possible to target the older frameworks (2.0 and 3.0)
Explore the Data Access Options in Visual Studio 2008
In Visual Studio 2008 running on the .NET framework 3.5, developers can not only create DataReaders and DataSets; Microsoft has also added LINQ to SQL, Entity Framework, and ADO.NET Data Services, which leverages the first two. These new options of course, mean that you have new syntaxes to learn. LINQ, which is built into Visual Basic and C#, has one implementation for LINQ to SQL and another for LINQ to Entities. In Entity Framework, you have the option to use LINQ to Entities or make queries in two other ways with Entity SQL…
Delete Links from the Recent Projects List on the Start Page of Visual Studio 2003, 2005 and 2008
This application deletes links from the Recent Projects list on the Start page of Visual Studio 2003/2005/
2008