- Solving Performance Problems with nHibernate (or any ORM)I’ve spent a bunch of time lately with clients helping them understand why their applications are so slow and how to improve performance. This often comes…
- Session material from TechDays BE and NLUPDATE: Added the videos Note: Like all material on this blog, this blog post and all the referenced material are licensed under the Creative Commons…
- C#/.NET Little Wonders: Extension Methods DemystifiedOnce again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easier to…
- ASP.NET 4.5 - FAQs on SignalR Script ExceptionsASP.NET SignalR is pretty new and very exciting feature in ASP.NET. You might want to play around with it and may encounter some hiccups during your…
- How to write CSS only for Internet Explorer 10 ?Recently I hear about IE 10 launch for windows 7. It’s sound pretty good to me. I have check if this have something good for me as a designer’s…
- TFS Kanban Board Swim lane Customization To Better Manage The Product BacklogBrian Harry announced the customize columns feature on the that enables you to define new swim lanes based on the work item state right from Team Web…
- Open SharePoint Alerts Page Using JavaScriptThe page to set up alerts for a SharePoint list requires the list ID to be passed in as a query string. The follow code will get the ID for the list with…
- Exporting XML Comments to Your ApplicationRecently I blogged about adding SQL Doc Documentation to you Application. This makes it easy to keep your documentation visible and more likely current.
- Book Review: Murach’s Javascript and jQueryIn the past few weeks, I have been busy reading Murach’s Javascript and jQuery. I had already been introduced to the Murach’s book series and knew their…
- ImageResizer, AzureReader2 and well… Azure (duh!)So, as part of my on-going project I’ve recently made the decision to shift all my images (uploaded by ME and my USERS) to Azure Blob Storage, instead of…
- Sample Pricing Comparison: On-Premise vs. Private Hosting vs. Cloud ComputingIn this blog post, I will compare what it would take to perform the same project on a virtualized environment (on your own hardware) and hosted in a…
- Step-by-Step: Deploying Windows 8 Apps with System Center 2012 Service Pack 1Among a whole host of new management features, Service Pack 1 for System Center 2012 Configuration Manager adds the ability to now deploy and manage…
- Create IIS App Pool and Site With Windows PowershellHere’s a simple code snippet which shows how to create a new app pool and site in IIS via a Powershell script. It also checks for app pool and site…
- When a vendor you love lies… Corsair and the K90I’ve been a big Corsair fan for a long time. I’ve always had great luck with their RAM and other products. A couple of months ago, I was in the market for…
- MVVM Light V4.1.27.0 in NugetI just pushed a new version of MVVM Light to Nuget. The new version is 4.1.27.0. The difference towards the previous version (4.1.26.1) and this one is…
- HTML input typesAs web developers and consumers, we’re all familiar with the HTML <input> tag. This is the tag that renders on the screen as an input text box. However,…
- C#/.NET Little Wonders: Explicit Interface ImplementationOnce again, in this series of posts I look at the parts of the.NET Framework that may seem trivial, but can help improve your code by making it easier to…
- TFS Build Custom Activity : TODO CounterArticle Source: https://geekswithblogs.net/charliemott Tracking the count of TODO.aspx)’s in your solution can be used for the following:
- TFS - Get List Of Software Installed On Build AgentIt is common for your code projects to reference Microsoft or Non Microsoft SDKs, this requires that the build agents has the SDK’s installed. It is also…
- TFS2012 QU2 - New Feature - Work Item TaggingMicrosoft has just switched the flag ON and released a whole bunch of new features in CTP1 as part of the TFS 2012 QU2 release. In this blog post I’ll be…
