.NET news » Search results

Search results for query "2008" (46):

WPF Meets the iPhone

The iPhone is one of the most compelling and exciting user interfaces to appear on any consumer electronic device, with many innovations that make it a pleasure to use. How can you deliver a similar experience with your .NET applications?This article demonstrates how you can implement these features in your .NET applications in a step-by-step format as you recreate the iPhone interface using Windows Presentation Foundation (WPF) technology with both Visual Studio 2008 and Microsoft Expression Blend.
2008-02-28 18:00:00   Source: WPF Meets the iPhone   Tags: Mobile

ASP.NET AJAX testing made easy using Visual Studio 2008 Web Test

A collection of ExtractionRules, ValidationRules, and Request Plugin that makes ASP.NET and AJAX website testing painless. No need to record tests, write parameterized tests using server-side control names, handle UpdatePanels, simulate clicks on buttons - all from Web Test. Facilitates painless sop

Visual Studio Code Analysis

Visual Studio Team System 2008 now includes code analysis tools in the Development and Team Suite editions. Using the code analysis feature, your code for managed assemblies can be scanned to ensure compliance with standard programming and design rules.
2008-04-07 18:10:25   Source: Visual Studio Code Analysis   Tags: Visual Studio

VB's Statically Typed Wrapper for Dynamic Code

Visual Basic (in some of its forms) has always been Microsoft’s choice in dynamic quarter. With the latest release of Visual Basic 9.0 (comes with Visual Studio 2008), dynamic features of VB have been further improved. So, in VB 9.0 you can use extension methods, local variable type inference, lambda expressions and others that make VB even more dynamic. What’s unique about VB is that dynamic behavior can be controlled with a simple directive..
2008-04-23 22:41:00   Source: VB's Statically Typed Wrapper for Dynamic Code   Tags: VB.NET

What's New in Visual Basic 9.0? Part 2

The release of Visual Studio 2008 updates Visual Basic to version 9.0, with several key language enhancements and LINQ support. Part Two of this series will walk you through VB 9's new LINQ support features and other time-saving enhancements.
2008-03-18 23:17:31   Source: What's New in Visual Basic 9.0? Part 2   Tags: VB.NET

Microsoft Dynamics CRM 4.0 - A Platform for Packaged Software?

Since its introduction in 2008, Microsoft Dynamics CRM 4.0 has been touted as a platform for rapid application development.We’ve always been hard core C# and ASP.NET snobs, but we were intrigued by the value that Dynamics CRM promised. We set out to build our next generation software product on that platform, and learned a lot about what’s real and what’s not so real. In this article, we will share the rollercoaster ride of our experience developing our software product on this new CRM “platform.”

2010-07-01 19:00:00   Source: Microsoft Dynamics CRM 4.0 - A Platform for Packaged...   Tags: ASP.NET

CODE Magazine: 2011 Mar/Apr

CODE Magazine, Issue 2011 Mar/Apr is now available!

Code - The Leading Independent .NET Magazine - The Razor View Engine Inside Visual Studio LightSwitch From Zero to Business Application in 15 Minutes Getting the Most Out of the Save Pipeline in Visual Studio LightSwitch Leveraging Razor Templates Outside of ASP.NET: They're Not Just for HTML Anymore The Baker's Dozen: BUilding OLAP Databases with Microsoft SQL Server 2008 Analysis Services

2011-02-10 18:00:00   Source: CODE Magazine: 2011 Mar/Apr   Tags: ASP.NET

Saving Changes Is Not Permitted On SQL Server 2008. How To Solve?

How to solve when saving changes is not permitted on SQL Server

Building Line-of-Business RIA in Silverlight Using Microsoft SQL Server 2008 Reporting Services

While the development community has accepted the inevitable future of Line-of-Business RIAs and indispensable role of Silverlight in their creation, many of them have started looking for ways to use Microsoft SQL Server Reporting Services in Silverlight applications. It is logical: Reporting Services is reasonably capable and the most-used reporting engine on the market. Millions of developers are Reporting Services professionals and of course they would like to continue using the tool in their RIAs as well.

2010-12-27 18:00:00   Source: Building Line-of-Business RIA in Silverlight Using...   Tags: Database

How to Start Unit Testing .NET Projects

The benefits of unit testing such as shortening the development time, reducing development costs and releasing higher quality products, are well known. Below you can see a Software testing guide about how to start unit testing .NET projects. The first tool you need is a testing framework. You have a couple of choices there. If you are using Microsoft Visual Studio 2008 Professional or above, you already have the Microsoft unit testing framework installed. The framework comes also with Microsoft Visual Studio 2005 Team System.

read more

2011-06-03 04:00:00   Source: How to Start Unit Testing .NET Projects   Tags: Software