Sign In
Community Goodies
Collecting the Power of Community Resources Home Visual Stdio WPF SilverLight Windows Azure Entity Framework C# VB.NET C++ More Goodies
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Framework
C++
Debug
Entity Framework
goodies
MFC
Pages
Setup
useful links
Visual Studio
Visual Studio 2010
VSTO
VSX
WPF
Archive
Archives
July 2010
(9)
June 2010
(1)
May 2010
(14)
April 2010
(9)
March 2010
(12)
July, 2010
MSDN Blogs
>
Community Goodies
>
July, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Community Goodies
Community Goodies: Silverlight for PC
Posted
over 2 years ago
by
msdntwt
0
Comments
Tools and Enviroment Enviroment Visual Studio 2008 Visual Studio 2008 SP1 Visual Studio 2010 Expression Studio 3 Expression Blend 4 RC Tools Silverlight Toolkit Silverlight3 Tools for Visual Studio 2008 SP1 Silverlight4...
Community Goodies
MFC Getting started
Posted
over 2 years ago
by
msdntwt
0
Comments
Prerequisites Prerequisites for Learning MFC http://msdn.microsoft.com/en-us/library/e4y1ezf5.aspx Among the important assumptions made by the MFC documentation are that: · You already know a little about programming for Windows...
Community Goodies
Visual Studio Setup and Installation
Posted
over 2 years ago
by
msdntwt
0
Comments
System Requirement .NET Framework .NET Framework System Requirements http://msdn.microsoft.com/en-us/library/8z6watww.aspx Visual Studio .NET Visual Studio .NET System Requirements http://msdn.microsoft.com/en-us/library/4c26cc39...
Community Goodies
Three ways to debug CLR Stored Procedures
Posted
over 2 years ago
by
msdntwt
0
Comments
According to the different format of you stored procedures, generally, there are three ways to debug a stored procedure. Here is an example of how to implement that. Before debugging a stored procedure, you need to establish a connection to database in...
Community Goodies
Interop with Native C++
Posted
over 2 years ago
by
msdntwt
0
Comments
Introduction While you can write applications entirely in either managed or native code, it is possible to mix managed and native projects in the same solution. So this article lists the methods about interop with native C++. Invoke .NET Assembly...
Community Goodies
Community Goodies: N-Tier Application Patterns in Entity Framework
Posted
over 2 years ago
by
msdntwt
0
Comments
MSDN Magazine articles: The Entity Framework In Layered Architectures http://msdn.microsoft.com/en-us/magazine/cc700340.aspx Anti-Patterns To Avoid In N-Tier Applications http://msdn.microsoft.com/en-us/magazine/dd882522.aspx Entity Framework...
Community Goodies
Lazy Loading in Entity Framework 4
Posted
over 2 years ago
by
msdntwt
2
Comments
Like the debate for FK Association, many customers persist that Lazy Loading should be a necessity for an ORM like EF, while others believe it is evil. Also in EFv1, Lazy Loading is not available. Fortunately, thanks to EF team’s effort again, Lazy...
Community Goodies
Use CLR4 Hosting API to invoke .NET assembly from native C++
Posted
over 2 years ago
by
msdntwt
0
Comments
The Common Language Runtime (CLR) allows a level of integration between itself and a host. This article is about a C++ code sample that demonstrates using the Hosting Interfaces of .NET Framework 4.0 to host a specific version of CLR in the process, load...
Community Goodies
How to use TraceListeners in our program
Posted
over 2 years ago
by
msdntwt
2
Comments
In proactive programming, you need to configure your TraceListeners in your App.Config file or Web.Config file. By default, Microsoft .NET provides several listeners containing DefaultTraceListener, TextWriterTraceListener, EventLogTraceListener, XmlTraceListener...
Page 1 of 1 (9 items)