Posts
255
Comments
466
Trackbacks
17
Windows 7
Free eBooks from Microsoft/MSDN
Just reminder of a post I wrote back in December. Don’t forget that there is a variety of free ebooks available for download on a number of different developer and IT topics. Developer subjects include Programming Windows Phone 7, Moving to Visual Studio 2010, and Introducing SQL Server 2008 R2. IT topics include Deploying Windows 7, Understanding Microsoft Virtualization Solutions and First Look at Office 2010 just to name a few. Have a day ......
Posted On Monday, May 23, 2011 9:46 AM | Comments (0)
Free eBooks from Microsoft–We like free!
In a recent blog post I mentioned the availability of the Programming Windows Phone 7 ebook by Charles Petzold. Well I have good news, there are a number of additional FREE ebooks available from Microsoft to help you continue honing your tech skills. Moving to Microsoft Visual Studio 2010 Introducing Microsoft SQL Server 2008 R2 Own Your Future: Update Your Skills with Resources and Career Ideas from Microsoft Understanding Microsoft Virtualization Solutions (Second Edition) First Look Microsoft ......
Posted On Tuesday, December 7, 2010 9:03 AM | Comments (0)
Visual Studio 2010 and .NET Framework 4 Training Kit
Now that you’ve had time to download and install Visual Studio 2010 its time to start learning about all the new features and capabilities. That’s where this post comes in. Microsoft released the Visual Studio 2010 and .NET Framework 4 Training Kit on the same day Visual Studio 2010 became available to download. It contains presentations, hands-on labs, and demos on a variety of features and framework technologies including: C# 4 Visual Basic 10 F# Parallel Extensions Windows Communication Foundation ......
Posted On Saturday, April 24, 2010 12:24 PM | Comments (0)
The Future: Web or Windows Client Development, your thoughts?
A question I have for you is with all the focus on web or cloud-based applications (Silverlight, ASP.NET MVC, Azure, etc.) is there still a vibrant future out there for Windows Client desktop applications? Will Windows 7 do much to swing the focus back to desktop applications? Don’t get me wrong, I’m not saying desktop based application development is dead, it’s not by a long shot. With development tools like WPF and ClickOnce deployment desktop applications still rock. I’m just saying that it appears ......
Posted On Wednesday, November 18, 2009 12:10 PM | Comments (0)
Six Reasons Why Windows 7 Will Win in Business
I came across this PC Mag article and figured I’d share it with you. My primary reason for doing so is to provide additional ammunition to those developers out there who want to upgrade to Windows 7 but management is hesitant to do so. I’ll leave reading the article to you but here are the six reasons stated in the article. 1. Windows XP 2. Stability and Compatibility 3. Aging Hardware 4. Vista: A 3-Year Beta Test 5. Smaller, More Agile Companies 6. Business Demand To me the most significant item ......
Posted On Wednesday, November 18, 2009 11:44 AM | Comments (2)
How Do Your .NET Applications Know If They’re Running Under Windows 7?
Sometimes it’s the little things that seem to drive ya nuts while developing an application. This is a follow up post to a my How Do Your .NET Applications Know if They're Running Under Vista? post from September 2008. There are features in Windows 7 that are NOT available in earlier versions of Windows so there may be times when you need to know what OS your application is running under. Determining the OS version is as simple as checking a few properties on the the System.Environment.OSVersion ......
Posted On Sunday, October 18, 2009 1:07 PM | Comments (0)