Welcome to RightHand's community place Sign in | Join | Help

november 2007 - Posts

Visual Source Safe 2005 over web problem 0x80072F19

Did you ever try VSS 2005 Internet connection? I did once just for testing. I need it now for real, to connect to a client of mine. The client set everything up and I tried to connect. I tried to connect and got a connection error. This was easy to pinpoint
Posted by Miha Markic | 0 Comments
Filed under: ,

Everybody, start burning that broadband of yours - VSTS 2008 is waiting for you in MSDN Subscriptions

Yep, right. Fire up your browser, go to MSDN Subscriptions and start downloading! VSTS 2008 is already available. Routers will scream, cables will burn, let the avalanche begin!
Posted by Miha Markic | 2 Comments
Filed under:

Visual Studio 2008 next week?

MSDN Subscription WebLog is suggesting that we should look for Visual Studio 2008 downloads at MSDN Subscriptions early next week. I foresee a lot of people constantly refreshing the downloads page next week :-).
Posted by Miha Markic | 3 Comments
Filed under:

Assigning default values to fields trivia

class Tubo { bool value; bool TuboTubo() { return value; } } Will this piece of code compile (answer without compiling, please )?
Posted by Miha Markic | 3 Comments
Filed under:

How do you assign default values

In previous post I was asking whether a method returning an unassigned variable will compile and the answer is no, it won't. So this brings an interesting question, how do you initialize default values? Are you doing something like this (1) - assigning
Posted by Miha Markic | 4 Comments
Filed under:

Assigning default values to variables trivia

bool Tubo( string text) { bool value; if (text == " Tubo " ) value = true ; return value; } Will this piece of code compile (answer without compiling please )?
Posted by Miha Markic | 7 Comments
Filed under:

SpbBackup - a must have PocketPC application

SpbBackup is my MVP (most valuable program) for PocketPC. To be more precise, a backup application (such as SpbBackup ) is a must have for anybody using a PocketPC device. What is good about it: it backups your data (entire data on PocketPC if you want
Posted by Miha Markic | 0 Comments
Filed under: ,

Reasons why I prefer (Windows) PC over Apple computers

When I talk with Apple enthusiasts they often question me why the heck I prefer crappy PC over super cool Apple computers. My main reasons are the freedom of choice, developer tools and the fact I can make money with PCs (update: read Windows). Perhaps
Posted by Miha Markic | 52 Comments
Filed under: ,

Visual Studio 2008/.NET FX 3.5 on track for release before the end of November

I thought it will happen soon since there was no public post beta 2 version out there and TechEd Developer is happening these days. And here it is the announcement . I hope that they put more QA efforts in there than they did in initial VS 2005 version
Posted by Miha Markic | 0 Comments
Filed under:

Speeding up build times dramatically

I have a VS 2005 solution with 19 projects.In total it consumes ~600MB of disk space (entire solution folder, including binaries). Needless to say that build times are relatively high. They are high even though my workstation has 4GB of RAM, RAID 0+1
Posted by Miha Markic | 3 Comments
Filed under: , ,