August 2003 - Posts

Very cool VS.NET Macro!

I have never loaded a VS.NET macro before but I saw a link for the TypeFinder Macro  listed in The Daily Grind 161Jan Tielen did a great job with this!

If you are writing a class that uses an object that you have not included in your Imports/using section you can do two things: 

1.  You can hit hotkey #1 (namespace function) which will convert the class name to include the namespace.  (i.e. convert OleDbCommand into System.Data.OleDb.OleDbCommand) 

2. You can hit hotkey #2 (directive function) which will add that namespace to the Imports/using section of your class. (i.e. add "using System.Data.OleDb.OleDbCommand;" to the top of your c# class.) 

I will forever be grateful to Jan Tielens for this addition as I got very accustomed to having this functionality when I did Java programming with Eclipse!

** Hint for Whidbey developers: This would be a very cool addition to the next version of VS.NET as well !!

 

Virtual PC 2004

Coming soon (late 2003) to an MSDN Subscription near you!!

[Microsoft Virtual PC FAQ]

Q. How will customers be able to purchase Microsoft Virtual PC 2004?


A.

While we are not releasing full availability details at this time, we can say that Microsoft Virtual PC 2004 will be made available for sale as a stand-alone product through Microsoft's existing retail and volume licensing channels. It will also be included in the Microsoft MSDN OS, Professional, Enterprise, and Universal subscriptions. Once again, we will provide more details later this year.



 

 

Posted by dotnetboy2003 | with no comments

Jalopy port for .NET? -- A possible solution!

As a lot of people know, I have been trying to figure out a way to format / beautify my C# code ever since making the move from Java to .NET.  I used Jalopy in my previous life and I really liked it.  As Don points out it is a great resource for a company to be able to settle on coding standards and then have developers be able to run their code through a utility that cleans it up according to the company's predefined standards. 

What I really liked about Jalopy was the fact that it was open source and that you could give it an xml file of settings and it would format the code accordingly.  I had one format for work, one for home, one for projects that required certain formatting.  This way, I can code however I want to and worry about formatting later.

