My CV on Google - results by “C#/ASP.NET developer”

October 28th, 2007

My CV page is #1 on Google by pharses C# developer CV and ASP.NET developer CV.

 Good!

Sochi 2014 - accomodation in hostels?

July 7th, 2007

Sochi has won bid on Winter Olympic Games 2014!

And I thought - it will be hard to get cheap accomodation (like a hostel for example) in Sochi in 2014.

As in Russia the ‘hostlel‘ is not a common word and there are not a lof of them.

It’s hard to get a good domain for cheap this days and lucky I am I found http://SochiHostels.com/ is free!

And you know? It’s mine!

I know - it’s stupid but I treat it as a risky long term investment.

4hww - get started

June 30th, 2007

So, I’ve finaly got The 4 Hours Workweek.

What coud I say? It’s motivating.

If you feel like a slave my advise would be give it a try and this could change your life. For a better life style.

I’ve already bought a wet suit and going to learn surfing. Starting this week.

This is cheapre than you coudl imagine. The winter 5.3 wetsuit cost me just 125 euro. Initital 175 and 25% off. Like 2-3 visits to boring restaraunts.

May be I need separate site to blog on how I shift from being software developer to being a new rich.

Good luck you to!

AdSense code inside WordPress post test

May 30th, 2007

If you wonder as I do is it possible to include AdSense code to WordPress post here is the test:


As you see here it is (above).

I found you could have AdSense code inside you post to WordPress if you host blog on your own hosting.

And you could not insert AdSense to your post if your blog-at.wordpress.com.

Another reason to have a blog on your own domain if you cosider WordPress hosting vs. your own domain.

Oracle weird bug with a view

May 11th, 2007

We’ve just face a weird bug with Oracle database in our production.

 When database had been upgraded from 9.0.2.6 to 9.0.2.8 1 of our reporting views started return less rows then expected. But if you run the SQL statement of the view (what’s follow the AS) it executed as expected.

The issue is reproducable on other environments (SIT/UAT/stabilization) as well.

Currently Oracle consultant investigating the issue and I’ll update post once any feedback provided (if any).

We have a big concern about coming migration from Oracle 9i to Oracle 10g.

Lingvo.ru button for Google Toolbar

April 19th, 2007

I’ve developed a custom button for Google toolbar that translate entered or selected text using Lingvo.ru translation website.

Source code of the button for Google Toolbar available at http://sharp-developer.net/Google/Toolbar/Buttons/Lingvo.ru.xml

Hope it will make you translation process a bit easier and faster.

Enjoy.

Visual Studio: Regex to fix “aspnet_compiler.exe exited with code 1″ error

March 17th, 2007

Some time ago I’ve got stuck with an error message in Visual Studio when tryed to compile web deployment project.

error MSB6006: “aspnet_compiler.exe” exited with code 1.

Not too informative, isn’t it?

I’ve googled on net and found that you could find more detailed error if run aspnet_compiler.exe with -errorstack directive.

In my case the root cause was missing </form> tag - as I understand it is common issue.

Here is a regular expression to find in Visual Studio solution all opened <form runat=”server” > elements that does have corresponding closing tag </form>.

<form~((n|.)+</form)

Here is settings for ‘find’ dialog in Visual Studio

A ‘Find’ dialog in Visual Studio with settings to search a missing </form> tag for “aspnet_compiler.exe exited with code 1″ error message using regular expressions.

Hope that will save you some time as people sometimes just manualy trying to find it what is realy hard with big VS solutions.

P.S. NB: that will work just if you have just 1 form per page. What is usual case for ASP.NET projects.

Test on C#

March 17th, 2007

Testing category and path with # char.

WordPress blog setuped as promised in 5 minutes

March 16th, 2007

What a shame! I’m a .NET developer just have installed a PHP blogging (CMS) system - WordPress.

So here it is: http://blog.sharp-developer.net/ - a blog for my personal website: http://sharp-developer.net/

Why not some .NET base blog system?  Lets say .Text or dasBlog for example?

I think becouse of beauty and simplicity.

No matter how tech-advanced a product people like nice things. Even Microsoft employees buy iPod.

Anyway, hope I’ll be able to post here something usefull.