Clicky Web Analytics July 2006 - Posts - Brenton House

July 2006 - Posts

Google to compete with SourceForge

Google launched Google Code: Project Hosting yesterday with support for open source projects.  Here are some of the key features:

  • Uses Subversion for source control (yea!!)
  • Allows browsing of subversion repository in web browser.
  • Uses Google Groups for forum communication.
  • Custom Issue Tracker with limited feature set.
  • Project cannot have same name as existing SourceForge project.
  • Project must be open source.
  • Notification of issue status change (couldn’t get this to work)

Things it is missing right now:

  • Web hosting
  • More robust issue tracker
  • Downloads of releases
  • Can’t change subversion password to password of your choice.
  • Domain name alias
  • Wiki

Also, I noticed that the subversion access if very slow.  Much slower than subversion access on SourceForge.

You can find more information on their FAQ or you can create a project here.

 

NDoc 2.0 - R.I.P

According to an email from Kevin Downs, the developer behind NDoc2, he is no longer going to be developing or supporting NDoc2.  Kevin has put in an extraordinary amount of work putting together NDoc2 and has done so despite some family emergencies i the past year.

This is sad news for a lot of us in the development community.  Although Microsoft is coming out with Sandcastle any day now, it will probably take months if not years for this product to be at a level that NDoc2 is at now.

Many thanks to Kevin for his work on NDoc2 and I hope that the development community comes together to continue the work he started. 


From: Kevin Downs
Sent: Wednesday, July 26, 2006 1:32 PM
Subject: NDoc 2.0 - R.I.P.

I have decided to discontinue work on NDoc 2.0 and no longer participate in any open-source development work.

 

The development and release of NDoc 1.3 was a huge amount of work, and by all accounts widely appreciated. Unfortunately, despite the almost ubiquitous use of NDoc, there has been no support for the project from the .Net developer community either financially or by development contributions. Since 1.3 was released, there have been the grand total of eleven donations to the project. In fact, were it not for Oleg Tkachenko’s kind donation of a MS MVP MSDN subscription, I would not even have a copy of VS2005 to work with!

 

To put this into perspective, if only roughly 1-in-10 of the those who downloaded NDoc had donated the minimum allowable amount of $5 then I could have worked on NDoc 2.0 full-time and it could have been released months ago!  Now, I am not suggesting that this should have occurred, or that anyone owes me anything for the work I have done, rather I am trying to demonstrate that if the community values open-source projects then it should do *something* to support them. MS has for years acknowledged community contributions via the MVP program but there is absolutely no support for community projects.

 

Once ‘Sandcastle’ is released, it is my belief that it will become the de-facto standard and that NDoc will slowly become a stagnant side-water. This will happen regardless of technical considerations, even if Sandcastle were to be less feature-complete. It's just an inevitable result of MS's 'not-invented-here' mentality, one only has to look at Nant and NUnit to see the effects of MS 'competition'.  

 

This is not, however,  my only reason for stopping development work - I have a big enough ego to think I could still produce a better product than them :-)

 

As some of you are aware, there are some in the community who believe that a .Net 2.0 compatible release was theirs by-right and that I should be moving faster – despite the fact that I am but one man working in his spare time...

 

This came to head in the last week; I have been subjected to an automated mail-bomb attack on both my public mail addresses and the ndoc2 mailing list address. These mails have been extremely offensive and resulted in my ISP temporarily suspending my account because of the traffic volume. This incident has been reported to the local authorities, although I am highly doubtful they will be able to do anything about it.

 

This has was the ‘last-straw’ and has convinced me that I should withdraw from the community; I’m not prepared to have myself and my family threatened by some lunatic!

 

 

Kevin

 

 

P.S. If anyone wants to take over as admin on the SourceForge NDoc project - contact me. If not, I'll be removing myself in 14 days.

Posted by dotnetboy2003 | 22 comment(s)
Filed under: ,

Download MSDN Library for free

