Browsed by
Month: October 2010

7 Free .Net Development and Architecture e-Books!

7 Free .Net Development and Architecture e-Books!

Thank you to MSDN for re-distributing Anoop’s blog post on these seven FREE .Net development e-Books! The last group are Scribd from DZone, and you have to have a DZone account and be logged in to download, but the rest are freely downloadable from the websites. Here’s the title and link to each: Foundations of ProgrammingMicrosoft Application Architecture Guide, 2nd Ed.Rob Miles C# YellowBook 2010Threading in C#Improving .Net Application Performance and StabilityApplying Design Patterns DZone Reference CardsGetting Started With WCF…

Read More Read More

Getting local IP address programmatically in Windows 7

Getting local IP address programmatically in Windows 7

I created a small client app for my company that required the local IP address (assigned by DHCP) to determine what site it was on. It reads the second octet value, which is consistent with each of our buildings in our enterprise. From here, I can determine what content to load so no matter where the PC is placed, it automatically grabs content only specific to that location. Anyway, when testing this application on Windows 7 it doesn’t load any…

Read More Read More