- Binding Checkboxes with KnockoutJSRecently I had occasion to bind a list of checkbox input elements to a KnockoutJS observableArray. It actually took me a great deal of time to get the…
- The Basics - Four Pillars of Object Oriented ProgrammingWhat are the four pillars of OO programming? (Summary) a. Inheritance i. (e.g. object triangle inherits from object shape)
- Nginx and PHP FundamentalsHot on the heels of my .NET caching course, I’ve had my first “fundamentals” course released on Pluralsight: Nginx and PHP Fundamentals.
- Installing Exchange 2013 CU1Before you begin Download the following software: · UCMA 4.0: http://www.microsoft.com/en-us/download/details.aspx?id=34992
- Dev Docs and another Responsive BookmarkletI came across two sources of developer documentation today, courtesy of the LinkedIn CSS3/HTML5 group. The first, DocHub http://dochub.io/#css/ and the…
- UK Connected Systems User Group Recap from JulyJust a note to recap some of the discussion and activity from the recent UK Connected Systems User Group in July.
- NLog Exception Details RendererThis is easily remedied by implementing a custom layout renderer. Start by extending 'NLog.LayoutRenderers.LayoutRenderer' and overriding the 'Append'…
- APress Deal of the Day 27/Jul/2013 - Pro Application Lifecycle Management with Visual Studio 2012Today's $10 Deal of the Day from APress at http://www.apress.com/9781430243441 is Pro Application Lifecycle Management with Visual Studio 2012 "Pro…
- Benefits of Behavior Driven DevelopmentNow posted on aligneddev.net Continuing my previous article on BDD, I wanted to point out some benefits of BDD and since BDD is an extension of Test…
- APress Deal of the Day 26/Jul/2013 - Pro Windows Embedded Compact 7Today's $10 deal of the day from APress at http://www.apress.com/9781430241799 is Pro Windows Embedded Compact 7 "This book is the natural choice for…
- C#/.NET Little Wonders: Getting Caller InformationOnce 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…
- Loops, Recursion and Memoization in JavaScriptAccording to Wikipedia, the factorial of a positive integer n (denoted by n!) is the product of all positive integers less than or equal to n.
- Configuring SQL Server Express Edition for remote access<< Joining to an arbitrary SQL set in EF5 | Home I wanted to access SQL Express on my local machine from within a Client Hyper=V virtual machine on the…
- Better name of Social Networking ! quora.comAfter writing my recent post Facebook allow you to abuse in Non-English words ? I am looking for better social networking site. I found Facebook is not…
- A starting point for Use Cases and User StoriesSoftware is a challenging business and is rife with opportunities to go wrong. Over the years a number of methodologies have evolved to help make sure…
- Neo4JClient – Getting Path ResultsSo, let’s get this straight off the bat – Craig Brett has written about using the PathResults from (a.NET REST client to Neo4J), but times have moved on,…
- OWA for ios devicesRead more: http://blogs.office.com/b/office365tech/archive/2013/07/16/owa-for-iphone-and-owa-for-ipad.aspx
- LINQ to Twitter v2.1.08 ReleasedToday, I released v2.1.08. This was primarily a critical bug fix where the problem was that no one using LINQ to Twitter could tweet. Of course, most…
- Using Dependency Injection When Calling .NET Over COMCOM provides a way for legacy systems to use components written in modern languages and frameworks, and allows the steady porting of components away from…
- Named anchors in HTML5The traditional way to create named anchors (bookmarks) on a page was to use <a name="top">Top of page</a> If you are working in HTML5 you'll find that…
