- C# to C++–A Somewhat Short Guide (Update 1)Last updated: 2012-02-14 This is a big post – over ~12200~ 16600 words – and so I’ve decided to make it available as a PDF download, which you can get…
- Full Version of AdventureWorks database for SQL Azure and and SQL Azure FederationsThe AdventureWorks database has been around for over a decade; a staple amongst sample databases. The first version of the AdventureWorks database…
- Windows 8 ListBox 2 ListViewOne of the new data controls in Windows 8 Metro is the ListView. The ListView does the same thing as the ListBox, plus more. In this post, I’ll build on…
- SharePoint administration pagesA quick note - possibly "note to self" - about how you can add administration pages to central administration ("CA").
- Microsoft Press Deal of the Day - 13/Feb/2012 - Beyond Bullet PointsTodays' Microsoft Press Deal of the Day at http://shop.oreilly.com/product/9780735627352.do is Beyond Bullet Points "Unlock the amazing story buried in…
- Windows application to a cross-platform web-based solution without a rewriteA Windows healthcare application for clinics and physicians needed a cost-effective way to accommodate all operating systems without reducing the existing…
- C# Performance: new vs Func vs Activator.CreateInstance()This blog now lives here.
- Microsoft LightSwitch and SQL 2012A couple of days ago I decided to reinstall the latest Microsoft Developer Training Kits. One of those kits was the Windows Azure Training Kit. It turned…
- A Simple implementation of the Decorator Design Pattern using C#The main motivation before the decorator pattern is to be able to add data and behavior to objects dynamically without relying on inheritance.
- SharePoint 2010 Development 8 day deep dive training in OsloSay you're an experience.NET developer, but you want to broaden your horizon and dive into SharePoint 2010 development? I'm giving a 8 day deep dive…
- Linq Challenge in C++I really love the LINQ language extension in dot net programming and I’m really glad it was added to a language I love (C#).
- A Simple implementation of the Proxy Design Pattern using C#A proxy is an object that can be used to control creation and access of a more complex object thereby deferring the cost of creating it until the time its…
- Windows 8 Composition and ContentComposition is an integral part of Windows 8 UI design from both ) and logical perspectives. This post modified my previous post, Refactoring Windows 8…
- C# to C++ – A Somewhat Short GuideLast updated: 2012-02-14 This is a big post – over ~12200~ 16600 words – and so I’ve decided to make it available as a PDF download, which you can get…
- Quick Review of Backup tools for SQL AzureThe landscape of SQL Azure backups is changing rapidly. A few tools are becoming available at no charge and Microsoft is adding capabilities over time.…
- StyleCop 4.7.7.0 releasedStylecop 4.7.7.0 has been released at The release announcement reads: " Updated release "4.7" for project stylecop
- Using ProudMonkey ConfirmBox Control in GridViewThere are times that we need to prompt the users when doing certain actions on the page. One practical example is to confirm the user when deleting a…
- Handling Warnings and Errors with InvokeProcess in TFS 2010 BuildMoved to http://blog.ehn.nu/2012/02/01/handling-warnings-and-errors-with-invokeprocess-in-tfs-2010-build/
- How to access a WCF Service behind ISA Server 2006 Forms Based AuthenticationI ran into this particular issue and didn’t find any answers to this specific question online. Here’s how I was able to accomplish this. A couple notes…
- Log4Net basics with a Console Application (c#)Tim goes through quite a bit, I just want to cover the very bare minimum for getting log4net to work in a console application.
