by Nicolas Dorier
Stop wasting time on a stupid typo in binding paths.
by Nicolas Dorier
Enhance Visual Studio and your build process in just two clicks. This tool does its best to be out of your way, while improving your development experience seemlessly.
by Olivier Giulieri
A generic Web User Interface for CRUD applications generating all screens at run-time based on external metadata. It comes with sample applications for address book, memo pad, to do list, restaurants list, wine cellar, and database structure documentation that are easily customizable.
by Pablo Fernandez Duran
This article will show you how to generate a JSON base web service layer from an existing database using CodeFluent Entities. We will also generate a web client back office following an “Import wizard”.
by Arian Celina
One truth about business software applications is that they evolve together with business requirements. From different reasons, sometimes from lack of experience of developers and sometimes from not having enough time to devise good solutions, the code often tends to create some sort of cancer insid
by Keyhole Software
It’s rare that a piece of software as new as Docker is readily adopted by startups along with huge, well established companies. dotCloud, the company that created and maintains Docker, recently nabbed $40 million in funding. Microsoft also announced on 11/18 a Docker CLI for Windows. Docker wi
by Afzaal Ahmad Zeeshan
In my past few years of experience in coding I have faced many times the exception for passing on Null values. Due to which, the compiler or the machine throws this exception out to the screen.System.NullReferenceExceptionActually, many times this case has been discussed by other professional develo
by Wastedtalent
An example of how interfaces, generics and extension methods can drastically reduce code replication