ASP.NET Routing: Regex Constraints are inneficient
When and why Regex Constraints are not ideal, and a proposed solution.
Tweet 0 Comments Save Tags: .net , frameworks
EasyTest(ing) in Java | Externalize your test configurations from your test class
Write clean, maintainable and quick tests using the functionalities provided by EasyTest framework.
Tweet 0 Comments Save Tags: frameworks , java , open source , tools
Stupid Java Tricks » Changing Play 2 DB Configuration At Runtime: Beware of Dragons
Maybe you work for a company that leaves DB passwords in plaintext in configuration files on their servers. You would probably be among... more »
Tweet 0 Comments Save Tags: frameworks , java
Session State Management in Windows Azure Web Roles
One of the frequent questions that developers and customers ask me during my Windows Azure related discussion is how to manage session... more »
Tweet 0 Comments Save Tags: cloud , frameworks , reviews
Working with TypeScript in Visual Studio 2012
Using Visual Studio makes working with TypeScript easy and helps reveal subtleties of the language implementation and code generation.
Tweet 0 Comments Save Tags: frameworks , microsoft , other languages
Entity Framework Patterns extension and Unit Test in Visual Studio 2012
Yesterday I was trying to make work simple test class in VS2012. I did not know what was wrong exactly. It was first project when I tried... more »
Tweet 0 Comments Save Tags: .net , frameworks , reviews
Windows 8 and Windows Phone 8 .NET Development Overview
At this time there are two separate marketplaces and two separate SDKs, one for tablets and PCs and one for phones. While there are many... more »
Tweet 0 Comments Save Tags: frameworks , reviews , windows
Building a Multithreaded-Socket WebServer using C#
This article shows how make a simple web server which supports GZIP compression, applications, and sessions. This project is implemented... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
The CORRECT Way to Code a Custom Exception Class
There is a lot of advice out there on how to go about building your own custom exception classes. A lot of these sources are at... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
HTML5 input tags module for Play 2
This module brings client side validation attributes (required, max|min length, ...) and formats support (date, number, email, ...) to... more »
Tweet 0 Comments Save Tags: frameworks , java , web 2.0
Node v0.10.7 (Stable)
Node v0.10.7 (Stable)
Tweet 0 Comments Save Tags: frameworks , javascript , news
Windows 8 Pin METAs
Windows 8 allows for adding websites as apps (or maybe "bookmarks" is a better term) to the home screen, much in the vain that... more »
Tweet 0 Comments Save Tags: css-html , frameworks , javascript , web design
Reading NFC Tags with Android
Are you curious about what NFC is and how it can be integrated into your own Android applications? This tutorial will quickly introduce... more »
Tweet 0 Comments Save Tags: frameworks , mobile , reviews
Building a Notes App with IndexedDB, Redis and Node.js
In this post, I’ll be talking about how to create a basic note-taking app that syncs local and remote content if you are online and... more »
Tweet 0 Comments Save Tags: database , frameworks , javascript , server
Adopting ASP.NET MVC enhancements in an Existing Web Forms Project
Whenever we are starting with a Greenfield project, that is a new project from ground up, we prefer using the latest in the technology... more »
Tweet 0 Comments Save Tags: .net , frameworks , web design
Berlinto is a better Drupal
In developing Berlinto PHP Framework I aim to rollback to the original reasons Drupal became noticed and build a better Drupal.
Tweet 0 Comments Save Tags: frameworks , open source , php