Geeks with Blogs
HomeAbout
  • Essential Skills for Web Development
    Many times in the Career advice section at http://www.dotnetfunda.com/advices/ we are asked this question What are the essential skills for a web…
    Rajesh Pillai · 2010-06-21
  • BizTalk GAC Cleaning Utility
    I 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…
    Michael Stephenson · 2010-06-18
  • Search All Columns in All Tables using TSQL
    1…Works like a charm: 1: DECLARE @SearchStr nvarchar(100) 2: 3: SET @SearchStr = 'SEARCH\KEYWORD' 4: 5: CREATE TABLE #Results (ColumnName nvarchar(370),…
    Rohit Gupta · 2010-06-18
  • C# Fundamentals: Optional Parameters - Pros and Pitfalls
    When 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…
    James Michael Hare · 2010-06-17
  • 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…
    mbcrump · 2010-06-17
  • How to: group by month with SQL
    I 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.
    AngelEyes · 2010-06-17
  • Projet Doneness and Einstein's Razor
    I’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…
    Malcolm Anderson · 2010-06-17
  • Personal Development : Time, Planning , Repairs & Maintenance
    These 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…
    Rajesh Pillai · 2010-06-17
  • Silverlight Cream for June 17, 2010 -- #885
    In this Issue: Zoltan Arvai, Antoni Dol, Jeff Prosise, David Anson, and John Papa. Shoutouts: Rob Davis has a World Cup Football Stadium tour in…
    Dave Campbell · 2010-06-17
  • Details of 5GB and 50GB SQL Azure databases have now been released, along with new price points
    Like 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…
    Eric Nelson · 2010-06-16
  • Silverlight Cream for June 16, 2010 -- #884
    In this Issue: Zoltan Arvai, Emiel Jongerius, Charles Petzold, Adam Kinney, Deepesh Mohnani, Timmy Kokke, and Damon Payne.
    Dave Campbell · 2010-06-16
  • 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…
    David Hoerster · 2010-06-15
  • about me
    about me Teresa Burger is passionate about building great user experiences for business applications, and believes that relationship starts at the UI.…
    Scott Dorman · 2010-06-15
  • ASP.NET MVC localization DisplayNameAttribute alternatives: a good way
    Technorati Tags:,, The ASP.NET MVC HTML helper methods like.LabelFor and.EditorFor use model metadata to autogenerate labels for model properties.
    Brian Schroer · 2010-06-14
  • Internet Explorer 9 Preview 2 link + webcasts for developers
    At 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…
    Eric Nelson · 2010-06-14
  • A Closer Look at the HiddenInput Attribute in MVC 2
    A 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…
    Steve Michelotti · 2010-06-14
  • Premature-Optimization and Performance Anxiety
    While 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…
    James Michael Hare · 2010-06-13
  • Silverlight Cream for June 13, 2010 -- #881
    In this Issue: Mark Monster. Shoutouts: Adam Kinney has moved his blog, and his first post there is to announce
    Dave Campbell · 2010-06-13
  • Trabajando el redireccionamiento de usuarios/Working with user redirect methods
    Saturday, 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…
    Jason Ulloa · 2010-06-12
  • Tech Ed/BI Conference 2010: A Recovering Industry in a Recovering City
    I 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…
    andrewbrust · 2010-06-10
← Prev1…959697…227Next →
Geeks with Blogs

A community archive of developer blogs and technical articles, preserved at their original URLs.

Browse

HomeAboutArchive
© 2026 Geeks with Blogs. Posts by their original authors.