I am currently learning Scala and CoffeeScript.
For work I use primarily ASP.NET MVC, Knockout and SQL Server, while developing hobby projects using WPF, WCF, NHibernate and FubuMVC.
I'm trying to devote time to open source, namely I contribute to Fluent NHibernate, StructureMap and FubuMVC projects plus several of my own ones.
I am very much interested in software development practices and techniques, like unit and acceptance testing, TDD, extreme programming practices like SCRUM.
My source control system of choice is Git, hence I use Mercurial for work
|
Jun
4 |
|
comment |
How to install grunt and how to built script with it that's what I've been looking for, thanks. also, is it required that gruntfile.js should be placed in project root folder (can't get it to work otherwise on windows)? |
|
Jun
1 |
|
comment |
What is the best/easiest way to create ZIP archive in .NET? @Cheeso ok, I'll take a look. Was really surprised when my code didn't work as I expected. Thanks |
|
May
31 |
|
comment |
What is the best/easiest way to create ZIP archive in .NET? except it messes up with files that have cyrillic symbols in a filename. |
|
May
19 |
|
awarded | Popular Question |
|
Apr
26 |
|
awarded | Popular Question |
|
Apr
10 |
|
awarded | Nice Answer |
|
Mar
22 |
|
awarded | Notable Question |
|
Mar
12 |
|
awarded | Caucus |
|
Mar
12 |
|
awarded | Constituent |
|
Mar
11 |
|
asked | Why does every test runner have separate executables for x64 and clr4 |
|
Mar
10 |
|
awarded | Popular Question |
|
Mar
9 |
|
awarded | Nice Question |
|
Mar
8 |
|
awarded | Notable Question |
|
Mar
8 |
|
awarded | Popular Question |
|
Mar
6 |
|
awarded | Nice Question |
|
Mar
5 |
|
awarded | Notable Question |
|
Feb
20 |
|
comment |
How do I restrict a Moq expectation based on the exact type? ended up doing this: gist.github.com/chester89/4995001 |
|
Feb
20 |
|
comment |
How do I restrict a Moq expectation based on the exact type? using the reverse order doesn't help - still it hits setup for base class 2 times. |
|
Feb
19 |
|
comment |
How do I restrict a Moq expectation based on the exact type? Unfortunately, I can't - my repo.Add call is inside another class' method, and this method I'm calling in my test |
|
Feb
19 |
|
revised |
How do I restrict a Moq expectation based on the exact type? edited title |