help.net
<font size="2"><br />Musing on .Net</font>
-
Builder
No real publicity there, that's not my intention.
But I really like Builder.com , they have great short and sharp articles about almost everything. -
What's new in Web Matrix ?
Ken McNamee wrote an article on the new Matrix Reloaded (not the movie ;-)) -
Blogs homepages
Nothing very crucial but did you noticed that when you save in your favorites most of the blogs homepage, indeed you save the current day of the page.
frustrating, because if you come back on the particular blog few weeks after, it give the feeling that nothing new happen on the blog, which still show you where you finish to read the page.
Of course nothing like that on weblogs.asp.net ;-) -
Crumbs
Frans send me this comment regarding the code for Breadcrumbs -
About Interfaces
Roy your story remind me a recent meeting I had with a graphic designer.
She was not please that in some screen boxes in a website the link button I implemented were on the right or in some cases centered, and not on the left.
I just asked her this simple question:
'Are you left handed ?'
;-) -
Demystifying the .NET Global Assembly Cache
Read the article there on CodeProject.
Read also this Microsoft KB
HOW TO: Install an Assembly into the Global Assembly Cache in Visual Studio .NET -
Coloring code
Sorry if in my previous post some of my comment goes down the code.
It's the first time I use a color editor and the blog editor in same time, and believe me it's like a big spaghetti bowl at the end !
If somebody know another good color coding tool online, let me know ;-) -
Breadcrumb
This is a useful trick to write a breadcrumb in any web page, like:
Home Page > Breadcrumbs : About Us
I wrote this code in few minutes so feel free to comment if you see some improvements to be done !
You need to write this code behind in an ascx file as a control -
Reflection
After my last blog on Reflection article I received this comment: -
Good article on Reflection
On CodeProject you can find a good article on a practical usage of Reflection
The author demonstrate how to implement an update and add function in a single code, making the form 'intelligent'.