ASP.NET Membership Provider - Switching from Clear to Hashed Robin Edwards, January 1, 0001 I'm using the ASP.NET membership provider. While testing, I overrode the machine.config and set my password to as follows passwordFormat="Clear" I removed the override (switching it back to the machine.config ... ASP.NET Membership Provider - Switching from Clear to Hashed 0 0 2
Perfect Day in Melbourne chanderr, January 1, 0001 Hah! back in the Blogging Business after being away for a really long period. The Spring is just so exciting,Glad that the Winter is over.Well not to mention I have kicked off with my jogging routine starting ... Perfect Day in Melbourne 0 0 1
Access USB over Network Sreejith S, January 1, 0001 Today most devices connect to the PC via USB. What if you need to share a USB device with another person at home or at work. What you normally do is unplug the device and hand it over to the other person. ... Access USB over Network 0 0 2
CloseHandle(CreateThread(...)); TechTwaddle, January 1, 0001 I was browsing through some code when I came across a line of code which said: CloseHandle( CreateThread(NULL, 0, PeculiarThreadProc, NULL, 0, NULL) ); And I thought, wait a minute, is he closing the handle ... CloseHandle(CreateThread(...)); 0 0 1
Tips n Tricks - Visual Studio bullpit, January 1, 0001 1. Disable HTML Navigation bar. Tools -> Options -> Text Editor -> HTML -> Unckeck Navigation Bar option 2. Auto insert quotes when typing. Tools -> Options -> Text Editor -> HTML ... Tips n Tricks - Visual Studio 0 0 5
Auto-Start in .NET 4.0 bullpit, January 1, 0001 Here Scott talks about the new feature Auto-Start included in .NET 4.0 and IIS 7. This can prove really helpful in avoiding the initial delay experienced by the first visitor of a web ASP.NET application. ... Auto-Start in .NET 4.0 0 0 1
Countdown to Software Architect 2009 – Day one summary and ... Eric Nelson, January 1, 0001 This is the second in a series of posts on my preparations for sessions on Azure and ORMs at Software Architect 2009. In case you don’t want to skim through the whole post, the main things I learnt in ... Countdown to Software Architect 2009 – Day one summary and ... 0 0 0
Countdown to Software Architect 2009 – the quiet before the... Eric Nelson, January 1, 0001 Next week I am presenting two sessions at Software Architect 2009. Both sessions are new, new in the sense that I am creating them this week and new in the sense that whilst they are on topics I have experience ... Countdown to Software Architect 2009 – the quiet before the... 0 0 0
useful links Lukasz Kurylo, January 1, 0001 ASP.NET MVC Reports in ASP.NET MVC Integrating OpenID in an ASP.NET MVC Application using DotNetOpenAuth Microsoft Chart Controls to PDF with iTextSharp and ASP.NET MVC Setting Up ASP.NET MVC with NUnit ... useful links 0 0 0
Rock On with JQuery & JayRock!! , January 1, 0001 I was telling in one of my previous blogs regarding mashups. Since then, I have been working on AJAX related stuff in my free time[ @ office also? :-) ]. As I told you, I was very much impressed by Omar ... Rock On with JQuery & JayRock!! 0 0 0
Happy Birthday to jQuery! , January 1, 0001 jQuery is three years old today, after being released way back on January 14th, 2006 at the first BarCampNYC by John Resig. Below are the big features of this release (taken from jQuery's blog): Sizzle: ... Happy Birthday to jQuery! 0 0 0
Twitter initiated war to kill IE6 !! , January 1, 0001 All that started with a simple tweet by a Norwegian developer Erlend Schei. He came up with an idea to display an "Upgrade" message on IE6 browsers for his websites and suddenly, all major websites of ... Twitter initiated war to kill IE6 !! 0 0 3
Converting ASP.NET DataTable to JSON using JayRock , January 1, 0001 Beginners using jQuery plugins and jQuery AJAX with ASP.NET get stuck with one common problem-converting datatable to JSON. This conversion is necessary since JSON can be easily parsed in JavaScript and ... Converting ASP.NET DataTable to JSON using JayRock 0 0 8
Beware – jQuery unbind() vs removeAttr() , January 1, 0001 Here is a jQuery bug which suck few hours of my time: unbind() works only on events attached using jQuery. removeAttr() does not work on events added using jQuery Confusing? Here is the scenario which ... Beware – jQuery unbind() vs removeAttr() 0 0 6
Passing complex types to service calls using jQuery & JayRock , January 1, 0001 Scenario: Consider a web form having several fields, whose values are to be submitted to the server through an AJAX call. This can be easily achieved using jQuery’s $.ajax(), passing all the form elements ... Passing complex types to service calls using jQuery & JayRock 0 0 5
Using .NET’s Register Script methods with jQuery’s $(document).re... , January 1, 0001 In ASP.NET web apps, most of the times we would need to call JavaScript functions in page_load event of code behind, for various valid reasons. In such scenarios, we simply use .NET’s Register Script methods ... Using .NET’s Register Script methods with jQuery’s $(document).re... 0 0 5
Book Review - Effective REST Services via .net Dave Noderer, January 1, 0001 I just got done reading "Effective REST Services via .NET" by Kenn Scribner and Scott Seely. ISBN-13: 978-0-321-6125-7 I've been hearing a lot about restful services and have absorbed the basics by osmosis ... Book Review - Effective REST Services via .net 0 0 0
Windows CE: Stream Interface Driver Post Init IOCTL Bruce Eitman, January 1, 0001 There is a lesser known feature of stream interface drivers, the post init IOCTL. This is probably lesser known because there isn’t a good way to put this in the help index and it doesn’t appear to be ... Windows CE: Stream Interface Driver Post Init IOCTL 0 0 0
Introducing ArchitectNow and Coders-4-Charities St. Louis Kevin Grossnicklaus, January 1, 0001 There has a bunch of great stuff going on here in St. Louis and it’s about time I shared some of the news. St. Louis Day of .NET 2009 This event was held on August 28th and 29th here in St. Louis at the ... Introducing ArchitectNow and Coders-4-Charities St. Louis 0 0 1
Universal NAnt Script for Gallio Robz / Fervent Coder, January 1, 0001 So Gallio has been out for a little while and I admit that I am a little slow when it comes to looking at new frameworks. I mean there is so much to look at and only so much time in the day allocated to ... Universal NAnt Script for Gallio 0 0 0
Lazy loading, Inheritance, and Persistence ignorance (part 2) Thomas Weller, January 1, 0001 In previous parts (see here and here, I will refer to the examples therein throughout the following), I described a problem with O/R-mappers like NHibernate that could possibly break domain code which ... Lazy loading, Inheritance, and Persistence ignorance (part 2) 0 0 0
Windows CE: Advertising a Power Manageable Device Driver Bruce Eitman, January 1, 0001 I was working on a driver suspend/resume issue this week. The driver was originally developed without support for the Power Manager, but really it would work better if it could respond to requests from ... Windows CE: Advertising a Power Manageable Device Driver 0 0 0
Windows CE: Setting a lot of Registry Values Bruce Eitman, January 1, 0001 If you wanted to dump a lot of values into the registry on a Windows XP system, you could create a reg file and then use RegEdit to import the reg file into the registry. But on a Windows CE device that ... Windows CE: Setting a lot of Registry Values 0 0 0
Platform Builder: Setting the Task Bar to Auto Hide by Default Bruce Eitman, January 1, 0001 In the last Microsoft Windows CE chat, someone asked about setting the Explorer Task Bar to auto hide by default. The problem is that the value that controls auto hide is the default value for the key. ... Platform Builder: Setting the Task Bar to Auto Hide by Default 0 0 1
Testing whether two IP addresses are in the same network using c#... Razan Paul, January 1, 0001 IPv4 address has two basic parts: the network part and the host part. As we know, if network potions of two IPs are same, they are in the same network. By performing and operation between subnet mask and ... Testing whether two IP addresses are in the same network using c#... 0 0 0
Coming To A Western Canada City Near You! D'Arcy Lussier, January 1, 0001 I’ve got a few speaking gigs coming up that I’m pretty pumped about, also making for a busy Fall/Winter. Edmonton Code Camp – September 18 Finally I make my way to Edmonton! I’ll be doing two sessions ... Coming To A Western Canada City Near You! 0 0 0
Explaining SAAS to my wife. subodhnpushpak, January 1, 0001 This weekend i was engaged with a rather uninteresting conversation with my wife. My wife is computer savvy but still is catching up on new technologies. Below is a brief snippet. I am hopeful that this ... Explaining SAAS to my wife. 0 0 1
Dependency Properties subodhnpushpak, January 1, 0001 Dependency properties is one concept which i always marvel. As programmer / developer i always like the concept, as by just introducing DP, so many stuff now is so easy(Read Template programming in XAML). ... Dependency Properties 0 0 12
Silverlight Cream for September 17, 2009 -- #694 Dave Campbell, January 1, 0001 In this Issue: Bob Bartholomay, Mark Tucker, Chris Klug, Damon Payne, Phani Raj, John Papa, Victor Gaudioso, Jonathan van de Veen, Tomasz Janczuk, and Fredrik Normén. Shoutout: Chad Campbell has the material ... Silverlight Cream for September 17, 2009 -- #694 0 0 0
Developing for Surface, part I Dennis Vroegop, January 1, 0001 Surface is cool. There’s no doubt about that. People who walk up to the machine and start using it are usually impressed by it. That also goes for developers: they are sometimes even overwhelmed by it ... Developing for Surface, part I 0 0 1
A nitpick critique of Ariel, by Stephen Boyett Jason Coyne, January 1, 0001 So I read about the first 50% of Ariel, its fun so far, but one thing really bugs me. The lack of guns. In all science fiction/fantasy, I give the author a chance to set up whatever rules they want. Aliens ... A nitpick critique of Ariel, by Stephen Boyett 0 0 0
Platform Builder: Target Processor 'Armv4I' not Installed Bruce Eitman, January 1, 0001 Platform Builder: Target Processor 'Armv4I' not Installed Recently a poster to the Platform Builder newsgroup posted an interesting solution to a not so uncommon problem when installing QFEs. The problem ... Platform Builder: Target Processor 'Armv4I' not Installed 0 0 3
Silverlight Cream for September 16, 2009 -- #693 Dave Campbell, January 1, 0001 In this Issue: Bob Bartholomay, Fredrik Norm, Allan Muller, Steve White, Terence Tsang, Vikram Pendse, Victor Gaudioso, and Andy Beaulieu. Shoutout: I blogged that Koen Zwikstra had released Silverlight ... Silverlight Cream for September 16, 2009 -- #693 0 0 0
MSDN Flash Podcast Show 009 – Tom Quinn discusses Test Doub... Eric Nelson, January 1, 0001 [Amazingly – I actually got this podcast done before the MSDN Flash newsletter it accompanies :-) Despite my hoster trying very hard to turn my hair grey to get this posted! Grrrrrr. ] [Apologies in advance ... MSDN Flash Podcast Show 009 – Tom Quinn discusses Test Doub... 0 0 0
TFS Auto Shelving MikeParks, January 1, 0001 For Visual Studio 2010 / TFS 2010 please see: http://geekswithblogs.net/M... In one of our meetings the other day a few developers ... TFS Auto Shelving 0 0 5
Taking MonoDevelop 2.0 for a Test Drive Mitch, January 1, 0001 Well, for a long time I have been a big fan of open source software, and although I'm not specifically a .NET developer, it's my main focus, as everything I do work related is .NET. I've known about The ... Taking MonoDevelop 2.0 for a Test Drive 0 0 0
Silverlight Cream for September 15, 2009 -- #692 Dave Campbell, January 1, 0001 In this Issue: Danijel Stulic, Mark J. Miller, Chris Klug, Erik Mork, Joe Stegman, and Matthias Shapiro. Shoutouts: Koen Zwikstra announced Silverlight Spy 3 RTW ... this is just 2 years from a blog post ... Silverlight Cream for September 15, 2009 -- #692 0 0 0
XmlSerializer in Action or why does my application start csc.exe ... Alois Kraus, January 1, 0001 If you have ever wondered why your .net application has a slow startup performance you normally start watching with Process Explorer at your processes. But this will not always give you the full picture ... XmlSerializer in Action or why does my application start csc.exe ... 0 0 0
Let’s Build A Dev Shop (Part 5 In An Ngoing Saga) Lee Brandt, January 1, 0001 Well, here we are again. Last time, we talked about project structure and came up with the one we’ll use for this series. Next we’ll talk tools. We’ll talk tools like Tim Taylor talks tools: with lots ... Let’s Build A Dev Shop (Part 5 In An Ngoing Saga) 0 0 1
Dell TouchPad | Enabling/disabling Doug Butscher, January 1, 0001 I bought a Dell Studio 17 a few months ago, and as much as I love it, the TouchPad is like crazy-annoying sometimes. Not too long ago, touchpads starting allowing scrolling functionality by sliding your ... Dell TouchPad | Enabling/disabling 0 0 51
Technical Arguments Are Good Lee Brandt, January 1, 0001 I might have made a decent lawyer. If I’d been born without any self respect and complete absence of morality, I might’ve become a lawyer. I love to argue. I love it. I like pitting my ideas against another’s. ... Technical Arguments Are Good 0 0 0
Size Matters: WorkItem Attachments Jon Dalberg, January 1, 0001 Workitems in TFS have a handy feature that allows you to attach files to them. Notice the size column? It's not obvious but there is a size limit to attachments. The default setting is to allow documents ... Size Matters: WorkItem Attachments 0 0 0
ADO.NET Data Services – what waits for us in the future Sergey Zwezdin, January 1, 0001 Approximately hardly there is more than year back we have seen a new services platform - ADO.NET Data Services. Its occurrence has marked the beginning of wide use of the REST-approach by many developers. ... ADO.NET Data Services – what waits for us in the future 0 0 0
Where were you on 9/11? Ratman21, January 1, 0001 Well its 9/11 again and my mind goes back to that day but, first what have I been doing since the 9th? 10th Thursday, Well I heard from that CU, got a letter. No it did not say that I have job and it didn’t ... Where were you on 9/11? 0 0 0
Silverlight Cream for September 11, 2009 -- #690 Dave Campbell, January 1, 0001 In this Issue: Rick Barraza, David Kelley, Kevin Dockx, Al Pascual(2), Victor Gaudioso, and Jim Lynn. Shoutout: Chris Cavanagh announced YouCube 3.0 (Chromium WebBrowser) - Source Code From SilverlightCream.com: ... Silverlight Cream for September 11, 2009 -- #690 0 0 0
FluentHtmlTextWriter EltonStoneman, January 1, 0001 [Source: http://geekswithblogs.net/E... Keeping up the fluent work, I've put together a fluent interface which wraps the framework HtmlTextWriter. For ASP.NET MVC, this makes generating HTML ... FluentHtmlTextWriter 0 0 13
.NET corrupt??? Kevin Shyr, January 1, 0001 I was installing SQL 2008 on my local box and ran into this issue. I even tried this: http://support.microsoft.co... But after several different approaches (rebuild .net from standalone install; ... .NET corrupt??? 0 0 0
Lazy loading, Inheritance, and Persistence ignorance (part 1.5) Thomas Weller, January 1, 0001 A few days ago, I talked about a problem, that using an ORM like NHibernate could bring, when there's inheritance and lazy loading around (please refer to this post). Unfortunately, the example in this ... Lazy loading, Inheritance, and Persistence ignorance (part 1.5) 0 0 0
Talking SharePoint Best Practices with Spence Harbar , January 1, 0001 SharePoint Best Practices Chat with Spencer Harbar Background: I met Spencer Harbar (SharePoint MVP) at the 2009 MVP Summit. My friend AC introduced us. Spencer and Andrew both recently spoke at the European ... Talking SharePoint Best Practices with Spence Harbar 0 0 0
SharePOint: Excessive SPRequests Objects , January 1, 0001 Issue: SharePoint Sites may log “Excessive SPRequest Objects,” under normal use. When I first saw this message I began thinking the worst… somewhere in our code we are not disposing of objects. The Good ... SharePOint: Excessive SPRequests Objects 0 0 0