Show hide system objects SQL Server's Enterprise Manager
If you want to show or hide the system objects in SQL server's enterprise manager such as "master database, system tables, system stored... more »
0 commentsSave Tags: database, microsoft
File Encryption and Decryption in C#.
This article demonstrates how to use C# to encrypt and decrypt files of any type.
0 commentsSave Tags: microsoft, other languages
Creating Controls in Code
In my new video I demonstrate how you can create controls dynamically at run time. The technique is very straight forward, everything you can create... more »
0 commentsSave Tags: .net, gui, microsoft
Web Parts the Simple Way - Use User Controls
One of the first questions I usually get about SharePoint development is how to make the WebPart development process simpler. My answer to that is... more »
0 commentsSave Tags: frameworks, microsoft
Policy-based Management in SQL Server 2008 – Part II
Facets support “On Change – Prevent” if there is transactional support for the DDL statements that change the facet state. Only the Login, User and... more »
0 commentsSave Tags: database, microsoft
Choosing the Right Garbage Collector Settings for Your .NET Application
Tuning the garbage collector to the specific context of the particular application can significantly improve the performance of both non-threaded and... more »
0 commentsSave Tags: .net, how-to, microsoft
Looping a comma seperated list in SQL Server
Looping comma separated values in SQL server
0 commentsSave Tags: how-to, microsoft
AJAX Line Graph with Silverlight
Cool line graphs made using Sliverlight. These are updated regularly via AJAX. There is a link to an article which discusses the construction and use... more »
0 commentsSave Tags: javascript, microsoft, web 2.0, web design
Best Of Visual Studio Team System(VSTS) Articles
Here are some of the best of the Visual Studio Team System articles. Covers TFS, TDD, Unit Testing, Web Testing, Code Metrics, Work Items and much... more »
0 commentsSave Tags: .net, methodology, microsoft, tools
Live Blogging from Where 2.0 Conference
I'm blogging live from Where 2.0. If you're doing Google Maps/Earth or Virtual Earth mashups, check out what's going down in the world of the GeoWeb... more »
0 commentsSave Tags: announcement, microsoft, open source, web 2.0
Why did we build Microsoft Office Search Commands?
The Lead Developer of Search Commands explains about the motivation and vision for Search Commands.
0 commentsSave Tags: microsoft, research, tools
Converting an object from JSON and back in Silverlight
JSON (JavaScript Object Notation) provides a convenient way to serialize an object, like "Employee" with first and last name, to a string. This can be... more »
0 commentsSave Tags: gui, javascript, microsoft
Connected component labeling in F#
Kirill recently posted a blog about connected component labeling in C#. He also asked for solutions in other languages, so of course I had to code it... more »
0 commentsSave Tags: microsoft, other languages
How-to: Create a Server Certificate for a WCF Service
One of the things I took a while to get used to when I started working with WCF were the certificates that are needed to secure Services. Microsoft... more »
0 commentsSave Tags: frameworks, microsoft
Microsoft Popfly - A nice tool for kids looking to build games
Game software offers many of the skills that developers will need in the long run. Products GameMaker, Microsoft Popfly and even Flash give kids a... more »
0 commentsSave Tags: how-to, microsoft, reviews