Home / ASP.NET Weblogs

ASP.NET Weblogs

Posted to:
by
 laghari78 
06-19-2003, 3:32 AM

log4net and the Logging classes inside the framework

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...
Filed under:
Posted to:
by
 DamageJackal 
06-18-2003, 11:57 PM

Interesting try/catch/finally behavior

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...
Filed under:
Posted to:
by
 Travis 
06-18-2003, 1:32 PM

GetThumbNailImage()

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...
Filed under:
Posted to:
by
 Colt 
06-18-2003, 7:47 AM

DBCS problem in Web Matrix Reloaded

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...
Filed under:
Posted to:
by
 help.net 
06-18-2003, 4:51 AM

Ooops ! I did it again ;-)

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...
Filed under:
Posted to:
by
 help.net 
06-18-2003, 4:40 AM

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.
Filed under: ,
Posted to:
by
 help.net 
06-18-2003, 4:04 AM

Crumbs

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...
Filed under:
Posted to:
by
 help.net 
06-18-2003, 3:51 AM

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
Filed under:
Posted to:
by
 help.net 
06-18-2003, 3:35 AM

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...
Filed under:
Posted to:
by
 help.net 
06-18-2003, 2:53 AM

Reflection

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...
Filed under:

« First ... < Previous 2598 2599 2600 2601 2602 Next > ... Last »