Geeks with Blogs
HomeAbout
  • Breaking change: Raising PropertyChanged with string.Empty in WinRT / Windows 8
    In the developer preview of Windows 8, I just noticed a breaking change in the way that data bindings react to the PropertyChanged.aspx) event.
    Laurent Bugnion · 2011-09-25
  • Dealing with types in WinRT
    Another quick tip: Most of the interaction with the System.Type class in Windows 8 is now done through the TypeInfo.aspx) class. An instance of TypeInfo…
    Laurent Bugnion · 2011-09-25
  • C#/.NET Little Wonders: String Padding and Trimming - Not Just for Spaces!
    Once again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easier to…
    James Michael Hare · 2011-09-22
  • How to Remove Quotes and Replace the Delimiter in a File using PowerShell Preserving the Commas
    Recently I was tasked with a file cleansing exercise. The endeavor looked simple, but the solution was not, I needed to prepare a file for processing, but…
    Compudicted · 2011-09-22
  • Simple MVC 2 Pager
    I wrote a simple pager AjaxHelper extension. You can convert this to an HtmlExtension method by just removing the AjaxOptions and swapping out the…
    Doug Lampe · 2011-09-22
  • Scripting with Mono
    C++ is a very powerful language. Well written native C++ code can perform much better than managed languages like C# and Java due to optimizations that…
    raccoon_tim · 2011-09-22
  • Dallas event: AT&T Mobile App Hackathon
    Saturday, November 5, 2011 at the AT&T Foundry in Plano, TX Dev-ing. Mobile. Cloud. APIs. Good food. Awesome prizes.
    Bill Osuch · 2011-09-21
  • ASP.NET MVC 4 Developer Preview announced at BUILD
    Yesterday I wrote this post but forgot to mention about something that is very close to my heartSmile ASP.NET MVC. ASP.NET MVC has been evolving rapidly…
    Harish Ranganathan · 2011-09-21
  • How to handle ""Maximum request length exceeded" exception
    In global.asax: protected void Application\BeginRequest(Object sender, EventArgs e) { HttpRuntimeSection runTime \=…
    Sglima · 2011-09-20
  • Silverlight Cream for September 20, 2011 -- #1146
    <table cellspacing="10" cellpadding="0" border="0"><tbody><tr><td>In this Issue: <a href="#20110920Eric Jensen"><u>Eric Jensen</u></a>, <a…
    Dave Campbell · 2011-09-20
  • My thoughts about Build, Windows 8, WinRT, XAML and Silverlight
    Last week, Microsoft held their long awaited Build Windows (or simply "Build") conference in Anaheim CA. About 5000 people packed the convention center to…
    Laurent Bugnion · 2011-09-17
  • TFS Azure–Technical Access Preview Experience!
    I have been part of the Azure TFS Technical Access Preview (TAP) since March 2011. TFS Azure has been previewed and officially announced as TFS Service in…
    Tarun Arora [Microsoft MVP] · 2011-09-16
  • The .NET Dictionary
    To many people, System.Collections.Generic.Dictionary<TKey,TValue> is just a useful collection. In this post, I'll be looking inside that collection and…
    simonc · 2011-09-16
  • A Tale of Two Windows
    ![TwoWindows](/images/andrewbrust/a-tale-of-two-windows/625d313a-TwoWindows5.png) As I write this post, Microsoft’s Windows 8-focused //build/ conference…
    andrewbrust · 2011-09-16
  • Download all the Build Videos with RSS
    ![image](/images/mbcrump/download-all-the-build-videos-with-rss/c7032935-image2.png) Introduction The conference sessions are starting to appear on the…
    mbcrump · 2011-09-15
  • C#/.NET Little Wonders: The String Remove() and Replace() Methods
    Once again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easier to…
    James Michael Hare · 2011-09-15
  • Windows 8, Metro and IE10: First impressions
    I've just installed the Windows 8 Developer Preview. These are some first impressions: Installation of the preview was quite smooth and didn't take too…
    Charles Young · 2011-09-15
  • MSTest–Copy Assembly’s Directory set to output to the test run directory
    There are two ways that I found to this but I found the second one better for readability. 1\. Test Run Configuration file
    kazim sardar mehdi · 2011-09-15
  • APress Deal of the Day - 15/Sept/2011 - Pro LINQ Language Integrated Query in C# 2010
    Today's $10 Deal from Apress at http://www.apress.com/9781430226536 is Pro LINQ Language Integrated Query in C# 2010
    TATWORTH · 2011-09-15
  • BizTalk Server 2010: Loading properties in custom pipeline components
    Following the previous post, here is a second bit of wisdom. In the Load method of a custom pipeline component, only assign values retrieved from the…
    Charles Young · 2011-09-14
← Prev1…666768…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.