Articles submitted by members via their Technical Blog feed. Want to have the blog entries from
your Technical Blog automatically posted as articles on CodeProject? It's
easy!
6041.
Mediator design pattern
The Mediator pattern is there to enable objects to communicate without knowing each other’s identities. It promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently.
(The Code Project Open License (CPOL))
Development Lifecycle »
Design and Architecture »
Design Patterns
|
Salmanzz
|
Updated: 20 Jul 2009
Rating: 3.43/5
(5 votes)
|
|
6042.
How to Create T-SQL CASE Statements With LINQ To SQL
I was recently asked to helpwith a LINQ To SQL query where the resulting T-SQL query was tohave CASE statements. Having CASE statements in T-SQL queries is acommon scenario but how do we it in LINQ To SQL? The solution is simple and straight-forward. As you will see below, using C#'s "Immed
(The Code Project Open License (CPOL))
Database »
SQL Reporting Services »
General
|
merlin981
|
Updated: 20 Jul 2009
Rating: 2.60/5
(2 votes)
|
|
6043.
How to Get a List of Files and Folders Without Directory.GetFiles Access Denied Error
I know the title is a bit long, but it descriptive of the problem. Recently I had need to retrieve a listing of files and folders given a root path. All worked well, until I tested on Vista and Windows 7 machines. When trying to browse the "Users" folder, I kept getting access denied errors and no
(The Code Project Open License (CPOL))
Desktop Development »
Files and Folders »
Configuration Files
|
merlin981
|
Updated: 20 Jul 2009
Rating: 3.75/5
(3 votes)
|
|
6044.
iPhone Tutorial – In-App Email
Sending an email from your iPhone application is something which you normally want to do it asynchronously. But unfortunately, prior to iPhone 3.0, the only way to send email was using mailto:// url format. i.e, [[UIApplication sharedApplication] openURL: @"mailto:john.appleseed@appl
(The Microsoft Public License (Ms-PL))
Mobile Development »
iPhone »
General
|
Mugunth Kumar, Singapore
|
Updated: 20 Jul 2009
Rating: 4.22/5
(7 votes)
|
|
6045.
Setting up XCode 3.0 with SVN
codeproject Everyone knows SVN (Subversions) is the best version control tool on the planet. XCode, though, might not be as great as eclipse or Visual Studio, it offers one of the best integration with open platforms than both eclipse and Visual Studio. Apple scripting and XCode makes XCode even
(The Microsoft Public License (Ms-PL))
Mobile Development »
iPhone »
General
|
Mugunth Kumar, Singapore
|
Updated: 19 Jul 2009
Rating: 4.38/5
(7 votes)
|
|
6046.
C# vs C/C++ Performance.
codeproject Well, this is my first post in this technology series. In fact, the title of this post, forced me to start of a technology focussed blog. Well said about all these, let’s now jump into the issue. There has been a lot of heated discussion on different forums, newsgroups, and var
(The Microsoft Public License (Ms-PL))
|
Mugunth Kumar, Singapore
|
Updated: 19 Jul 2009
Rating: 2.06/5
(9 votes)
|
|
6047.
Elements of Usability Design: OK/Cancel vs Cancel/OK – Is it just a matter of taste?
Elements of Usability Design: OK/Cancel vs Cancel/OK – Is it just a matter of taste?
(The Microsoft Public License (Ms-PL))
Graphics / Design »
Usability »
General
|
Mugunth Kumar, Singapore
|
Updated: 19 Jul 2009
Rating: 3.88/5
(5 votes)
|
|
6048.
Glimpse for Silverlight – Viewing Exceptions and Binding Errors
IntroductionAfter my previous blog post, “Troubleshoot Silverlight 3 Data Bindings” I got some feedback and while in Phoenix I upgraded the code and have decided to call this Glimpse.This initial release of Glimpse is a proof of concept project. As I spend more time working wit
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Karl Shifflett
|
Updated: 19 Jul 2009
Rating: 5.00/5
(1 vote)
|
|
|
6049.
|