Always remain updated about current software development trends

Articles by ARTEM SMIRNOV

Configuring your assets for FubuMVC

codeproject When you have a complicated View, things can easily get messy. A View may have several Partials, each Partial being reused in several Views. Each Partial might require certain library scripts, which in turn might depend on other scripts.(At this...

Writing the first test for a Real System

codeproject So, you've read a book on TDD, a couple of blog posts from the gurus, and maybe even done the Calculator Kata several times. Now it's time to apply your knowledge to a Real Life Project that you are starting today. You probably stare at the empty...

Ripple, the utility that saves you from your personal NuGet hell

codeproject Managing your dependencies with NuGet can be just fine.Unless you want some of these be compiled locally.For example, imagine that you have a complicated dependency graph, and you've just modified a source of one of the assemblies. Or you just...

Getting started with Jasmine tests in FubuMVC applications

Jasmine is one of the most popular BDD-style JavaScript testing frameworks.

Custom Asp.Net Model Binders series, part 3: Subclassing your models

codeproject This is the third part in the series about custom Asp.Net MVC Model Binders and Value Providers. Part 1 is about two ways of using DateTime.Now as an Action Method parameter for better testability, and Part 2 is about building a Value Provider...

  • Page 1 of 1
  •