Login  |  Register   |    Search
 
January 06, 2009  
search  
View_Blog  
Author: Chris Richner Created: 7/26/2006
.net stuff hitting my way...

Due to a problem during the daemon tools lite setup I wasn't able to install my preferred virtual DVD solution. Forced by this issue I’ve tried to find a new tool and found one working like a charm called Virtual CloneDrive

Read More »

For a bunch of information visit channel9.msdn.com/tags/Windows+7/

After you installed one of those available M3 version you might wanna have a look at http://windows7center.com/windows-7-news/the-easiest-way-to-enable-the-new-windows-taskbar-in-windows-7-beta/

enjoy

I recommend watching the movie "LOOSE CHANGE" to anyone
http://www.loosechange911.com/

I also recommend watching the music video
http://www.youtube.com/watch?v=z9yYAX_i_MI&feature=related

and if you really like it hardcore check out

http://www.youtube.com/watch?v=WzG1II3Y-KY&feature=related

It is always a good idea (and a good code practice for sure ) to check all given arguments in first place before the business logic starts to do what it has to do.

To make a long story short I've created these snippets to check reference types against null. if (channel == null) throw new System.ArgumentNullException("channel");  and string types against string.IsNullOrEmpty(). if (string.IsNullOrEmpty(feed)) throw new System.ArgumentNullException("feed"); This snippet helps a lot to improve the quality of your exception handling without any pain for the dev writing boiler plate code.

...

Read More »

check out http://www.uscash.net/tips/chat.html

At SlickEdit, we've put several "advertorials" out now on The Code Project about our Tools for Visual Studio product. I'm one of the developers on the Tools team [profile], and I love The Code Project for learning how to do new things, especially because I learn best by seeing examples of how something's done. However, in order to see the sample code for an article, you have to:

Download the sample ZIP file Browse to it and unzip the contents somewhere Go to Visual Studio and Open the project I also love convenience, and that's why I made this add-in. It lets you browse The Code Project directly in Visual Studio 2005 or 2008.

check out the article and download here www.codeproject.com/KB/macros/cpbrowser.aspx

...

Read More »

Among the many features Windows Vista introduced to address security concerns, User Account Control (UAC) is one of the most significant. With User Account Control, even users who are administrators run most applications with standard privilege, but have "elevation potential" for specific administrative tasks and application functions. 

After using Windows Vista™ for many months, elevating a task or application as necessary has become second nature. However, I also encountered a number of shortcomings when trying to elevate some types of tasks in Windows Vista, and that became frustrating.

read the full article and get the powertoys here technet.microsoft.com/en-us/magazine/cc162321.aspx

PowerCommands 1.1 is a set of useful extensions for the Visual Studio 2008 adding additional functionality to various areas of the IDE. 

great stuff, get it here code.msdn.microsoft.com/PowerCommands

blogmap  
archive