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)
MSDN Blogs
>
Community Goodies
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...
Community Goodies
Weekly Useful Links 6/27/2010
Posted
over 2 years ago
by
msdntwt
0
Comments
We share useful links in Twitter. Vivian Chen Focus in Visual Studio Setup , 5 Star Contributor at forum • Video: Sara Ford's 101 Visual Studio Tips in 55 minutes! http://bit.ly/aNNeOa #VS #IDE #Tip #SaraFord ^YC • KB: List...
Community Goodies
Community Goodies: Resource Index for WPF
Posted
over 2 years ago
by
msdntwt
0
Comments
Introduction to WPF Windows Presentation Foundation (WPF) provides developers with a unified programming model for building rich Windows smart client user experiences that incorporate UI, media, and documents. Tutorials WPF Tutorial.net by Christian Mosers...
Community Goodies
Community Goodies: Resource Index for C++/CLI
Posted
over 2 years ago
by
msdntwt
1
Comments
Introduction This section helps you explore the features in C++/CLI. You will find useful learning links, videos, walkthroughs, guided tours, books and tutorials. Overview Stanley B. Lippman. Pure C++ Hello, C++/CLI http://msdn.microsoft.com/en-us/magazine...
Community Goodies
Community Goodies: Resource Index for Visual Studio Team Test
Posted
over 2 years ago
by
msdntwt
0
Comments
Product Document Team Edition for Testers (VS2005) Visual Studio Team System Test Edition (VS2008) Testing the Application (VS2010) FAQs and Articles Web and Load Test FAQs VSTS Content Index for Web Tests and Load Tests Visual Studio Performance Testing...
Community Goodies
Community Goodies: Resource Index for Office Development
Posted
over 2 years ago
by
msdntwt
0
Comments
Word Programming Word Online Documentation: Object Model Reference http://msdn.microsoft.com/en-us/library/bb244515.aspx Object Model Map http://msdn.microsoft.com/en-us/library/bb288731.aspx Programming Tasks http://msdn.microsoft.com/en-us/library/bb258054...
Community Goodies
Community Goodies: Resource Index for Visual C++ 2010
Posted
over 2 years ago
by
msdntwt
0
Comments
Introduction: Introduction of Visual C++ 2010 in MSDN Library: What's New in Visual C++ 2010 [Video] How Do I: What's New for C++ in Visual Studio 2010? In this video, Jonathan Wood provides a high-level look at the new C++ features found...
Community Goodies
Community Goodies: Resource Index for Language Features of C++/CLI
Posted
over 2 years ago
by
msdntwt
0
Comments
SUMMARY C++/CLI is a self-contained, component-based dynamic programming language that, like C# or Java, is derived from C++; it is a binding of C++ to Microsoft’s .NET programming environment. This article is to give you a brief introduction of the language...
Community Goodies
Model First in Entity Framework 4
Posted
over 2 years ago
by
msdntwt
1
Comments
Last week, we walked through the FK Association in EF4. Today, we introduce another fantastic feature – Model First. It’s not difficult to guess what the feature will bring us from its name. Alex James (PM of EF team) concluded it as “creating a conceptual...
Community Goodies
Foreign Key Association in Entity Framework 4
Posted
over 2 years ago
by
msdntwt
1
Comments
From June 2008, the whole EF4 design process is transparent to us in the EF Design blog . During the process, many great features are newly added including the Foreign Key (FK) Association. Whether FKs are important in the conceptual model has been talked...
Community Goodies
Weekly community useful links 5/6/2010
Posted
over 2 years ago
by
msdntwt
0
Comments
We share useful links in Twitter. Honge Sun Focusing on Visual Studio , 3 Star Contributor at forum • MSDN Blog : Content Index for Coded UI Test http://bit.ly/9eo7rG ^HY • Windows Azure Guidance – New Code & Doc drop on CodePlex http://bit...
Community Goodies
Weekly community useful links 4/28/2010
Posted
over 2 years ago
by
msdntwt
0
Comments
We share useful links in Twitter. Jialiang Ge focusing on CLR , 3 Star Contributor at forum • #Sample KB: How to upload and to display images in an ASP.NET FormView control http://bit.ly/955GAj #ASP.NET ^JLG • #Sample KB: How to work with text...
Community Goodies
Load Test and Coded UI Test in Visual Studio 2010
Posted
over 2 years ago
by
msdntwt
0
Comments
Hello, I am Jing Fang from MSDN forum support team. In this post, I am going to give a brief instruction of some new features in Load Test and Coded UI Test in VS2010. If you want more information shared by our team, please follow us @ Twitter ...
Community Goodies
Community Goodies: Visual Studio Setup and Installation
Posted
over 2 years ago
by
msdntwt
0
Comments
Collected by Vivian ^YC , Visual Studio Setup expert, 5 Star Contributor at forum If you want more information shared by our team, please follow us @ Twitter System Requirement .NET Framework System Requirements http://msdn.microsoft.com/en-us/library...
Community Goodies
Community Goodies: ADO.NET Entity Framework – Getting Started
Posted
over 2 years ago
by
msdntwt
0
Comments
Collected by Michael ^MIC , Entity Framework & LINQ expert, 5 Star Contributor at forum If you want more information shared by our team, please follow us @ Twitter Tutorials & Articles ADO.NET Entity Framework At-a-Glance (Level 100)...
Community Goodies
Community Goodies: Code Coverage with VSTS
Posted
over 2 years ago
by
msdntwt
0
Comments
Collection of useful links from community about code coverage with VSTS...
Community Goodies
A Quick-Start Guide of Process Mandatory Level Checking and Self-elevation under UAC
Posted
over 2 years ago
by
msdntwt
0
Comments
Introduction User Account Control (UAC) is a new security component in Windows Vista and newer operating systems. With UAC fully enabled, interactive administrators normally run with least user privileges. This article and the attached code samples...
Page 1 of 2 (34 items)
1
2