manovich

Stories kicked by manovich

Correct event invocation(dotnettipoftheday.org)

submitted by pechapecha(105) 4 years, 2 months ago

Be aware that if there are no subscribers a .NET event will be null. Therefore when raising the event from C# test it for null first. read more...

add a comment |category: |Views: 6

tags: another

How to check email works with no SMTP(dotnettipoftheday.org)

submitted by manovichmanovich(755) 4 years, 4 months ago

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: |Views: 85

tags: another

Use DebuggerBrowsable attribute to clean up class view in a debugger(dotnettipoftheday.org)

submitted by gt1329agt1329a(7849) 4 years, 5 months ago

How to exclude extraneous class members from view in the debugger. read more...

1 comment |category: |Views: 8

tags: another

Speed up inserting records into database with SqlBulkCopy class(dotnettipoftheday.org)

submitted by pechapecha(105) 4 years, 6 months ago

When you need to insert a great deal of rows into database... read more...

add a comment |category: |Views: 67

tags: another

Tips for Blogging about .NET(brennan.offwhite.net)

submitted by offwhiteoffwhite(975) 4 years, 6 months ago

More developers should be blogging as long as they write well and maintain great blogs. Here are tips to do that. read more...

1 comment |category: |Views: 3

tags: another

Create elegant code with Action delegate and List.ForEach method(dotnettipoftheday.org)

submitted by manovichmanovich(755) 4 years, 6 months ago

Small example of how to use Action delegate to perform some action on all elements of a collection. read more...

9 comments |category: |Views: 645

tags: another

3 hot uses for HttpContext.Current.Items “They” won’t tell you about.(mikeduncan.com)

submitted by DuncanChudDuncanChud(925) 4 years, 6 months ago

HttpContext.Current.Items, arcane enough to give you guru-cred to the mid-range noobs, simple enough that it can be leveraged for good and / or evil. Awesome. 3 Tips for using it that aren't entirely obvious. read more...

1 comment |category: |Views: 38

tags: another

How to call a surrogate for Dispose() on StringBuilder objects(dotnettipoftheday.org)

submitted by manovichmanovich(755) 4 years, 7 months ago

How to release memory used by StringBuilder without calling System.GC.Collect(). read more...

1 comment |category: |Views: 82

tags: another

How to determine whether a property or a method is more appropriate(dotnettipoftheday.org)

submitted by manovichmanovich(755) 4 years, 7 months ago

Guidelines for choosing between implementing a class member as a property or a method. read more...

6 comments |category: |Views: 2

tags: another

What Subversion 1.5 has in store for you?(viratics.com)

submitted by scmadminscmadmin(210) 4 years, 7 months ago

It’s been long time and we keep hearing a lot about Subversion 1.5. I am a bit curious and tempted to see what actually it has to offer us. read more...

add a comment |category: |Views: 4

tags: another

How to resolve relative url's without ResolveUrl(dotnettipoftheday.org)

submitted by antibugsantibugs(215) 4 years, 7 months ago

string absoluteUrl = VirtualPathUtility.ToAbsolute(relativeUrl); read more...

2 comments |category: |Views: 209

tags: another

Speed up Visual Studio 2005(dotnettipoftheday.org)

submitted by ferrymulyonoferrymulyono(395) 4 years, 7 months ago

Nice tricks to speed up Visual Studio 2005 read more...

add a comment |category: |Views: 144

tags: another

Tag mapping in ASP.NET(blog.madskristensen.dk)

submitted by isuttleisuttle(1140) 4 years, 7 months ago

Basically, it’s a way to turn all instances of a type into another type at compile time. In human language it means that it can turn all e.g. System.Web.UI.WebControls.Textbox instances in the entire website into another control. read more...

1 comment |category: |Views: 18

tags: another

43 Exceptionally Useful AJAX Applications(designvitality.com)

submitted by KickworthyKickworthy(300) 4 years, 7 months ago

Usability on websites is exploding right now. AJAX has enabled web developers everywhere to add functionality to their sites like never before. They’ve gathered 43 extremely useful AJAX applications for use on any website. read more...

1 comment |category: |Views: 12

tags: another

Scott Guthrie announces ASP.NET MVC framework at Alt.Net Conf(codebetter.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 7 months ago

Some more information from ALT.NET on the new ASP.NET MVC framework. read more...

add a comment |category: |Views: 3

tags: another

10 awesome Windows Live Writer plugins for developer(devintelligence.com)

submitted by adventureradventurer(2244) 4 years, 7 months ago

I’ve made this list of 10 plugins for Windows Live Writer. Some of these plugins will help beatify your published code, while others will help you create code archives or retrieve a link from MSDN. read more...

add a comment |category: |Views: 6

tags: another