- BizTalk GAC Cleaning UtilityI have recently been having discussions with some of the guys from our Ops Team about the GAC and BizTalk. One of the things they had observed was that…
- Search All Columns in All Tables using TSQL1…Works like a charm: 1: DECLARE @SearchStr nvarchar(100) 2: 3: SET @SearchStr = 'SEARCH\KEYWORD' 4: 5: CREATE TABLE #Results (ColumnName nvarchar(370),…
- C# Fundamentals: Optional Parameters - Pros and PitfallsWhen Microsoft rolled out Visual Studio 2010 with C# 4, I was very excited to learn how I could apply all the new features and enhancements to help make…
- Configuring Application/User Settings in WPF the easy way.In this tutorial, we are going to configure the application/user settings in a WPF application the easy way. Most example that I’ve seen on the net…
- How to: group by month with SQLI took this particular code from http://weblogs.sqlteam.com/jeffs/archive/2007/09/10/group-by-month-sql.aspx, a good read. Shows you what to avoid and why.
- Projet Doneness and Einstein's RazorI’ve started working on a series of articles about the value of having testers involved in requirements gathering. Today I was reminded of a useful tool…
- Personal Development : Time, Planning , Repairs & MaintenanceThese are just my thoughts, but some you may find something interesting in it. Please think over it. We may know many things, but still we always keeps…
- Silverlight Cream for June 17, 2010 -- #885In this Issue: Zoltan Arvai, Antoni Dol, Jeff Prosise, David Anson, and John Papa. Shoutouts: Rob Davis has a World Cup Football Stadium tour in…
- Details of 5GB and 50GB SQL Azure databases have now been released, along with new price pointsLike many others signed up to the Windows Azure Platform, I received an email overnight detailing the upcoming database size changes for SQL Azure. I know…
- Silverlight Cream for June 16, 2010 -- #884In this Issue: Zoltan Arvai, Emiel Jongerius, Charles Petzold, Adam Kinney, Deepesh Mohnani, Timmy Kokke, and Damon Payne.
- ASP.NET Membership Password Hash -- .NET 3.5 to .NET 4 Upgrade Surprise!I'm in the process of evaluating how my team will upgrade our product from .NET 3.5 SP1 to .NET 4. I expected the upgrade to be pretty smooth with very…
- about meabout me Teresa Burger is passionate about building great user experiences for business applications, and believes that relationship starts at the UI.…
- ASP.NET MVC localization DisplayNameAttribute alternatives: a good wayTechnorati Tags:,, The ASP.NET MVC HTML helper methods like.LabelFor and.EditorFor use model metadata to autogenerate labels for model properties.
- Internet Explorer 9 Preview 2 link + webcasts for developersAt last week in London (10th and 11th June 2010) I promised several folks I would put up a blog post to more information on IE 9. True to my word (albeit…
- A Closer Look at the HiddenInput Attribute in MVC 2A Closer Look at the HiddenInput Attribute in MVC 2 MVC 2 includes an attribute for model metadata called the HiddenInput attribute. The typical usage of…
- Premature-Optimization and Performance AnxietyWhile writing my post analyzing the new .NET 4 ConcurrentDictionary class (here), I fell into one of the classic blunders that I myself always love to…
- Silverlight Cream for June 13, 2010 -- #881In this Issue: Mark Monster. Shoutouts: Adam Kinney has moved his blog, and his first post there is to announce
- Trabajando el redireccionamiento de usuarios/Working with user redirect methodsSaturday, June 12, 2010 12:08 PM La protección de las aplicaciones es un elemento que no se puede dejar por fuera cuando se elabora un sistema. Cada parte…
- Tech Ed/BI Conference 2010: A Recovering Industry in a Recovering CityI tried writing a post for this blog last night, while at the this year’s Microsoft Tech Ed and Business Intelligence conferences, in New Orleans. But I…
- Visual Studio 2010 Pro Power Tools ScreencastVisual Studio 2010 Pro Power Tools Screencast Microsoft just released the Visual Studio 2010 Pro Power Tools extension and it is awesome. A summary of all…
