Vadim's Weblog's Image
More about this blog
Latest Post
19 Jul 2010
Total Posts
25
Readers
476
Liked
0
Disliked
0
Views-Per-Post
19.04
vote up
0
vote down

MbUnit 3.2 makes it easier to work with Xml

In my previous article I mentioned about upcoming new release of Gallio /  MbUnit.  Feel free to download the Release Candidate and try it for yourself.  In this post I’ll talk about another new feature. Not everybody like XML but everyone
 
Vadim
Jul 19 2010 03:36 PM
vote up
0
vote down

Assert.Count in MbUnit version 3.2

The Gallio team is about to release version 3.2 of Gallio and MbUnit.  If you’re impatient and like to eat your cake hot before it cools down, then download the Release Candidate.  The new version has many new great features.  Click here
 
Vadim
tags: .net
Jul 18 2010 09:24 PM
vote up
0
vote down

How to display your assembly “Add References” dialog.

In Ultimate Software (the company that I work for) we build all the assemblies in the same directory.  Let say it’s C:\Common.  When we need to reference an assembly, we browse to C:\Common directory and select a desired assembly. I decided to
 
Vadim
tags: .net
Jul 12 2010 09:26 PM
vote up
0
vote down

AssemblyHelpers now works .NET 4 assemblies.

More than two weeks ago I received an email from someone that AssemblyHelper tool doesn’t work with .NET 4 assemblies. I first mentioned about the tool in Testing internals members with InternalsVisibleTo attribute article. Here I just want to tell the
 
Vadim
May 10 2010 04:34 AM
vote up
0
vote down

Visual Studio 2010 RC is out.

Finally VS 2010 RC is out.  It’s available to MSDN subscribers today, February 8th.  Everybody else will be able to download it on February 10th.
 
Vadim
Feb 09 2010 07:16 AM
vote up
0
vote down

Live Writer syntax highlighting plug-in for WordPress.

About a year ago I wrote a small article how to use syntax highlighting in WordPress using Windows Live Writer.  Few months ago I discovered  Rich Hewlett’s plug-in for Windows Live Writer that works perfectly with WordPress blogs.  I’ve
 
Vadim
Feb 08 2010 09:18 PM
vote up
0
vote down

Part 2: Configuration – Learning Azure with me.

In Part 1 “Hello Azure” we briefly talked about the Service Configuration file (ServiceConfiguration.cscfg). In that article we didn’t modify this file, we just accepted all the values provided by Cloud Service Visual Studio template. Let look at this
 
Vadim
Feb 01 2010 03:49 AM
vote up
0
vote down

Invisible Task Manager menu bar and tabs.

Today I was pair programming with one of my co-workers, and during the session he somehow made Task Manager tile,  menu bar, tabs, and status bar disappear.  At first, we had no clue how it happened and were forced to use Alt+F4 to close
 
Vadim
Jan 23 2010 06:36 AM
vote up
0
vote down

Part 1: Hello Azure – Learn Azure with me.

I want to learn Windows Azure.  I already have done some reading on the subject and created some simple Windows Azure applications.  However, I believe that writing articles about Cloud Services will help me to get stronger understanding of the
 
Vadim
Jan 19 2010 06:01 PM
vote up
0
vote down

Cropper free alternative to Snagit.

If you read my posts, you know that my writing skills can be improved by a lot.  Therefore, I tried to put a lot of pictures in my posts to compensate my English.  Until recently I was using Snagit application from TechSmith to capture my
 
Vadim
Jan 12 2010 05:31 PM
vote up
0
vote down

Learning Azure Local Storage with me.

Azure has many different storages.  If you start Azure fabric and look at Development Storage UI you can see Blob, Queue, and Table Storage.  In addition to that Windows Azure also has SQL Azure. There’s also Local Storage and that is what I
 
Vadim
Jan 11 2010 09:54 AM
vote up
0
vote down

Why Azure Web Role by default runs in the Full Trust?

When I create an Azure ASP.NET application, by default .NET trust level is Full trust. I always change it to Windows Azure partial trust which is similar to ASP.NET’s medium trust level. You can do it either by using GUI when you select Properties
 
Vadim
Jan 10 2010 11:21 PM
vote up
0
vote down

Russian Phonetic Keyboard

