- VS2005 Another Desinger Issue - Winforms not openingLast week, i got the resolution for one the Designer Issue we were facing and this week we bumped into another. Here is the Designer error message we get…
- DirectorySearcher.FindAll() -should have PageSize=1000When you are calling DirectorySearcher.FindAll and there is a chance to have more than 1000 records back, you must set PageSize to non-zero value,…
- Rss ParsingAs mentioned earlier in this blog, I am building a rss program together with Right now we have about 100000 feeds from this feeds I had before the weekend…
- XSD.EXE Warning: cannot create classes...If you build services the way I do, you create the XSD and then generate the classes using xsd.exe (instead of the other way around). I like this approach…
- Attracting females into computer scienceThe Boston Globe website has an article entitled In computer science, a growing gender gap Women shunning a field once seen as welcoming. As a computer…
- Implementation of UUEncoding in C#"Uuencode is a set of algorithms for converting files into a series of 7-bit ASCII characters that can be transmitted over the Internet. Originally,…
- Geekswithblogs.netMastering Debugging in Visual Studio 2010 Posted By: CatherineRussell | 7/15/2010 4:55 PM | 0 Comments In the software development life cycle, testing and…
- MSF 4.0 and Microsoft Team ServicesThe forthcoming release of Visual Studio Foundation Server will include two methodology templates for the next version of MSF (the Microsoft Solution…
- Application Level Events (ALE) In A NutshellWhat is Application Level Events Overview Application Level Events (ALE) is a standard created by EPCGlobal, Inc., an organization of industry leaders…
- Geekswithblogs.netSilverlight Cream for July 11, 2010 -- #901 Posted By: Dave Campbell | 7/11/2010 3:24 PM | 0 Comments In this Issue: Michael Washington, Sl.ayer, András…
- VS2005 Designer Issue - WinForms not opening after migratingRecently in my project we migrated from VS2003 to VS2005. The application I am working on is a smart client application so it has lot many Win Forms.…
- Biztalk Server Interview QuestionsWow, it has been some time now since I last blogged. I would like to say I have been super busy with tons of project work. But, actually I have been on…
- Primetime Podcast ReceiverEmail me Other Popular Posts - 10 DIY SharePoint WebParts - Guide to Free HDTV - - - Custom SharePoint RSS Feeds - - - - -
- A convenient way to deal with "Unexpected Error 0x8ffe2740"Ever had the annoying problem of IIS not wanting to start, coughing up the message "Unexpected Error 0x8ffe2740 Occurred."? The reason is that some other…
- What??? You deleted "Default Web Site" from IIS?!?!Some applications are just bent on seeing what appears to be the pristine original Default Web Site that is created when IIS is first installed. For…
- Chain constructors refactoring in C#In Refactoring to Patterns, Joshua Kerievsky describes the chain contructor refactoring that can be used to remove duplicate code when a class has many…
- Shelving in SubversionEver since I first saw shelving in the new version of Visual Source Safe, I've been somewhat enthralled by it. The first thing I did was figure out how I…
- A good url regular expression ?Update 8/11/2009: This post has moved and a new better version of the regex is there: http://flanders.co.nz/2009/11/08/a-good-url-regular-expression-repost…
- Arrays: Copy vs. CloneOccasionally when working with an array is may be useful to make a copy of that array. What might not be apparent is that by making a copy of an an array…
- Serializing A String Within a CDATA Element (.NET 1.1)Apparently .NET 2.0 does this out of the box but, I don’t get to play with it for awhile so…. Today I had the need to serialize some error messages in…
