rhayman

Stories kicked by rhayman

Windows Live Writer: Out of Beta(windowslivewriter.spaces.live.com)

submitted by jburgerjburger(815) 4 years, 6 months ago

This great free product from Microsoft comes out.....of beta. read more...

3 comments |category: |Views: 0

tags: another

Wicked Code: Asynchronous Pages in ASP.NET 2.0(msdn.microsoft.com)

submitted by simonebsimoneb(5450) 4 years, 6 months ago

Comprehensive interesting article about going asynchronous with ASP.NET Web Forms from Jeff Prosise. read more...

3 comments |category: |Views: 32

tags: another

.netTiers Downloadable Documentation(sharplife.net)

submitted by sharplifesharplife(4570) 4 years, 6 months ago

Because all .netTiers documentation was an online Wiki, I saved all print version of this documentation pages into HTML and PDF version and now you can download a 3.7 MB compressed file! read more...

add a comment |category: |Views: 112

tags: another

Convert.ChangeType extension method(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 4 years, 6 months ago

A couple of nice C# 3.5 extension methods for Convert.ChangeType. read more...

add a comment |category: |Views: 40

tags: another

Visual Studio, References, And You(itwebmonkey.com)

submitted by davidsdavids(480) 4 years, 6 months ago

How to manage dll references for stable build and deployment. read more...

add a comment |category: |Views: 1

tags: another

Web IM / Presence has been released..it's prett cool.(soulsolutions.com.au)

submitted by BronwenZBronwenZ(230) 4 years, 6 months ago

Many of you may have alread seen Angus's blog and the introduction of a web IM/Presence control on the left side. For those who haven't...check it out :) So for anyone who uses Messenger and has thought to themself.."gee, it'd be really handy to be able to have a messenger control on my site so people can talk to me without having Messenger", your wishes have been granted. I'll be doing an article about setting this up in the next couple of days..so watch this space... If you want to have a play yourself here's the cutdown version of what to do: read more...

add a comment |category: |Views: 5

tags: another

Three Ways To Return Null If A Value Is A Certain Value(dotnetsamplechapters.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 6 months ago

Described are three ways to return null if a value is a certain value read more...

2 comments |category: |Views: 7

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

Exception Handling Techniques in C# 2.0(aspalliance.com)

submitted by udaydenduluriudaydenduluri(300) 4 years, 6 months ago

Believe me handling exception is one of the toughest things to do for a programmer. It taking your wife for shopping to a very expensive place and allowing her to choose what she wants to buy. :-) Exception handling techniques explained in a best possible way. read more...

4 comments |category: |Views: 34

tags: another

Preventing Caching of an ASP.net page in c# (geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 6 months ago

The following code prevents a page being cached. read more...

add a comment |category: |Views: 7

tags: another

Getting the Virtual Path of a Request in c# (geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 6 months ago

This simple bit of code will get you the Virtual Path of your current request. read more...

add a comment |category: |Views: 58

tags: another

Fixing Form Action on UrlRewrite (geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 6 months ago

IF you're rewriting URL's, you've probably come across the same problem I had. read more...

add a comment |category: |Views: 9

tags: another

Refactoring: Replacing Enums with the Strategy Pattern(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 6 months ago

Here's a simple way to remove all of those ugly switch statements and enums and to buy yourself a little more flexibility and testability as an added bonus! read more...

2 comments |category: |Views: 183

tags: another

Triple DES encryption wrapper (geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 7 months ago

Here is a handy wrapper for Triple DES encryption. Uses MemoryStream, not FileStream like most other examples read more...

add a comment |category: |Views: 27

tags: another

Code snippet for 'protected void MethodName(object sender, EventArgs e(geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 7 months ago

When adding a method to handle server events (such as OnClick) I often found myself copying the Page_Load method and changing the name. I looked for a snippet which would create this method for me but had no luck, so I wrote one. read more...

add a comment |category: |Views: 4

tags: another

How to get more than 3GB in Windows Vista 32-bit (geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 8 months ago

Out if the box, Vista (32-bit) only detects a maximum of 3GB of RAM. You're probably gutted if you just bought a 4GB PC. All is not lost... read more...

1 comment |category: |Views: 6

tags: another