If you just want the keyboard layout and don’t want to bother to read this post, here’s the download link. My dad finally is using Windows 7.  He’s very happy with the new OS but he had a huge complain.  He wasn’t able to type Russian.  Of
 
Vadim
tags: .net
Jan 10 2010 09:14 PM
vote up
0
vote down

Bookmarking with Visual Studio and ReSharper 5.0

When I code in my favorite IDE (these days it’s Visual Studio), I use bookmarks very heavily.  It’s one of my favorite ways to navigate in my code. I press Ctrl-K + Ctrl-K to set a mark in my code and a little blue rectangular appears on the left
 
Vadim
Jan 09 2010 07:42 AM
vote up
0
vote down

New Year Resolution.

All my readers (both of them including my mom) noticed that my last post was on August 26, 2009.  If you are good with math, you know that it's 128 days ago including today December 31, 2009.  I'm not that good with math and therefore, I had to
 
Vadim
tags: .net
Jan 01 2010 02:25 PM
vote up
0
vote down

Microsoft is offering free e-book featuring Virtualization.

If you don't mind to give Microsoft your e-mail (they probably already have it), you can get Understanding Microsoft Virtualization Solutions e-book for free. This book is written by Mitch Tulloch, who wrote about two dozens of Windows related
 
Vadim
tags: book
Nov 11 2009 03:51 PM
vote up
0
vote down

Creating an "M" Project in VS 2010.

When you install "Oslo", installation also adds one "Oslo" template in your Visual Studio.  It's "M" Project.  However, if you try to create a new "M" Project or open an existing one you probably will get the following error: This method uses
 
Vadim
Jun 01 2009 08:53 PM
vote up
0
vote down

New May 2009 CTP for Microsoft "Oslo" is out.

If you don't know what "Oslo" is, it's set of future Microsoft modeling technologies.  You can find out more at "Oslo" Developer Center. In this release Microsoft finally is going to include "Quadrant", a GUI tool for "Oslo". As for previous CTPs
 
Vadim
tags: oslo
May 29 2009 08:20 PM
vote up
0
vote down

Keywords as variables/identifiers. Why?

I use words variable and identifier interchangeably. Have you ever tried to use a keyword as a name of your variable?  Until recently I thought it was impossible.  However, C# and VB.NET allow developers to use keywords as variables. string
 
Vadim
May 14 2009 04:21 AM
vote up
0
vote down

Shop-2009.com Spam

Yesterday I received this email from my wife's hotmail account: Dear friend:        how are you doing recently ? I would like to introduce you a very good company which i knew.They can offer you all kinds of electronical
 
Vadim
tags: security
May 10 2009 11:51 PM
vote up
0
vote down

Integrate FxCop 1.36 & VS 2008

Update: Visual Studio Team System (VSTS) has Code Analysis feature.  It's not FxCop but it does serve the same purpose and is built using the same engine as FxCop.  Unfortunately I'm working with VS Professional that doesn't include Code
 
Vadim
May 09 2009 07:03 PM
vote up
0
vote down

Underfoot is not an Overhead.

Jeff Brown is trying to coin a new term "Underfoot". You can use underfoot where you use overhead.  Here's an example from Underfoot post: Building this proposed multi-tier platform will have an initial 20% underfoot while we retool and lay the
 
Vadim
Apr 21 2009 06:58 PM
vote up
0
vote down

ReSharper 4.5 complains about my private fields.

I just downloaded ReSharper 4.5.  I probably will blog more about my experience with it. The first thing I noticed after upgrading to R# 4.5 is that I got a lot of complains (blue underlines) about my naming of non public fields.  Like many
 
Vadim
tags: resharper
Apr 10 2009 02:18 AM
vote up
0
vote down

Stub HttpContext

Have you ever tried to TDD objects that use HttpContext, HttpResponse, or HttpRequest? If you did, you probably created wrappers for these classes. No more. With .NET 3.5 Microsoft gave us System.Web.Abstractions.dll that extends System.Web namespace. In
 
Vadim
Mar 24 2009 07:12 AM
vote up
0
vote down

Review of Roy Osherove's review.

I just finished watching video by Roy Osherove where he reviews Unit Tests for NetDinner MVC source code. I liked the video and many points Roy makes are very valid.  However, let me concentrate on the things I didn't like. During the video Roy
 
Vadim
tags: tdd
Mar 21 2009 09:01 AM