Excellent, now I can detect Visual Studio design time anywhere in my code. (Make sure to read the comments, they provide a valuable correction.)
I came across interesting issue with one of our controls. I needed a different behavior during design-time and run-time. I was sure that .NET Framework has a nice solution for me, but [...]
Posts Tagged ‘visual-studio-2008’
Detecting Design-time in C#
Posted in Uncategorized, tagged .net, c#, design-mode, design-time, visual-studio, visual-studio-2008 on 2009/10/29 | Leave a Comment »
VS2008 AJAX Profiling Extensions
Posted in Uncategorized, tagged AJAX, microsoft, performance, profiling, visu, visual-studio, visual-studio-2008 on 2009/05/10 | Leave a Comment »
This looks fun, I’d like a chance to give it a go sometime.
Today, the team released Microsoft Visual Studio 2008 AJAX Profiling Extensions – a new power tool to measure the performance of the portions of web applications that execute JavaScript inside the web browser.
VS2008 AJAX Profiling Extensions
Visual Studio Team System 2008 Database Edition
Posted in Uncategorized, tagged GDR, microsoft, server, sql, sql-server, team-edition, team-suite, visual-studio, visual-studio-2008, visual-studio-2008-database-edition on 2009/04/01 | Leave a Comment »
Like most applications, a database plays a critical role in what I’m working on. Fortunately, two higher-end versions of Visual Studio are supposed to provide a Microsoft security blanket for developing a database, managing and tracking changes to a database, and deploying those changes. (Among other things)
http://www.vitalygorn.com/blog/post/2008/01/Handling-Database-easily-with-Visual-Studio-2008.aspx
Unfortunately, Microsoft left the security blanket for getting these [...]
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 »
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 [...]