Students only: Win a free copy of IntelliJ and ReSharper (Windward Code War)
Windward has announced the first prizes in their code war. A free copy of IntelliJ and ReSharper to the winning team at each University.... more »
Tweet 0 Comments Save Tags: .net , java , news
20 Kick-ass programming quotes
This post serves as a compilation of great programming quotes, quotes from famous programmers, computer scientists and savvy... more »
Get up to 50% OFF JetBrains Tools and Support a Good Cause
Need more reasons to buy great tools from JetBrains? April 15-22, Get up to 50% OFF and support #EarthDay!
Infoworld: Programming languages even a business analyst can use
In plain English, domain-specific languages let users define business rules and help ensure applications do what they're supposed to ...
Don't worry SharePoint Designers, you still have a job!
The news of the week is out: The SharePoint 2013 Public Preview has been released. Many a SharePoint Designer, including myself, has been... more »
Tweet 0 Comments Save Tags: .net , microsoft , reviews , usability
C# is dead (again). Long live C#
For C# hath become a lonely path. And the Beast hath shut its gates against us, and hath broken our Silverlight into a million... more »
Tweet 9 Comments Save Tags: .net , frameworks , other languages , reviews
Top 9 principles of clean code
It is hard to create a precise definition of clean code and probably there are as many definitions as developers. However, some... more »
Tweet 0 Comments Save Tags: .net , how-to , java , other languages
Ajax interview questions and answers
Ajax interview questions and answers
Tweet 1 Comments Save Tags: .net , how-to , microsoft
Raygun.io released: error handling just got awesome
Mindscape has just released their newest product - raygun.io. It's a software-as-a-service application to provide error reporting,... more »
Tweet 0 Comments Save Tags: .net , announcement , microsoft , php
You’re a Top Developer
I know that you are a top rated developer. In fact I know that everyone reading this is rankning among the top 10% of all developers. How... more »
Tweet 0 Comments Save Tags: .net , opinion , reviews , trends
Performance In Development Is The Chief Cornerstone
In Roman architecture the stone in which a construction project was started from was called the cornerstone or foundation stone. It was... more »
Tweet 0 Comments Save Tags: .net , agile , java , methodology
Visual Studio 2012 New Features of the IDE
This post talks about the Visual Studio 2012’s IDE new features.
Tweet 1 Comments Save Tags: .net , microsoft
NancyFX - Revisiting Content Negotiation & APIs (Part 2)
Going back to my previous post I said we should be able to use the same API to build our website as we expose. But what about when we... more »
Tweet 0 Comments Save Tags: .net , frameworks
Gang of Four Design Patterns Reference Sheet
The Gang of Four are the four authors of the book, "Design Patterns: Elements of Reusable Object-Oriented Software". They... more »
Tweet 0 Comments Save Tags: .net , other languages , standards
How we Achieved the Best Code Quality in my Career
My recently finished project produced the best code quality in my career so far. The key success factors were a clear architecture,... more »
Tweet 0 Comments Save Tags: .net , methodology , opinion
Passing Multiple Information using QueryString - ASP.NET
Using the Querystring is the another method to pass information between pages in your ASP.NET application. As we know that Querystring is... more »
Tweet 0 Comments Save Tags: .net
Nancy and jtable
Introduction. From time to time you need to show data in a grid. And I picked jtable and Nancy to make that happen. Because reinventing... more »
Tweet 0 Comments Save Tags: .net , ajax , javascript
The Open-Closed Principle, in review
I've been to a few talks on SOLID before. Most of the principles seem pretty reasonable to me – but I've never "got" the... more »
Tweet 0 Comments Save Tags: .net , frameworks , methodology , other languages
Constructor Chaining in C#
In this post, I am explaining about Constructor Chaining in C#. I konw this will be taken for granted for those of us who have been... more »
Tweet 0 Comments Save Tags: .net
Embracing SCRUM and CMMI in TFS 2012
This article discusses how strongly Team Foundation Server 2012 supports the implementation of SCRUM and CMMI processes
Tweet 0 Comments Save Tags: .net , methodology , microsoft
Java Streams Preview vs .Net LINQ
A comparison between the features from LINQ and those being incorporated into the new Java 8 streams API.
Tweet 0 Comments Save Tags: .net , java , trends
Notifications and Background Tasks in Windows 8 Store Apps
This article explains notification types and background tasks in Windows 8 Apps and also the programmatic APIs that we need to use to... more »
Tweet 0 Comments Save Tags: .net , microsoft , windows
Progressive .NET Tutorials 2013 (29t-31st of May, London)
The Progressive .NET Tutorials returns to Skills Matter after the successful conference in May 2012. For all the latest on speakers and... more »
Tweet 0 Comments Save Tags: .net , announcement
Five Things You Didn’t Know About PostgresSQL
If you’re a .NET developer, chances are you’ve worked solely with SQL Server, SQL CE, or SQLite in your day-to-day development. Some .NET... more »
Tweet 0 Comments Save Tags: .net , database , tools
Uploading Big files to Azure Storage from ASP.NET MVC
This article demonstrates how to do Chunked File Uploads to Azure Storage from an ASP.NET MVC application
Tweet 0 Comments Save Tags: .net , cloud , microsoft