|
|
Reverie
Reverie
 |
|
Stories kicked by Reverie
|
|
published 17 days, 13 hours ago, submitted by
keithelder
17 days, 18 hours ago
keithelder.net — Struggling with an existing code base and want to tidy things up? This article gives some great tips on how to do this along with a real world example. The end result is much more readable code that is easier to maintain. read more...
add a comment
|
category: C# | Views: 699
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
kevinbabcock
20 days, 12 hours ago
west-wind.com — Ah thought I go back to basics today for a post. An operation I rely on a lot when I’m working with text is the ability to extract strings with delimiters from within another string. RegEx can be quite useful for many scenarios of finding matches and extracting text, but personally for the 10 times a year when I need to use RegEx expressions I tend to relearn most of the cryptic syntax each time. What should take me a couple minutes usually turns into a half an hour of experimenting with RegEx Buddy for me... read more...
add a comment
|
category: C# | Views: 13
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
shayfriedman
20 days, 14 hours ago
blogs.microsoft.co.il — This is the first post of my new series about the dynamic keyword. This part is an introduction to the new dynamic keyword that will become available on C# 4.0. read more...
add a comment
|
category: C# | Views: 3
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
daveschinkel
21 days, 6 hours ago
leedumond.com — Mnemonic devices are fun, aren't they? They're especially userful for remembering steps that are performed in a certain order -- like how to start a motorcycle, or how ASP.NET serves web pages.
I happen to be a certified Motorcycle Safety Instructor at Illinois State University. In our classes, we use the Motorcycle Safety Foundation curriculum, which contains all kinds of mnemonic devices to help student riders remember various motorcycle related procedures. read more...
add a comment
|
category: ASP.NET | Views: 6
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dhelper
22 days, 13 hours ago
codebetter.com — Simple code refactoring that can help your code to run 5 times faster read more...
add a comment
|
category: C# | Views: 23
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Rickasaurus
22 days, 19 hours ago
atalasoft.com — In this post I’ll be discussing simple process interactions via ShellExecute API Verbs. Using Verbs will allow you to perform simple tasks on specific file types without having to worry about building a complex communication layer to a specific application. read more...
add a comment
|
category: C# | Views: 5
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 22 days, 15 hours ago, submitted by
whoisvaibhav
24 days ago
blog.gadodia.net — Another take on what to consider when making a decision between Asp.Net WebForms or Asp.Net MVC. read more...
add a comment
|
category: ASP.NET | Views: 615
|
|
tags:
MVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 25 days, 9 hours ago, submitted by
dengar007
27 days, 20 hours ago
frickinsweet.com — As a web developer / someone who has a blog, I understand dealing with spam is one of the necessary evils of having a comments enabled on my site. Too often, SEO companies use unscrupulous tactics in the name of website optimization. What is the best way to prevent link spammers from overrunning your site? read more...
add a comment
|
category: Security | Views: 136
|
|
tags:
Community, Tips, Security, Web | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 28 days, 11 hours ago, submitted by
josephf
28 days, 18 hours ago
nearinfinity.com — I had a bet with a co-worker that C# would out perform F# for a simple counting exercise. This turned out to be quite a surprise for many reasons. In this blog post I will try to explain why. read more...
add a comment
|
category: C# | Views: 735
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 29 days, 16 hours ago, submitted by
gavinjoyce
29 days, 17 hours ago
groups.google.com — Lets come up with some much needed community guidelines for DNK. Please post your suggestions and comments below, I'll update the community guidelines page on the Google group once we have reached a consensus. read more...
26 comments
|
category: Community | Views: 97
|
|
tags:
DotNetKicks, Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
eazyd
30 days, 18 hours ago
atalasoft.com — This is a continuation of the earlier post on image processing with C# lambda expressions.
The previous blog describes a simple way to define image processing in terms of lambda expressions, and while efficient, it’s missing the ability to do commands that examine pixels outside of the source pixel in order to compute the destination pixel. The way around this is to provide more information to the lambda expression. read more...
add a comment
|
category: C# | Views: 13
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 30 days, 23 hours ago, submitted by
keyvan
1 month ago
codeclimber.net.nz — Simone Chiaretta writes about the recent announcement by Microsoft Evangelist, Jeff Sandquist, about Oxite which is an open source CMS built by Microsoft as a showcase and sample for ASP.NET MVC. read more...
add a comment
|
category: ASP.NET | Views: 664
|
|
tags:
MVC, Blog, Microsoft, OpenSource, Oxite | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 29 days, 18 hours ago, submitted by
Bognit
1 month ago
codersbarn.com — Read about the new, free CMS/Blog system released by Microsoft called "Oxite". It is built using the new ASP.NET MVC framework and is highly extensible, touting such features as Microformats and source control integration. read more...
add a comment
|
category: ASP.NET | Views: 374
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month ago, submitted by
jaltiere
1 month ago
jaltiere.com — This article talks about how to implement a red-black tree in C#. The implementation is generic, and it also implements IEnumerable<T>. read more...
add a comment
|
category: C# | Views: 508
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month ago, submitted by
bradygaster
1 month ago
monstersgotmy.net — The other day I was reading some friends code, and I saw that he used a DebuggerDisplay attribute. It allows you to create a custom view of your objects in the Visual studio debugger. This attribute is very straight forward, but very powerful in the amount of time it can save you when debugging your application. I'll show you a cookie cutter example, but you can use your imagination as to how to use this particular attribute. read more...
add a comment
|
category: Architecture | Views: 370
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads by The Lounge
|