Skip to content

.NET

Cutting Edge: Don’t Worry, Be Lazy

MSDN Magazine RSS Feed - Fri, 07/30/2010 - 01:00
August 2010

Being lazy in software development can be a good thing, but until the Microsoft .NET Framework 4, coders had to implement lazy behavior themselves. Dino Esposito shows how to use the new Lazy class to maximize your resources.
Categories: .NET

Data Points: Deny Table Access to the Entity Framework Without Causing a Mutiny

MSDN Magazine RSS Feed - Fri, 07/30/2010 - 01:00
August 2010

Julie Lerman shows database administrators how to limit access to databases from the Entity Framework by allowing it to work only with views and stored procedures instead of tables—without impacting application code or alienating developers.
Categories: .NET

Test Run: Fault Injection Testing with TestApi

MSDN Magazine RSS Feed - Fri, 07/30/2010 - 01:00
August 2010

Fault injection testing is the process of deliberately inserting an error into an application to determine whether it deals with the error properly. We’ll explain how you can introduce faults into .NET applications at run time using the Managed Code Fault Injection APIs of the TestApi library
Categories: .NET

The Working Programmer: Inside SQLite

MSDN Magazine RSS Feed - Fri, 07/30/2010 - 01:00
August 2010

After tackling NoSQL, Ted Neward turns back to the relational world of SQL—SQLite, that is. Learn all about the lightweight, embedded database whose running footprint can be as small as one file installed in a client file system.
Categories: .NET

UI Frontiers: Multi-Touch Manipulation Events in WPF

MSDN Magazine RSS Feed - Fri, 07/30/2010 - 01:00
August 2010

Multi-touch has progressed from being a futuristic prop of sci-fi films to a mainstream means of user interface. We’ll show you how support for multi-touch in Windows 7 has filtered down and settled into various areas of the .NET Framework.
Categories: .NET

Don't Get Me Started: Mars and Venus

MSDN Magazine RSS Feed - Fri, 07/30/2010 - 01:00
August 2010

It’s a fact that men and women don’t think alike—remember this when designing software for the half of users that aren’t like you.
Categories: .NET

Microsoft Updates Power Tools for Visual Studio

DevX: .NET Feed - Wed, 07/21/2010 - 23:31
New releases add four extensions and patches some bugs.


Categories: .NET

Microsoft Switches Iron Languages to Apache License

DevX: .NET Feed - Tue, 07/20/2010 - 22:58
The move could make IronPython and IronRuby more business- and developer-friendly.


Categories: .NET

Developing Applications for Microsoft Dynamics AX with X++ and the .NET Framework

DevX: .NET Feed - Tue, 07/20/2010 - 22:55
CodeGuru explains how to customize Microsoft's ERP application.


Categories: .NET

Unit Test .NET Business Objects Using Nmock Library

DevX: .NET Feed - Wed, 06/30/2010 - 19:27
Nmock is a unique way to test complex business objects in your development environment.


Categories: .NET

Office Add-Ins: 3 Solutions for Accessing SharePoint Data in Office 2010

MSDN Magazine RSS Feed - Tue, 06/29/2010 - 01:00
July 2010

SharePoint 2010 introduces a number of new ways to access business data and present it to the user. We’ll show you several options that range from no-code solutions to fully integrated Office add-ins.
Categories: .NET

SharePoint Security: Trim SharePoint Search Results for Better Security

MSDN Magazine RSS Feed - Tue, 06/29/2010 - 01:00
July 2010

SharePoint search may return too much information, causing data security problems. Learn how to use the custom security trimmer to ensure users see only the documents they have permission to view.
Categories: .NET

OneNote 2010: Creating OneNote 2010 Extensions with the OneNote Object Model

MSDN Magazine RSS Feed - Tue, 06/29/2010 - 01:00
July 2010

Learn how to build applications and plug-ins that interoperate with data from OneNote 2007 and 2010 using the OneNote Object Model library freely available on CodePlex. Andy Gray demonstrates how easy it is to integrate information from OneNote notebooks, sections and pages into smart client and Web apps.
Categories: .NET

Office Services: Merging Word Documents on the Server Side with SharePoint 2010

MSDN Magazine RSS Feed - Tue, 06/29/2010 - 01:00
July 2010

Office 2010 and SharePoint 2010 include a new set of components called Application Services. These put a rich set of tools in a developer's bag for Office automation. We’ll show you how to use Office OpenXML, Word Automation Services and SharePoint to build a simple application that merges separate status reports into a single document.
Categories: .NET

Smart Client: Building Distributed Apps with NHibernate and Rhino Service Bus

MSDN Magazine RSS Feed - Tue, 06/29/2010 - 01:00
July 2010

Smart client applications are responsive and promote interactivity with the user. In this article, we start the processes of planning and building a smart client application using NHibernate for data access and Rhino Service Bus for reliable communication with the server.
Categories: .NET

C# 4.0: New C# Features in the .NET Framework 4

MSDN Magazine RSS Feed - Tue, 06/29/2010 - 01:00
July 2010

The C# language has been improved over the years with numerous features that make common tasks involving generic types, legacy interop, and working with dynamic object models much simpler.
Categories: .NET

Design Patterns: Problems and Solutions with Model-View-ViewModel

MSDN Magazine RSS Feed - Tue, 06/29/2010 - 01:00
July 2010

The Model-View-ViewModel (MVVM) design pattern describes a popular approach for building Windows Presentation Foundation or Microsoft Silverlight applications. Robert McCarter shows you how the ViewModel works, and discuss some benefits and issues involved in implementing a ViewModel in your code.
Categories: .NET

Editor's Note: Over-Educated, Yet Under-Qualified?

MSDN Magazine RSS Feed - Tue, 06/29/2010 - 01:00
July 2010

Are we teaching computer science graduates the right things to prepare them for the world of real work? If not, how do we fix it?
Categories: .NET

Cutting Edge: Expando Objects in C# 4

MSDN Magazine RSS Feed - Tue, 06/29/2010 - 01:00
July 2010

The .NET Framework 4 introduces some new features that enable you to go beyond static types. We explore dynamically expando objects and demonstrate how they can be used like dynamically updatable dictionary objects.
Categories: .NET

Data Points: Windows Azure Table Storage – Not Your Father’s Database

MSDN Magazine RSS Feed - Tue, 06/29/2010 - 01:00
July 2010

Let go of your traditional relational database thinking if you want to understand how Windows Azure Table storage works, says Julie Lerman. Luckily for you, she’s done the hard work to grasp the new concepts and help you get up to speed.
Categories: .NET