bazile

Stories kicked by bazile

Any() versus Count()(kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 2 years, 5 months ago

Jimmy Bogard brought to my attention today that I had been doing something wrong all along. I’ve been using Count() on my enumerations when I should have been using Any(). I’ve even done this in a presentation I’ve been giving the past few months. This is from Mash Up. read more...

2 comments |category: |Views: 692

tags: another

ReSharper 5.0 Overview(blogs.jetbrains.com)

submitted by nihi_l_istnihi_l_ist(110) 2 years, 7 months ago

As promised, we’re publishing a general ReSharper 5.0 overview, elaborating on its feature set. Please keep in mind that this is a preliminary document. The general picture will stay unchanged, but local amendments cannot be ruled out at this point, and many user interface items will probably change. read more...

2 comments |category: |Views: 753

tags: another

How to know asynchronous postback raised in serverside code in ASP.NET(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 8 months ago

This is the nice tip to detect whether asynchronous postback caused or not. It will help to ASP.NET developers when working with ASP.NET Ajax framework in particular scenarios. read more...

2 comments |category: |Views: 242

tags: another

Google Doctype(code.google.com)

submitted by rimsystemsrimsystems(6119) 4 years ago

Google Doctype is an open encyclopedia and reference library. Written by web developers, for web developers. It includes articles on web security, JavaScript DOM manipulation, CSS tips and tricks, and more. read more...

add a comment |category: |Views: 263

tags: another

How to Capitalize the First Letter of All Words in a string in C#(aspdotnetfaq.com)

submitted by spavkovspavkov(1708) 4 years ago

Often we need to capitalize the first letters of some word or some text (for example when we want to display users name or city name etc). Since string class does not have a method to do this we could think that there is no built-in solution in C# for this problem, but... read more...

add a comment |category: |Views: 132

tags: another

Using a Windows Service just to run a scheduled process is Wrong!(weblogs.asp.net)

submitted by HoolieManHoolieMan(1715) 4 years ago

A classic post by Jon Galloway: A Windows Service is the wrong solution to scheduling one-off custom processes. The right solution for scheduling simple processes is the Windows Task Scheduler. read more...

1 comment |category: |Views: 113

tags: another

Implementing Generic Caching(objectreference.net)

submitted by Vort3XVort3X(1335) 4 years ago

I develop for a large, high-availability website, with hundreds of thousands of daily users. As such, we need to cache a lot of data in our web-server memory (which is cheap) to save numerous hits to our main database cluster (which is very expensive). I would imagine the desire to improve performance by saving on database hits is common across many web applications – and caching frequently used data is often seen as one of the best ways to solve this problem. read more...

6 comments |category: |Views: 232

tags: another

Empty try blocks(blog.somecreativity.com)

submitted by dnksiddnksid(355) 4 years, 1 month ago

The article explains why you might see functions that do nothing in the "try" block. read more...

1 comment |category: |Views: 26

tags: another

Steve Sanderson’s blog » Blog Archive » Improve scalability in ASP.NET(blog.codeville.net)

submitted by alleyalley(2840) 4 years, 1 month ago

Asynchronous controllers read more...

1 comment |category: |Views: 11

tags: another

The importance of System. Environment.NewLine(ablog.apress.com)

submitted by happerhapper(145) 4 years, 1 month ago

When using \r\n can screw you! read more...

1 comment |category: |Views: 89

tags: another

Common console commands for the typical ASP.NET developer(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 2 months ago

Common commands to manage your ASP.NET websites. read more...

1 comment |category: |Views: 4

tags: another

ShortGuid - A shorter and url friendly GUID class in C#(singular.co.nz)

submitted by LordLord(3737) 4 years, 3 months ago

Extending Mads Kristensens "shorter and URL friendly GUID" read more...

add a comment |category: |Views: 233

tags: another

Why throw; is not allways the best way to rethrow exceptions(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 4 years, 5 months ago

This blog post explains why the standard throw; approach of rethrowing exceptions is not the best in case you care of the full stack trace information read more...

8 comments |category: |Views: 86

tags: another

Using Subversion to access CodePlex projects(nyveldt.com)

submitted by razorantrazorant(530) 4 years, 6 months ago

A guide to using Subversion and the SvnBridge to access CodePlex projects and Team Foundation Server read more...

add a comment |category: |Views: 17

tags: another

VisualSVN Server(weblogs.asp.net)

submitted by bradygasterbradygaster(4897) 4 years, 6 months ago

The guys that already made VisualSVN, a plugin that integrates into Visual Studio and provides a way to manage your source code changes into Subversion, just realized VisualSVN Server. read more...

7 comments |category: |Views: 89

tags: another

Announcing Microsoft Search Server 2008 Express(microsoft.com)

submitted by johnmanjohnman(1280) 4 years, 6 months ago

Ever wanted to index your intranet, external sites, documents etc but didn't know how.....well there are various alternatives (.net flavours of lucene), solr, nutch but now Microsoft have just announced they are releasing an Express edition of their search server with no document limits. Sounds good and worth a look. Original blog post here: http://blogs.msdn.com/enterprisesearch/archive/2007/11/06/announcing-microsoft-search-server-2008-express.aspx John read more...

2 comments |category: |Views: 5

tags: another