Fabrice's weblog
Tools and Source
-
ASP.NET hosting solution with gigabytes of disk space!
If you've been reading this weblog for some time, you may remember that I wrote about a web hosting solution with ASP.NET support. This is just a note to let you know that they now propose from 1000MB to 3000MB of disk space and from 2000MB to 3000MB of SQL Server space for the same price!
They also recently upgraded their mail system (POP and IMAP) with features like SSL, SPAM protection, virus protection, and more.
Ah, and they have ASP.NET 2.0 beta...
I definitely invite you to take a look at them.
-
Visual Studio 2005 and SQL Server 2005 release date (it's official!)
I know a lot of people come here searching for information about certain release dates, well here is it a last:
SQL Server 2005, Visual Studio 2005 and BizTalk Server 2006 will be formally launched during the week of November 7!
Not much more to add. See the press release right from Tech•Ed 2005.
-
Visual Studio 2005 and web projects : no good
Chris Szurgot writes about the problems and frustrations with the new model Microsoft has chosen for web projects in Visual Studio 2005: no web project file!
The decision to remove the web projects is really a bad choice and a big source of problems. I can't believe Microsoft decided to step back like this just to seduce PHP developers and in fact ignore the enterprise world! This would have been fine for the Express editions, but why changing this for the professional editions too?!
For those who haven't tried Visual Studio 2005 yet, what happens is that there are no project files for web projects anymore. Why is that a problem? Well, it introduces a whole new set of problems: Where is stored the list of references of your project? How do you share code between pages? How can one page reference another? etc. Of course, Microsoft engineers have found workarounds for this new situation, but they all make your web projects look and behave differently from other projects, as well as second-class citizens. Without forgetting that this requires that developers re-learn how to work with Visual Studio... Try to explain this to your manager...
Sadly, it seems to me that it's too late for Microsoft to change the way it works in VS2005, but I would certainly prefer to see it happen. I'm sure they have realized their mistake, but cannot go back...
-
Bug tracking tools
I have compiled a list of bug tracking products, which may be useful if you need such a tool.
Maybe you have experience with some of them you'd like to share with us?
-
Bug tracking tools
Plus:
-
Google Content Blocker
Google releases new services at an impressive rate. Here is the last one: Google Content Blocker. Of course, it's still in beta - like any other Google service as you'd expect - but it looks very useful. The best ever, in fact!
-
PageMethods released - well-defined URLs for your ASP.NET sites and applications
PageMethods for Visual Studio .NET 2003 has just been released.
PageMethods (code name was sharpUrls) enables well-defined URLs for your ASP.NET sites and applications.
Linking to a web page is very easy, both in simple HTML and in ASP.NET. Linking to a page that really exists, passing the right parameters, and parsing these parameters, is a bit different.
PageMethods takes care of your URLs. It proposes a solution to define structured URLs for each of your pages, as well as a clean and simple way to call them.
The idea is based on strict page inputs and declarative parameter binding. With PageMethods, each page exposes a set of methods that represent the different ways to call the page. All you have to do to start benefiting from sharp, reliable URLs is to add methods to your pages, and mark these methods with attributes provided by PageMethods.
Features include:
- Object-oriented approach for hyperlinks
- No concatenations of strings required anymore
- Strongly typed parameters
- Automated parameter handling
- Parameter validation
- Compile-time checks
- Code completion
- Integrated with Visual Studio .NET
Learn more on the dedicated site, where you'll find:
- an introduction
- a walkthrough tutorial
- details about the features and benefits
- and of course a page to download the product.
Don't forget to let me know what you think about the product, and what your experience with it is!
-
Playing with Flickr and Google Maps
A lot of people have been hacking Google Maps lately, and I thought I had to play the game too :-)
Another great site is Flickr, which propose a great way to share pictures.
I wrote a small service that lets you see your Flickr pictures on a Google map.
Feel free to use it, and let me know what you think.
Update: fixed a few things; files were missing.
Update: I just noticed Geobloggers, which is quite similar actually.
-
Feature addiction
Funny how quickly you get used to new features. Looking at a map on a web site, I found myself trying to drag the map with the mouse, à la Google Maps...
Conclusion: even if at first sight some features may look like gadgets, your mind can get addicted to them anyway and they become key differentiating features.
-
Hosted source control
In case you need to host your code online, mostly for open source projects, here are some providers you can try:
- http://www.tigris.org (Subversion and CVS)
- http://developer.berlios.de (Subversion and CVS)
- http://wdevs.com (Vault)
- http://freepository.com (CVS)
- http://sourceforge.net (Subversion and CVS, often reported as slow)
- http://sunsite.dk
- http://community.java.net/projects (for Java project obviously)
- http://www.sourcehosting.net (CVS, not free)
- http://www.projxpert.com (Subversion)
- http://wush.net (Subversion, not free)
- http://www.cvsdude.org (Subversion and CVS)
- http://www.projectlocker.com (Subversion and CVS, not free)
- http://www.bitkeeper.com/Hosted.html (BitKeeper)
- http://forge.novell.com (Subversion and CVS)
- https://opensvn.csie.org (Subversion)
- http://www.hosted-projects.com (Subversion)
- http://www.codeplex.com (Visual Studio Team Foundation Server, Subversion)
- http://www.devguard.com (Subversion, not free)
- http://www.assembla.com (Subversion)
- http://www.orcsweb.com/hosting/sourcegearvault.aspx (Vault, not free)
- http://www.dynamsoft.com/Products/SAWhosted_Overview.aspx (SourceAnywhere)
- http://www.codespaces.com (Subversion)
- http://svnrepository.com (Subversion, not free)
- http://sharpforge.org and http://sharpforge.com (Subversion)
- http://www.projecthut.com (Subversion, not free)
- http://xp-dev.com (Subversion)
- http://sliksvn.com (Subversion)
- http://code.google.com/projecthosting (Subversion)
- http://www.scmsoftwareconfigurationmanagement.com (SCM Anywhere)
- http://www.scmsoftwareconfigurationmanagement.com (SourceAnywhere)
- http://www.a2hosting.com (Subversion and CVS, not free)
- http://beanstalkapp.com (Subversion)
- Not all accept closed source projects.
- Not all support binary releases.
- Most offer more services than just source code hosting: forums, bug tracking, task management, project web site, etc.
- http://www.tigris.org (Subversion and CVS)