Tags
Articles Tagged 'snippets'

Showing 11 to 19 of 19< 1 2 
ScottGu's Blog 8/26/2009
Over the next few months I’m going to be doing a series of posts that talk about some of the cool things coming with the VS 2010 and .NET 4 release.  VS 2010 and .NET 4 are the next major releases of our developer tools and framework.  Together th...
A couple of people have asked me now regarding a small feature on the CodePaste.net site. When you post a code snippet and you are signed in you can quickly edit most of the snippets properties by clicking on the edit icon next to each of the edit...
Rick Strahl 7/21/2009
I’ve recently put up my first MVC project online: CodePaste.NET , which is a public code pasting site that allows you to paste and link code from social network sites like Twitter and Facebook or chat and IM applications like Skype or Messenger . ...
Download framework here . All posts are here: Part I - Workers and ParallelWorkers Part II - Agents and control messages Part III - Default error management Part IV - Custom error management Part V - Timeout management Part VI - Hot swapping of co...
During our last deployment, we added the ability to insert code snippets into the discussion boards. This will display a window for you to post in your code and to preview with syntax highlighting. Technorati Tags: CodePlex Tips
I really advocate folks reading as much source as they can because you become a better writer by reading as much as writing. That's the whole point of the Weekly Source Code - reading code to be a better developer. Reading code in Open Source proj...
Mufaka 3/15/2009
The .NET Framework supplies you with 3 Timer objects in different namespaces. So how do you know which one to use?
Mufaka 3/14/2009
A simple way to calculate an age based on birthdate.
A nice feature some sites use to get around Timezone issues is to display how long ago an item was posted rather than an absolute time. Here is a simple method that will return a relative time given an occurence date.
Showing 11 to 19 of 19< 1 2