- Mock RequireJS define dependencies with config.mapI had a module dependency, that I’m pulling down with RequireJS that I needed to use and write tests against. In this case, I don’t care about the actual implementation of the module (it’s simple e…
- MVC OnActionExecuting to RedirectI recently had the following requirements in an MVC application:
- Microsoft to drop support for older versions of Internet ExplorerEd Bott of ZDNet at http://www.zdnet.com/microsoft-to-drop-support-for-older-versions-of-internet-explorer-7000032437/ has written an excellent article on Microsoft dropping support for IE8 and old…
- O’Reilly Deal of the Day 7/August/2014 - Windows PowerShell for DevelopersToday’s half-price Deal of the Day from O’Reilly at http://shop.oreilly.com/product/0636920024491.do?code=MSDEAL is Windows PowerShell for Developers.
- HPET for x86 BSP (how to build it for WCE8)"I needed a timer". That is how we started a few blogs ago our series about APIC and ACPI.
- Sending email with SharePoint and jQueryWant to send email from SharePoint using jQuery? No problem!
- Combining jquery form serialize() and JSON.stringify() when doing ajax post in MVCMost of the times we end up using either $(‘#myform’).serialize() along with default contentType in ajax POST request, OR we use the JSON representation of the form using jquery helper methods, the…
- BrowserStack Visual Studio 2013 ExtensionTIP: Using VS2015? I've got you covered!
- Converting projects to use Automatic NuGet restore, using IFixConverting projects to use Automatic NuGet restore, using IFix
- Python in Finance by Yuxing Yan, Packt Publishing Book Review
- Building a Data Mart with Pentaho Data Integration Video Review by Diethard Steiner, Packt Publishing
- Testing Workflows – Test-FirstThis is the second of two posts on some common strategies for approaching the job of writing tests. The previous post covered test-after workflows where as this will focus on test-first. Each workf…
- Set Context User Principal for Customized Authentication in SignalRCurrently I'm working on a single page application project which is built on AngularJS and ASP.NET WebAPI. When I need to implement some features that needs real-time communication and push notific…
- SQL Server: How do I generate the table schema and populate it with inserts in a script?In SSMS, there's a Generate Script utility (read: only available under version 2008 and up) .
- Authenticated SMTP relaying in Exchange 2013Recently I designed and implemented a large Office 365 environment, part of it was a Hybrid Exchange 2013 server that should also serve as a central SMTP relay server to 365 and the rest of the wor…
- Benefits of Pair ProgrammingSo I’m going to do a three posts on Pair Programming. This first post discusses, from a business point of view, why Pair Programming is a good idea. The next two posts, focused more for developers,…
- Point-in-time Restore in New Azure SQL DatabaseToday Microsoft announced the new service tiers in Azure SQL Database in the blog in preview phase. Currently SQL Database offers two type of service: web and business with the database size limita…
- Extending the PowerQuery date table generator to include ISO WeeksChris Webb and Matt Mason have both blogged about formulas for generating a date table using PowerQuery, but both of these posts focus on the standard year-month-day calendar. I’ve been doing a lit…
- Are you using cryptocurrencies? Request for info.Hey everyone, I'm working on an open source library involving Bitcoin and I was wondering how many (if any) of you are currently working with cryptocurrencies in your apps & games?
- SSAS – Listing Active Queries with PowerShellRecently one of our production Tabular servers was being hit with a number of extremely large queries that were causing excessive load and impacting the performance for other users. These queries w…
