|
|
ksh2dotnetkicks
Stories kicked by ksh2dotnetkicks
|
|
submitted by
ksh2dotnetkicks
24 days, 4 hours ago
hcoding.blogspot.com — This is a little DSL for sending emails in C#. I had a function with many arguments that I should have take care of them. And the code was ugly in C#; a function name with a long list of values after it. In F# it is very nicer since we can use argument names for assigning values to arguments by using option type... read more...
add a comment
|
category: C# | Views: 4
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 27 days, 17 hours ago, submitted by
ssmith
28 days, 7 hours ago
stevesmithblog.com — Having Codebehind files for Views in ASP.NET MVC tempts developers to use web forms style programming in MVC applications. Removing them from the default application templates and new File->ASP.NET MVC View templates will help developers fall into a "pit of success" by eliminating the temptation to put code into codebehind files that should really go into Controllers. read more...
add a comment
|
category: ASP.NET | Views: 326
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ksh2dotnetkicks
28 days, 17 hours ago
codeplex.com — This is library for functional-object-oriented-programming in C# 3.0 and a library of Extension Methods and data structures which I have used in my daily job. Some of these are like syntax extension macros and others are mostly handy tools... read more...
add a comment
|
category: C# | Views: 5
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 28 days, 11 hours ago, submitted by
samiq
28 days, 19 hours ago
bits.samiq.net — Chrome latest build was released under the Developer chain, an alternative release cycle which let you update to interim builds of Google's Internet Browser, for testing purposes. On this post you will find an early review of the update which truly is an improvement to the beta release, check it out and get yourself switched to the Dev chain. read more...
add a comment
|
category: Silverlight | Views: 315
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 17 days ago, submitted by
kpanghmc
1 month, 17 days ago
kevinwilliampang.com — Programmers all have their personal pet peeves. Whether it's scope creep, Hungarian notation, or smelly coworkers, there are certain nuisances that we must put up with in our line of work. The following is a list of the top 10 things that annoy programmers, compiled from the results of my recent question on StackOverflow along with some of my own experiences as a programmer: read more...
1 comment
|
category: Other | Views: 912
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
ksh2dotnetkicks
1 month, 18 days ago
hcoding.blogspot.com — Pattern matching works best with built in facilities in the language, yet this was fun to implement.
Basically a pattern matching statement(expression, computation) is of type Type1 => Type2 which means it get a value of type Type1 and returns a value of type Type2. We need a set of pairs of lambdas. Each pair consists of computations of type (Type1 => bool, Type1 => Type2). First item of this pair helps us to decide if we must execute the second part or not... read more...
add a comment
|
category: C# | Views: 8
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
aloker
1 month, 18 days ago
blog.andreloker.de — The article describes the side effects of making value type fields readonly. read more...
add a comment
|
category: C# | Views: 14
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 4 days ago, submitted by
tobinharris
2 months, 5 days ago
tobinharris.com — Hidden gems in this cool open source library. read more...
add a comment
|
category: C# | Views: 320
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 20 days ago, submitted by
terrble
3 months, 20 days ago
haacked.com — This shell extension adds a right click menu on any folder that will start WebDev.WebServer.exe (aka Cassini) pointing to that directory. read more...
add a comment
|
category: ASP.NET | Views: 119
|
|
tags:
Haacked, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 25 days ago, submitted by
razamit
3 months, 25 days ago
dev102.com — An easy to learn and implement example about WPF custom context menu creation read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ksh2dotnetkicks
3 months, 25 days ago
hcoding.blogspot.com — A new design pattern is being forged into new interesting technologies and this is a re-arrangement of it's concepts. This design pattern has four main steps in implementation; and it is for unifying or making constraint on boundaries of somthing (some context):
- Wrap it
- Formalize it
- Generalize it
- Simplify it read more...
1 comment
|
category: Patterns | Views: 10
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 29 days ago, submitted by
volume4
3 months, 29 days ago
dotnet.dzone.com — If you are a C# developer you're familiar with the using directive. It appears at the top of every one of your class files informing the compiler what namespaces should be looked at while compiling this code page so that you don't have to fully qualify every object. (This isn't the interesting bit) read more...
3 comments
|
category: C# | Views: 702
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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