|
Top Articles
C# Guidebook Gets Good Reviews [2008-07-09] If you're looking for a book about the C# programming language, we may (or may not) have one to recommend. Reviews of Head First C# have indicated that there's a lot to love and a little to dislike.
Microsoft's IronRuby Integrates into Dot net and Silverlight [2008-06-05] Microsoft introduced IronRuby at the RailsConf in Portland, with integration into dot net and silverlight, this is a good thing, as showing off integration like this is important to keep dot net as part of any Web 2.0 lexicon.
Working With Gravatar Images [2008-04-11] Gravatar is a service that associates your e-mail addresses with a picture of you for use on blog comments, forums and bulletin boards. I've been a happy user for years.
ZoomInfo API - ASP.NET C# [2008-02-21] Over the last couple of days I have been digging into the ZoomInfo API (using C# - ASP.Net) to first of all better understand the API and secondly to leverage the data provided in order to use it for things like company profiling, competitors, and key contacts at a given company.
OpenID Implementation in C# & ASP.NET [2008-01-22] Over the weekend I began looking more deeply into OpenID than I have before.
IDataRecord Fields to Dictionary Extension Method [2007-12-20] I have never been a fan of directly passing IDataRecords, or IDataReaders for that matter, about the place to get simple field values out.
ECMAScript, The New C++? [2007-11-01] Everything but a call for a kitchen sink subroutine has been tossed into ECMAScript 4, leaving a couple of bloggers wondering why.
Responses to Microsoft Releasing .NET 3.5 Source [2007-10-04] So far the views from Dave, whurley, Matt and others have been negative to handle with caution.
Resolve & Shorten URLs in C# [2007-09-19] Recently I've needed a method that would look at some text and automatically discover all URLs and turn them into hyperlinks.
Yahoo SiteExplorer API with C# [2007-08-14] If you are interested in using Yahoo's SiteExplorer API and are coding in the ASP.NET environment using C# (web pages) then the following method might be of use to you.
Debug JavaScript in Visual Studio 2005 like C# [2007-06-28] I've been using Visual Studio 2005 for almost 2½ years since the beta 1 release.
From VB.NET to C# [2007-06-06] Coming from the Visual Basic world, I used to find many examples throughout the web written in VB and VB.NET.
Bind Countries from CultureInfo Class in C# [2007-05-29] Some people have asked me how BlogEngine.NET displays a dropdown list of countries when no source XML file is present.
See Who Calls any Method in C# [2007-05-16] In some situations it can be important to know which methods are calling other methods.
Compress & Decompress Strings in C# [2007-05-03] A couple of days ago, I had to store some very big strings in an XML file.
Nokia Eases the pain for C and Linux Developers [2007-04-05] For mobile application developers and those creating LBS apps this is huge!
Generate Unique Strings & Numbers in C# [2007-03-15] The System.Guid is used whenever we need to generate a unique key, but it is very long.
C# - Generic Plug-in Application [2007-02-26] At work, we are about to build a new internal tool for administration of different systems.
C# - Screen Scraping [2007-02-14] Some say that screen scraping is a lost art because it is no longer an advanced discipline.
C# Stock Quote Class [2007-01-31] A couple of months ago one of my readers asked me to build a stock quote class that would automatically update the quote.
Overload Operators the Right Way in C# [2007-01-18] It's a good rule of thumb to overload the equality operators on classes.
C#: Realtime Currency Exchange Class [2007-01-04] Soon, I'm facing a new project where the need for up-to-date currency exchanges is crucial.
Validating Strong Passwords in C# and ASP.NET [2006-12-14] It's always a good idea to have a password policy when creating new applications. A password policy can vary from project to project, but the important part is just to have one to begin with.
Retrieve Subdomain from a URL in C# [2006-11-30] I had to come up with a method that retrieved the subdomain from the current web request on an ASP.NET website.
Working with Weeks in C# (Not That Obvious) [2006-11-16] For some reason, Microsoft didn't add a Week property to the DateTime class. I never could figure out why.
|