|
Posted to:
06-19-2003, 3:32 AM
|
The main motive behind using either of the logging framework (log4net or logging classes in .net) depends on the complexity of the application you are developing. The Logging classes of .NET works best if you are developing a simple application. But as...
|
|
Posted to:
06-18-2003, 11:57 PM
|
Not that one would ever code something like this... What do you think the return value is if you call this? public int WhatHappens() { int i=0; try { throw new Exception(); } catch { i = 1; return i; } finally { i = 2; } } The answer is 1. If you step...
|
|
Posted to:
06-18-2003, 1:32 PM
|
Upon using this method, I have run across something I did not know. All of my thumbnails were turning out really bad with some horrible looking compression. As it turns out some digital cams imbed a thumbnail inside the image, and the GetThumbNailImage...
|
|
Posted to:
06-18-2003, 7:47 AM
|
What a great news that Web Matrix Reloaded was official launched! However, I saw a thread about using languages other then English in the ASP.NET Forum recently, and I open my WM and try to stimulate it when seeing this post. I typed some characters in...
|
|
Posted to:
06-18-2003, 4:51 AM
|
Another site almost finished ! Well almost because I still have a lot of Content Management stuff to plumb behind . A kind of portal for people who want to visit Kilkenny, searching for a B&B, a restaurant, an event, well everything ! And of course...
|
|
Posted to:
06-18-2003, 4:40 AM
|
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.
|
|
Posted to:
06-18-2003, 4:04 AM
|
Frans send me this comment regarding the code for Breadcrumbs What's a breadcrumb, besides a small piece of bread that's left on your plate? ;) Well apart the funny comment, to reply I will invite readers to check Scoilnet. It's used more and more by...
|
|
Posted to:
06-18-2003, 3:51 AM
|
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
|
|
Posted to:
06-18-2003, 3:35 AM
|
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...
|
|
Posted to:
06-18-2003, 2:53 AM
|
After my last blog on Reflection article I received this comment: Here's another CodeProject article that demonstrates a .NET spelunking technique that uses reflection: http://www.codeproject.com/useritems/UndocumentedFusion.asp John Renaud Thanks John...
|