Monday, November 28, 2005
Refresh File (VS 2005)
I search everywhere Solution file + Web.config and nothing came up, than I remembered that I saw a file with extension ".Refresh" under the Bin/ inside it there was the address of the DLL that was reference.
After investigating some more (with the help a fellow colleague- Evyatar Ben Shitrit) we found that the VS 2005 deals with reference who are our of the project directory by writing the reference into a refresh file that is auto populated (because there is no web project – this is the best solution)
* Don’t forget that you have to add the file to the source control.
Look at the following article about Web Project Settings Conversion for more details.
Thursday, November 24, 2005
Session View state (1.1 VS 2.0)
1.0
Implementing a different save medium for the viewstate in 1.1 was not so easy because you had to: http://aspalliance.com/72
2.0
But now using 2.0 you get out of the box SessionStatePersistent for the view state and an easy way of configuring it:http://msdn2.microsoft.com/en-us/library/system.web.ui.pagestatepersister.aspx
- During my tests i was unable to activate it (but maybe it just a bug) - I will keep you posted.
- If you have any success or failure please comment on it.
Enjoy
Wednesday, November 23, 2005
Internet Explorer Developer Toolbar
The Internet Explorer Developer Toolbar provides several features for exploring and understanding Web pages. These features enable you to:
- Explore and modify the document object model (DOM) of a Web page.
- Locate and select specific elements on a Web page through a variety of techniques.
- Selectively disable Internet Explorer settings.
- View HTML object class names, ID's, and details such as link paths, tab index values, and access keys.
- Outline tables, table cells, images, or selected tags.
- Validate HTML, CSS, WAI, and RSS Web feed links.
- Display image dimensions, file sizes, path information, and alternate (ALT) text.
- Immediately resize the browser window to a new resolution.
- Selectively clear the browser cache and saved cookies. Choose from all objects or those associated with a given domain.
- Choose direct links to W3C specification references, the Internet Explorer team weblog
- (blog), and other resources.
- Display a fully featured design ruler to help accurately align objects on your pages.
- The Developer Toolbar can be pinned to the Internet Explorer browser window or floated separately.
This is truly a must tool for developer and for GUI designer as well.
You can download it from: http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en
I will keep this blog updated for any new version that will be out there.
VISIO Stencil and Template for UML 2.0
Well I found a very good site that has a hand made stencil that has all you need for UML 2.0.
So download it and enjoy (you can also contribute to the maker using pay pal).
* Note that this stencil is for sketching only - it doesnt support the UML semantics under visio
Building ASP.NET 2.0 Web Sites Using Web Standards
Enjoy
Tuesday, November 22, 2005
Take full control over your returned control and bandwidth
The project is called ZumiPage, I personally think that this is a must assembly for every asp.net developer.
I encourage you to enter the site and see the demo www.zumipage.com.
Highlighted features in zumiPage 2.0:
- Works with ASP.NET 2.0 & 1.1
- Fully compatible with Internet Explorer and Mozilla Firefox.
- Save up to 90% of the traffic.
- Easy to integrate with existing projects.
- Fast, invisible XmlHttp postbacks.
- Full control over returned controls on each postback.
- Wait behaviors (for server loading times).
Monday, November 21, 2005
Changes from .NET Framework Beta2 to RTM
This document provides descriptions of changes that might cause incompatibilities, information about ways to modify your applications to work around incompatibilities, and information about how to test and run your applications using the .NET Framework version 2.0. This document also provides a list of issues you may encounter while upgrading your development tools from the Beta 2 release of Visual Studio 2005 to the RTM release.
Regards
http://download.microsoft.com/download/e/3/8/e38818ae-31e5-462b-b9ad-e6d3cd6ad7c1/Breaking%20Changes%20Beta2%20to%20RTM.doc
Saturday, November 19, 2005
Visual Studio 2005 Web Deployment Projects (Beta Preview)
Visual Studio 2005 Web Deployment Projects (Beta Preview)
Download it and create a truly professional deployment project.
I think that this kind of project should have been dispatched 2 months ago.
Have fun :)
Finally I did it.
For quite a while I have been thinking of openning one and finally I done it.
So stay tuned :)

