Clicky Web Analytics .NET - Brenton House

Browse by Tags

All Tags » .NET (RSS)

Installing latest Windows 7 updates could cause unbootable system

Be careful when installing the latest updates that just came out from Microsoft yesterday. I have only tried them on one machine but after installing the latest updates from Windows Update, my machine rebooted and Windows 7 will no longer start. I have...

Activating Windows 7 on different hardware

With Vista, if you replaced hardware on your machine or put your hard drive in a new computer, Windows would prompt you to activate online.  You were typically given 5 or so activations before your key would no longer work. With Windows 7, if you...
Posted by brentonhouse | 1 comment(s)
Filed under: ,

How to get your Quick Launch Toolbar back in Windows 7

Right click on taskbar and select Toolbars > New Toolbar Browse to:  C:\Users\%username%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch Hit: Select Folder -or-   you can just download and install a much better version of Quick Launch...
Posted by brentonhouse | 2 comment(s)
Filed under: ,

How to find missing drivers for Windows 7

I installed Windows 7 on machine that was a couple of years old.  When it booted up, the max display resolution was 640x480 because of the old vga video driver that shipped with Windows 7.  I tried to find an updated driver from several places...
Posted by brentonhouse | 7 comment(s)
Filed under: ,

Live Mesh update for Windows 7 Beta is now online

Microsoft has posted a new update for Live Mesh that is compatible with Windows 7 Beta. The info has been posted on the Live Mesh Blog .
Posted by brentonhouse | 2 comment(s)
Filed under: ,

R.I.P. .NET Reflector

Yes.  It is true, Lutz Roeder has decided to end development of .NET Reflector…  This free tool has been the greatest addition to .NET development since, well, forever.   Development will be passed on to Red Gate Software and it is...

Extension Methods with Enum Description

Since Enum names in .NET do not support certain characters like spaces, often developers will use the DescriptionAttribute to add detailed text to an Enum.     Copy Code    [ Flags ]    internal enum SuperHero   ...
Posted by dotnetboy2003 | 3 comment(s)
Filed under:

.NET Framework 3.0 RC is out

.NET Framework 3.0 RC ready for download Via Jason Zander's WebLog - NETFX 3.0 just went live on the web today, you can download it here . NETFX 3.0 contains Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), Windows Workflow...
Posted by dotnetboy2003 | 1 comment(s)
Filed under:

Frans Bouma article about why a cache in an O/R mapper doesn't make it fetch data faster.

Why a cache in an O/R mapper doesn't make it fetch data faster. Via Frans Bouma's blog - Preface One of the biggest myths in O/R mapper land is about 'caching'. It's often believed that using a cache inside an O/R mapper makes queries much faster and...
Posted by dotnetboy2003 | 9 comment(s)
Filed under:

How to detect old versions when deploying the .NET Framework 3.0 (formerly WinFX)

How to detect old versions when deploying the .NET Framework 3.0 (formerly WinFX) Via Aaron Stebner's WebLog - I received an interesting question from a customer this weekend. They are working on a setup package that will include the .NET Framework 3...
Posted by dotnetboy2003 | 2 comment(s)
Filed under:
More Posts Next page »