Developing .net code since 2000; Developing internet sites/applications since 1994; I Am A PC & iPhone addict - and try not to be a fanboy about any of it
VSDB uses the the ($DefaultDataPath) SQLCMD variable to represent the location where you would place your data and log file of your database. The deployment engine sets the value of SQLCMD variable by querying SQL Server using the following query:
- Flynn (Michael A. Volz)
Inside Wintellect, we've been having a big email chain about all the tools all the technical folks use. Of course, we all use Visual Studio, TFS, and have read Hanselman's phenomenal Tools List, but our question was what are the tools each of us used on a daily basis to solve real world problems and get our jobs done? Here's the list of what everyone is using with the quick comments as to why they are useful. Feel free to add the tools you think we should be using in the comments.
- Flynn (Michael A. Volz)
One of the new “features” of the ASP.NET Ajax library is the refactoring of said library into 15 or so separate scripts. As the capabilities of the library have grown, inevitably so has its size. To maximise performance it’s important to be able to specify only the parts of the library you need for the task at hand.
- Flynn (Michael A. Volz)
In this post I’m going to show a new Entity Framework 4 feature that enable us to execute T-SQL from the ObjectContext directly to the database.
- Flynn (Michael A. Volz)