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!
6121.
SharpDevelop, NUnit, and Visual Studio Express
SharpDevelop, NUnit, and Visual Studio Express
(The Code Project Open License (CPOL))
Languages »
C# »
Applications
|
Jeremy Likness
|
Updated: 22 Jun 2009
Rating: 4.00/5
(1 vote)
|
|
6122.
Microsoft Tag – Linking real life with the digital world
Microsoft Tagcodeproject This links the real life with the digital world. These are small,Colorful barcodes which can beprinted or stuck or displayed anywhere.How does this work?Users need a Microsoft Tag Reader and mobile phone’s camera to capture a tag.Once the Tag is decoded and actio
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Arindam Sinha
|
Updated: 21 Jun 2009
Rating:
(0 votes for this Article)
|
|
6123.
MSBuild: Factorial!
Using MSBuild Targets as general-purpose functions, complete with parameters and return values.
(A Public Domain dedication)
|
Stephen Cleary
|
Updated: 20 Jun 2009
Rating: 4.00/5
(1 vote)
|
|
6124.
Detection of Half-Open (Dropped) TCP/IP Socket Connections
How to detect a dropped TCP/IP connection
(The Code Project Open License (CPOL))
General Programming »
Internet / Network »
Client/Server Development
|
Stephen Cleary
|
Updated: 20 Jun 2009
Rating: 4.75/5
(7 votes)
|
|
6125.
Asynchronous Callback Contexts
End-users do not expect components to raise events after they have been disposed. One major issue when designing asynchronous components is the difficulty of cancellation, particularly during object disposal.
(The Code Project Open License (CPOL))
General Programming »
Algorithms & Recipes »
General
|
Stephen Cleary
|
Updated: 20 Jun 2009
Rating:
(0 votes for this Article)
|
|
6126.
Threadsafe Events
When writing components in a multithreaded world, one question that commonly crops up is, "how do I make my events threadsafe?" The asker is usually concerned with threadsafe subscription and unsubscription, but threadsafe raising must also be taken into consideration.
(The Code Project Open License (CPOL))
General Programming »
Threads, Processes & IPC »
Multi-threading
|
Stephen Cleary
|
Updated: 20 Jun 2009
Rating: 4.85/5
(10 votes)
|
|
6127.
MSBuild: Filtering an ItemGroup based on a Property
I started playing with MSBuild this weekend. It's a little under-documented for my taste, but seems rather powerful. It has a strange combination of functional and procedural styles which make some simple tasks relatively complex.This is the first in what I hope will be a series of posts of soluti
(The Code Project Open License (CPOL))
Desktop Development »
Tabs & Property Pages »
Tabs and Property Pages
|
Stephen Cleary
|
Updated: 20 Jun 2009
Rating:
(0 votes for this Article)
|
|
6128.
Error Handling
(This post is part of the TCP/IP .NET Sockets FAQ)Generally speaking, one should expect any socket operation to have a possibility of failure. Even the immediate operations (see Socket Operations) may fail. A socket operation error is uniquely identified by its error code (MSDN: Windows Sockets Er
(The Code Project Open License (CPOL))
General Programming »
Exception Handling »
General
|
Stephen Cleary
|
Updated: 20 Jun 2009
Rating:
(0 votes for this Article)
|
|
6129.
Using Socket as a Server (Listening) Socket
(This post is part of the TCP/IP .NET Sockets FAQ)Normally, server sockets may accept multiple client connections. Specifically, a server socket listens on a known port. When an incoming connection arrives, the listening socket creates a new socket (the "child" socket) bound to a local port, and e
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Stephen Cleary
|
Updated: 20 Jun 200 |