In Visual Studio 2008 or Visual Studio 2010, you’ve started developing your Data project and let’s say you’re designing your DataSets through Visual Studio’s nice DataSet Designer just by drag/dropping your entities (tables, views) into the designer , from “Server Explorer” that you connected to your SQL Server . If your entity is a “Table” […]

Read More → Why do you see grayed out GenerateDBDirectMethods checkbox in “TableAdapter Configuration Wizard”

  The Visual Studio is the primal IDE for developping .NET applications. Especially its debugging features makes it more powerful.  One of those feature is the “Visualizer”s. Visualizers are UI components to show the content of some complex objects when debugging. The best example is the built-in “DataSet Visualizer”. Let’s assume you put a breakpoint […]

Read More → Where’s my good old friend DataSet visualizer ?