Sounds like all future releases of MSDN Library are going to be free (instead of released only for MSDN subscribers.

[via Rob Caron’s Blog]

MSDN Library provides access to essential programming information, including technical white papers, software development kits and code samples necessary to develop web services and applications. This is an updated version of the MSDN Library for Visual Studio® 2005.

From: Download details: MSDN Library May 2006 Edition

Microsoft Sandcastle to possibly be released today

You can follow the posts in this thread, but I know a *lot* of people are anxiously awaiting the release of Microsoft Sandcastle.  Sandcastle is the codename for Microsoft’s NDoc like documentation compiler. 

I have spoken with people from Microsoft ever since .NET 2.0 came out about what tool they use to do their documentation.  We were having issues with NDoc 1.3 and generics and needed a solution.  Kevin Downs was kind enough to send me alpha releases of NDoc2, the next generation of NDoc, which fixed the issues with generics.

From comments by Anand Raman, The CTP release will not include and MSBuild tasks.  I wish I could have been on beta testing list for this because then I could have had the MSBuild tasks built and ready for the CTP release. 

I am curious if it will be possible to integrate the output from Sandcastle with Innovasys Help Studio Lite, which ships (free) with the Visual Studio 2005 SDK.  That would be cool because then we could have an integrated documentation release that included a getting started guide and SDK docs.

From other posts and forums I am able to get a little more info about it:

[via Andrew Stopford]

Sandcastle Overview:

 

  • Produces quality, comprehensive, familiar MSDN-like documentation.
  • Works with or without authored comments.
  • Supports Generics and .NET Framework 2.0
  • Sandcastle has 2 main components (MrefBuilder and Build Assembler)
  • MrefBuilder generates reflection xml file for Build Assembler
  • Build Assembler includes syntax generation, transformation..etc
  • Sandcastle is used internally to build .Net Framework documentation 
  • MS plan to "..include Sandcastle in our August CTP release of VS SDK."

[via Michael Primeaux]

Sandcastle generates documentation using the following overall process:

  1. Use the /doc compiler option to generate an XML documentation file.
  2. Run the assemblies through Sandcastle (MRefBuilder, XslTransform, and BuildAssembler) to produce a set of HTML files.
  3. Use the Microsoft HTML Help Compiler. The help compiler version 1.0 is used to produce CHM files and version 2.0 is used to generate HXS files.

 

Netflix to allow subscribers early access to NBC premiere episodes

Netflix said Wednesday that it had struck an agreement with NBC to allow subscribers of the movie rental service to have the opportunity to see the premiere episodes of two new dramas before they are broadcast.

 

Of course, if Netflix takes as long to deliver their movies as their latest trend is showing, you won’t actually get the shows until well after the premeire broadcasts…

 

 

Posted by dotnetboy2003 | with no comments

Add auto date and timestamp entries to Notepad

[via Things that… make you go hmm]

Open a file with Notepad, and type on the first line:

 

.LOG

Then you save the file and exit.

CSS like component for WinForms

[via The Code Project]

StylesSheetManager – A ‘CSS like component’ for WinForms. 

This could be interesting.  I know that Infragistics has come out with a new product that does something similar.  I will have to check this out.

 

Posted by dotnetboy2003 | with no comments
Filed under:

Microsoft acquires Winternals Software

[via Mark’s Systernals Blog]

I’m very pleased to announce that Microsoft has acquired Winternals Software and Sysinternals. Bryce Cogswell and I founded both Winternals and Sysinternals (originally NTInternals) back in 1996 with the goal of developing advanced technologies for Windows. We’ve had an incredible amount of fun over the last ten years working on a wide range of diverse products such as Winternals Administrator’s Pak, Protection Manager, Defrag Manager, and Recovery Manager, and the dozens of Sysinternals tools, including Filemon, Regmon and Process Explorer, that millions of people use every day for systems troubleshooting and management. There’s nothing more satisfying for me than to see our ideas and their implementation have a positive impact.

That’s what makes being acquired by Microsoft especially exciting and rewarding. I’m joining Microsoft as a technical fellow in the Platform and Services Division, which is the division that includes the Core Operating Systems Division, Windows Client and Windows Live, and Windows Server and Tools. I’ll therefore be working on challenging projects that span the entire Windows product line and directly influence subsequent generations of the most important operating system on the planet. From security to virtualization to performance to a more manageable application model, there’s no end of interesting areas to explore and innovate.

So what’s going to happen to Winternals and Sysinternals? Microsoft is still evaluating the best way to leverage the many different technologies that have been developed by Winternals. Some will find their ways into existing Microsoft products or Windows itself and others will continue on as Microsoft-branded products. As for Sysinternals, the site will remain for the time being while Microsoft determines the best way to integrate it into its own community efforts, and the tools will continue to be free to download.

Personally, I remain committed to the Sysinternals and Windows IT pro communities and so I’ll continue to blog here, to write about Windows technologies, and to speak at conferences. Until I know my Microsoft email address and post it you can continue to contact me at
mark@sysinternals.com.

I’m looking forward to making Windows an even better platform for all of us!

Microsoft Virtual PC now free. What's next... ??

You can now download Microsoft Virtual PC 2004 Service Pack 1 for free.  Microsoft will also be offering Virtual PC 2007 for free.

I prefer VMware workstation for a few different reasons but I don’t know what features that Virtual PC 2007 will have when it comes out (besides the announced support for Vista).

Here is the timeline for free virtualization over the past year.   I really like this trend and I have to wonder when VMWare is going to release VMware Workstation for free in response to Microsoft’s move.  I am sure it is inevitable as the feature difference between the two cannot justify spending $189 from VMware for very long.  Especially if Virtual PC 2007 is just around the corner…

  • February 2006 – VMware makes VMware Server a free product.
  • April 2006 – Microsoft makes Virtual Server a free product.
  • July 2006 – Microsoft makes Virtual PC a free product.
  • ???? – VMware makes VMware Workstation a free product.


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