Well, I was looking through the source code for SharpDevelop (a great free C# IDE for those interested) and I found that they have ported Berkeley Yacc and jay over to C# for their SharpRefactory assembly.  The code is licensed under GPL so I expect that within a few days I will have a command line c# parser for code formatting!  I haven't decided whether to have it try to read in a Jalopy file or just create my own xml file to use.  Either way I will try to give something back to the community soon.

 

[.NET Brain Droppings]

Ok, in continuing with the coversion of Java tools to .NET (NAnt, NUnit, NVelocity, ect...), has anyone out there seen a port of the Jalopy source code formatter that supports the primary (VB, C#) .NET languages?

Brenton and I were talking about Jalopy the other day, and it sounds like a kick ass tool.  I'd like to hook it into the commit process, so that all code commited to the repository conforms to our coding standards...

If anyone's heard of anything, drop me a line...

 


Cool Matrix Revolutions poster

Everything that has a beginning has an end.

11.05.2003

[TheMatrixShop]

 

 

Posted by dotnetboy2003 | with no comments

Windows XP SP2 Delayed Until Late 2004

I guess we will have to wait a while longer for SP2...

** Update ** Scobe posted a link to Paul Thurrott's WinInfo Site where Paul tells us that Windows XP SP2 will be delayed but not as much as previously thought.  Now it is only until Q1 2004.  The first date was a typo on Microsoft's site.

[BetaNews.com]

Windows XP SP2 Delayed Until Late 2004
August 15th, 2003, 9:25 PM ET
By:
Nate Mook, BetaNews
Story URL:
http://www.betanews.com/article.php3?sid=1060997150

In a surprising turn of events, Microsoft has pushed back the release date for the second Windows XP service pack to the third quarter of 2004. SP2 was long expected to debut before the end of 2003, a year after SP1 made the rounds.

The change in plans came to light by way of Microsoft's Product Lifecycle Web site, which details future support timelines for the company's products.

"Third quarter next year would put anywhere from 18 to 24 months between the first two service packs," Joe Wilcox, senior analyst for Jupiter Research, told BetaNews. "This is a much longer cycle than between Windows 2000 service pack releases."

The possible implications of the move are far reaching. A yearlong delay gives Microsoft significant time to further its integration strategy with Windows XP – building more components directly into the operating system.

"It's possible that Microsoft is preparing a more substantive-than-usual service pack that would add new features to Windows XP or hybrids Media Center and Tablet PC," said Wilcox.

One such potential feature is Microsoft's PC Satisfaction package, currently in beta testing. PC Satisfaction extends the native functionality of Windows XP with services such as an enhanced firewall and virus scanner that give customers a better Windows experience out of the box.

Although Microsoft has not yet announced how it plans to issue PC Satisfaction in its final form, the company hinted that a new firewall would be enabled by default in the next Windows XP update.

It is unclear how the delay will affect the next version of Windows, code-named Longhorn. Microsoft executives previously targeted late 2004 for a release to manufacturing and planned to have Longhorn on store shelves by mid-2005.

However, an extended Windows XP lifecycle gives Redmond more time to maneuver and opens the door for Longhorn to debut in early 2006.

A 2006 release date puts almost five years between Microsoft's consumer operating system releases, following the launch of Windows XP in 2001. Microsoft has previously denied considering an interim operating system release in the form of Windows XP Second Edition, but a two-year development timeframe for Service Pack 2 may raise the possibility once again.

In the meantime, consumers and businesses will need to be vigilant about keeping Windows XP patched with the latest updates from Microsoft, rather than waiting for the convenience of a service pack, noted Jupiter's Wilcox.

The issue of patching came to a head this week after many Windows users fell victim to the Blaster Internet worm, despite Microsoft issuing a patch for the hole in July. Microsoft has since told BetaNews it plans to improve the method in which patches are installed, as well as better educate customers on the steps needed to protect their systems.

"A second half 2004 release does not have to mean a crisis for consumers," said Wilcox. "When used properly, Windows XP's Automatic Update keeps the OS up to date."

Microsoft was unavailable for comment by press time.

Posted by dotnetboy2003 | 1 comment(s)
Filed under:

Advanced features of Google Toolbar

Someone posted a comment on my Google Toolbar 2.0 post asking "who goes with advanced features and who turns it off?"

I always turn the advanced features off but I can't even remember why now.  I think it was some kind of privacy thing but I should go back and look at what the Advanced features gives me vs. what I have to give up in terms of privacy.  I mean, after all, they already have my complete search history, what more could they take...

 

Google Toolbar 2.0 ** Final **

I went to install Google Toolbar 2.0 on my wife's computer and I noticed that I didn't have to go to a beta page anymore.  I guess version 2.0 is final now!  For those of you who used the previous version, the big thing that 2.0 adds for me is popup blocking.  It also adds some other cool features listed below:

** update: Someone commented below that this version has the same version number as the beta.  Probably nothing has changed since beta but the 1.0 toolbar is history.

[Google Toolbar]

The Google Toolbar is available free of charge and includes these great features:

  • Google Search: Access Google's search technology from any web page.
  • Search Site: Search only the pages of the site you're visiting.
  • PageRank: See Google's ranking of the current page.
  • Page Info: Access more information about a page including similar pages, pages that link back to that page, as well as a cached snapshot.
  • Highlight: Highlight your search terms as they appear on the page; each word in its own color.
  • Word Find: Find your search terms wherever they appear on the page.
  • New! Popup Blocker: Make surfing the web easier by stopping annoying popups. (currently only available for English)
  • New! AutoFill: Automatically fill in a form with the click of a button. (currently only available for English)
  • New! BlogThis: Create a weblog post pointing to the page you are visiting. (currently only available for English)
  • New! Country Search: Restrict your search to pages located in a specific country. (currently only available for English)
Posted by dotnetboy2003 | 6 comment(s)
Filed under:

ASP Today is back! -- I wonder if C# Today is coming back as well?

Paschal L noted that ASP Today  is back up and running.  I wonder if that means C# Today will be back up as well?   I never got a chance to subscribe to C# Today before Wrox bit the dust, but it seemed liked they had a lot of content on their site.

[Paschal L]

ASP Today is publishing again!
  • Tuesday 12 August, Switching To Windows Server 2003 and ASPNET 1.1. Part 1 - Windows Server 2003, by Alex Homer
  • Friday 15 August, Switching To Windows Server 2003 and ASPNET 1.1. Part 2 - ASP.NET 1.1, by Alex Homer
  • Monday 18 August, Creating a .NET Client FTP Class Part 1, by Jeremy Raccio

Well the first article by alex Homer is a bit disappointing to say the least !

It's more a brochure about what you have in Windows 2003. It should be a free article as as a starter for the new site.

As many surely I was eagerly waiting for a 'bang' article not something that you can find almost everywhere for free.

I was also expecting some new design to introduce the new site.

Well wait and see the first serious article on .Net, I mean the one entitled Creating a .Net Client FTP to judge the new site.

 

 


Print-to-toilet-roll

Slightly OT...   Just in case you were getting low on reading material for your bathroom.

[Boing Boing Blog]

 

Posted by dotnetboy2003 | 2 comment(s)
Filed under:

Office 2003 RTM on August 15...

According to searchWin2000.com, the newest version of office should get RTM on August 15th.

[searchWin2000]  

...

Office 2003 is expected to go to manufacturing Aug. 15, which is also when pricing information should become available, according to people familiar with the company's plans. Office 2003, which has been tested by about 600,000 users, is the upgrade to Office XP. The software was originally set to launch in June but was pushed back because of additional testing requirements.

...

 

Posted by dotnetboy2003 | with no comments
More Posts Next page »