- Profiling Code – The Microsoft WayA colleague of mine asked me how he can find out why his laptop does consume 30% CPU in the SYSTEM process after it did wake up from hibernate. That is easy I replied: Open Process Explorer select …
- Profiling Startup Of VS2012 – SpeedTrace ProfilerProfiling Startup Of VS2012 – SpeedTrace Profiler
- Install Quartz.Net as a windows service and Test installation- 01: Where to download Quartz.net from - 02: How to install Quartz.net as a Windows service - 03: Test the Quartz.net Installation
- Time to stop using “Execute Package Task”– a way to execute package in SSIS catalog taking advantage of the new project deployment model ,and the logging and reporting featureI set out to find a way to dynamically call package in SSIS 2012. The following are 2 excellent blogs I found; I used them heavily. The code below has some addition to parameter types and message t…
- WhatsApp & Tasker for Android – Read & Write messagesSo, I finally gave up on all my previous the Microsoft Mobile/Phone OS devices and made my switch to Android this year. I am using my Samsung Galaxy Note GT-N7000 with CyanogenMod 9.1.0 (http://get…
- Get AutoHotkey Script To Run As Admin At StartupA few weeks back I posted some problems with running AutoHotkey (AHK) in Windows 8, and that the solution was to run your AHK script as admin. I also showed how to have the script start automatical…
- Build 2012, the first postYes, I was one of the lucky few who made it to Build. Build, formerly known as the Professional Developers Conference (or PDC) is the place to be if you are a developer on the Microsoft platform. S…
- Exam 70-480 Study Material: Programming in HTML5 with JavaScript and CSS3Here’s a list of sources of information for the different elements that comprise the 70-480 exam:
- How to write your unit tests to switch between NUnit and MSTestOn my current project I found it useful to use both NUnit and MsTest for unit testing. When using ReSharper for running unit tests, it just simply works better with NUnit, and on large scale projec…
- Get Started using Build-Deploy-Test Workflow with TFS 2012Moved to http://blog.ehn.nu/2012/09/05/get-started-using-build-deploy-test-workflow-with-tfs-2012/
- Are you cashing in on the MVP complimentary subscriptions ?> The two most asked questions in the Microsoft technology communities around the Microsoft MVP program are, > > 1\. How do I become a Microsoft MVP? > > 2\. What benefits do I get as an MVP? > > T…
- Windows 8–Custom WinRT components and WinJSI installed the RTM of Windows 8 when it became available, and in the last few days have started taking a look at writing a windows 8 app using HTML/JS, which in and of itself is a weird thing. I d…
- C#/.NET Little Wonders: Interlocked Read() and Exchange()Once 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 write and maintain. The index of all my pa…
- Inside the DLR - Invoking methodsSo, we've looked at how a dynamic call is represented in a compiled assembly, and how the dynamic lookup is performed at runtime. The last piece of the puzzle is how the resolved method gets invoke…
- Validate SSRS Report Input Parameters the Proper WayIt should not be a secret that sooner or later in the BI developer’s career one would face the necessity to perform a complex input parameter validations.
- C#/.NET Little Wonders: Interlocked Increment(), Decrement(), and Add()Once 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 write and maintain. The index of all my pa…
- Part 3–PassBook ServerSo far we have covered some basic principals, a simple database schema to store pass-jobs. Next step is to go about actually tie all this together and generate some passes.
- St. Louis ALT.NETI’m a huge fan of the St. Louis .NET User Group and a regular attendee of their meetings, but always wished there was a local group that discussed more advanced .NET topics. (That’s not a criticism…
- Why bother writing an Windows 8 app?So you want to know more about development for Window 8. Great! There are lots of reasons you should be excited about this. Since I don’t know why YOU are interested in this, I’ll make a list of re…
- C#/.NET Little Wonders: The Joy of Anonymous TypesOnce 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 write and maintain. The index of all my pa…
