Thank You for subscribing to our RSS Feed.
Updated: 2 days 7 hours ago
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.
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
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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?
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.
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.
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.
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.
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.
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.
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.