A reference to the master.dbschema (or similar, see below!) is necessary for database projects in Visual Studio that reference system objects. Here’s how to add those objects without slowing everything down.
In the March edition of MSDN we provided an overview of Server Projects and how to reference the master.dbschema file to resolve references to system [...]
Archive for March, 2009
VSTS: DB Best Practices : Right sizing the master.dbschema file for better design time performance
Posted in Uncategorized, tagged .net, database, master.dbschema, microsoft, microsoft-sql-server, reference, schema, sql, sql-server, visual-studio, visual-studio-2008 on 2009/03/30 | Leave a Comment »
Configuring the Windows Firewall to Allow SQL Server Access
Posted in Uncategorized, tagged database, windows, sql, microsoft, sql-server, firewall, windows-firewall, network on 2009/03/26 | Leave a Comment »
I spent an embarrassingly long period of time trouble-shooting my Sql Server install only to find the problem was the Windows Firewall.
Firewall systems help prevent unauthorized access to computer resources. If a firewall is turned on but not correctly configured, attempts to connect to SQL Server might be blocked.
To access an instance of the SQL [...]
Visual Studio is Missing Default Templates
Posted in Uncategorized on 2009/03/24 | Leave a Comment »
Worked like a charm!
If your Visual Studio either VS2005 or VS2008 is missing some default tempates, or whenever you want to add any new item and click add new item you are surprise to find that either your add new WebForm is missing or any other similar item is missing from the add new item [...]
How to identify your SQL Server version and edition
Posted in Uncategorized, tagged microsoft, microsoft-sql-server, sql, sql-server on 2009/03/24 | Leave a Comment »
This article describes how to identify your current Microsoft SQL Server version number and the corresponding product or service pack level. It also describes how to identify the specific edition if you are using Microsoft SQL Server 2000 or Microsoft SQL Server 7.0.
via How to identify your SQL Server version and edition.
Tracking Inter-Object Dependencies using Expression Trees
Posted in Uncategorized, tagged dependency, dependency-chain, dependency-graph, events, expression-tree, graph, lamba-expression, notify, object-graph on 2009/03/24 | Leave a Comment »
This had nothing to do with what I’m supposed to be doing but it popped up in my Google results and the post looked so interesting I had to pass it on, especially since this is an issue I might be dealing with in the mid-term.
In an ongoing project, I had to struggle with quite [...]
Roland Weigelt’s GhostDoc for Visual Studio
Posted in Uncategorized on 2009/03/24 | Leave a Comment »
Fantastic add-in for generating code comment templates, I use this constantly. Thanks Roland!
GhostDoc is a free add-in for Visual Studio that automatically generates XML
documentation comments for C#. Either by using existing documentation inherited
from base classes or implemented interfaces, or by deducing comments from
name and type of e.g. methods, properties or parameters.
via Roland Weigelt’s GhostDoc.
SlySoft Virtual CloneDrive
Posted in Uncategorized on 2009/03/23 | Leave a Comment »
While I historically have used the excellent Daemon-Tools for mounting iso’s and other disk image formats this looks to be a lighter-weight and advert free alternative. I think I’ll give it a try.
Virtual CloneDrive works and behaves just like a physical CD/DVD drive, however it exists only virtually. Image files generated with CloneDVD or CloneCD [...]
Telerik VB.NET to C# Code Converter
Posted in Uncategorized on 2009/03/23 | Leave a Comment »
Telerik seems to be providing a free VB.NET to C# code converted. Source is zipped and uploaded and a few moments later the converted files can be downloaded. One annoyance is that a source directory can’t just be zippep, converted, then used again as all non VB or CS files (such as project and solution [...]
Microsoft Web Platform Installer
Posted in Uncategorized, tagged .net, .NET-Framework, asp.net, IIS, kobe, microsoft, microsoft-web-platform-installer, php, sql-server, visual-studio on 2009/03/23 | Leave a Comment »
Aha! One of my complaints about the Microsoft development platform is that there’s no Windows Update equivalent for keeping track of the myriad of patches, updates, and new versions. Looks like somebody at Microsoft had the same idea and came up with a “Google Pack” of free web-related technologies. Hopefully the installer gracefully handles the [...]
Kobe: Web 2.0 Service Development Resource Kit
Posted in Uncategorized, tagged .net, architecture, kobe, kobe-project, microsoft, resource-kit, web, web-service on 2009/03/20 | Leave a Comment »
Microsoft’s vision of the Web 2.0 world. Doesn’t seem to be much blog discussion of this yet, I’m hoping the sample code will give my spinning wheels some traction.
Project Kobe is a getting started resource kit for planning, architecting, and implementing Web 2.0 applications and services using the Microsoft Platform. This resource kit is targeted [...]