‘Development’ Archive

NT konferenca 2009: Continuous integration May 26, 2009 No Comments

Demo source code (6.17MB) from the talk “Continuous integration: good, bad and the ugly” given at the NT konferenca 2009 in Portorož, Slovenia. Check the included Readme file for instructions.

ASP.NET MVC Performance April 17, 2009 18 Comments

A closer look at the recently released ASP.NET MVC 1.0 preffered web development stack and some of its performance implications. All of the displayed techniques are in use in production at MagCloud.
The talk was first given in Slovene on 15.4.2009 at a local Microsoft developers user group, SLODUG.
ASP.NET MVC Performance
View more presentations from rudib.

Additional notes:
We [...]

Marking variables in VS.NET Debugger July 20, 2007 No Comments

Technorati Tags: vs.net, debugging
Even after using Visual Studio for years (previous versions at least), you can always find hidden features.
If you are debugging and have watch window open, you can click on “Make Object ID”. This will create ID for specific object or its member. You will get id’s such as 1#, 2# etc.

From now [...]

Simple programming language performance benchmark(C# vs. Java vs. C++ vs. Ruby) May 8, 2006 1 Comment

After writting last entry on installation of .NET and Java runtimes I did a bit of searching. I noticed that one of very popular contest is .NET versus Java or C/C++ versus Java or C/C++ versus .NET (ok, I haven’t actually seen the last one in the wild, but I am sure it exists).
I [...]