|
|
ruseg
ruseg
 |
|
Stories kicked by ruseg
|
|
published 10 months, 26 days ago, submitted by
manovich
10 months, 26 days ago
dotnettipoftheday.org — Testing code that sends email has always been a pain. You had to set up a SMTP service just to test that your .NET application sends the e-mail correctly... read more...
2 comments
|
category: Tips & Tricks | Views: 25
|
|
tags:
Email, .Net, Tips, SMTP | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year ago, submitted by
manovich
1 year ago
dotnettipoftheday.org — Small example of how to use Action delegate to perform some action on all elements of a collection. read more...
9 comments
|
category: C# | Views: 69
|
|
tags:
List, foreach, C#, Delegate | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dmihailescu
1 year, 1 month ago
dotnettipoftheday.org — [Use a combination of try…Catch blocks as a retry mechanism for error handling. ]
If you were going to retry something ,you better use conventioal error handling and keep the throw...catch for exceptional cases only.
Try/catch is known to be slow. read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
manovich
1 year, 1 month ago
dotnettipoftheday.org — How to release memory used by StringBuilder without calling System.GC.Collect(). read more...
1 comment
|
category: CLR | Views: 28
|
|
tags:
CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
manovich
1 year, 1 month ago
dotnettipoftheday.org — Guidelines for choosing between implementing a class member as a property or a method. read more...
6 comments
|
category: Patterns | Views: 2
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
antibugs
1 year, 1 month ago
dotnettipoftheday.org — string absoluteUrl = VirtualPathUtility.ToAbsolute(relativeUrl); read more...
2 comments
|
category: ASP.NET | Views: 67
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
ferrymulyono
1 year, 1 month ago
dotnettipoftheday.org — Nice tricks to speed up Visual Studio 2005 read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
manovich
1 year, 2 months ago
dotnettipoftheday.org — There is one thing you should watch out for when using enumerations. You can cast any integer to an Enum type and you will not get an exception message. read more...
add a comment
|
category: C# | Views: 2
|
|
tags:
Enum, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
Sirko
1 year, 2 months ago
dotnettipoftheday.org — When coding, be careful if you need to perform DateTime calculations (add/subtract) on values representing time zones that practice daylight savings time. read more...
2 comments
|
category: Tips & Tricks | Views: 8
|
|
tags:
.Net, DateTime | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
manovich
1 year, 3 months ago
dotnettipoftheday.org — Did you know that you can appply DebuggerDisplay attribute to a class or member to determine how it is displayed in the watch window. It's quick, it's easy, and it really works! read more...
|
|
tags:
DebuggerDisplay, Debugging | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|