Community Goodies

Collecting the Power of Community Resources Home Visual Stdio WPF SilverLight Windows Azure Entity Framework C# VB.NET C++ More Goodies

July, 2010

Posts
  • Community Goodies

    Community Goodies: Silverlight for PC

    • 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

    • 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

    • 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

    • 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++

    • 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

    • 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

    • 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++

    • 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

    • 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)