Skip to content

MSDN Magazine RSS Feed
Syndicate content MSDN Magazine RSS Feed:
Thank You for subscribing to our RSS Feed.
Updated: 2 days 7 hours ago

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

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

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

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

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

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

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

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

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

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

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

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

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

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?

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

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

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

Security Briefs: View State Security

Tue, 06/29/2010 - 01:00
July 2010

Effectively managing user state in web applications can be a tricky balancing act of performance, scalability, maintainability and security. The security consideration is especially evident when you’re managing user state stored on the client. Here's what you need to know about view state security.
Categories: .NET

The Working Programmer: Going NoSQL with MongoDB, Part 3

Tue, 06/29/2010 - 01:00
July 2010

Wrapping up his examination of MongoDB, Ted Neward discusses predicate queries, aggregate functions and LINQ support, and provides some tips on hosting the NoSQL database in a production environment.
Categories: .NET

UI Frontiers: The Fluid UI in Silverlight 4

Tue, 06/29/2010 - 01:00
July 2010

Charles Petzold shows how to extend the limited fluid UI capabilities of Silverlight 4 with new techniques so you too can dazzle users with those cool object entrances and transitions.
Categories: .NET

Don't Get Me Started: Rejectionists Rejected

Tue, 06/29/2010 - 01:00
July 2010

Standards for Windows Presentation Foundation and Microsoft Silverlight aren’t the enemy; in fact, they should be your starting point.
Categories: .NET

Silverlight Online: Silverlight in an Occasionally Connected World

Mon, 06/07/2010 - 01:00
June 2010

We discuss the latest incarnation of occasionally connected Silverlight applications, which come with a highly interactive user experience and can run either inside or outside of a browser.
Categories: .NET