bittercoder

Stories kicked by bittercoder

Wafagy(hcoding.blogspot.com)

submitted by ksh2dotnetkicksksh2dotnetkicks(135) 3 years, 11 months ago

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: |Views: 10

tags: another

OAuth for Beginners(blog.bittercoder.com)

submitted by D_GuidiD_Guidi(280) 3 years, 11 months ago

For those unfamiliar with OAuth, here's a very short run-down... I'm skipping over some of the details but I think this should give you a taste for what it's all about - for a more well rounded introduction, check out this article on the OAuth.Net website. read more...

add a comment |category: |Views: 402

tags: another

Practical F# Parsing - Part 1, the Parse Buffer(devhawk.net)

submitted by bittercoderbittercoder(150) 4 years, 5 months ago

A great first article on practical parsing with F#, demonstrating how to deal with a parse buffer providing the source of characters to be tokenized. read more...

add a comment |category: |Views: 369

tags: another

TDD and Dependency Injection with ASP.NET MVC(haacked.com)

submitted by simonebsimoneb(5450) 4 years, 5 months ago

Great post from Phil Haack about unit testing, mocking, injecting dependencies using an IoC container with the new MS MVC framework (delayed to the next week). read more...

add a comment |category: |Views: 33

tags: another

MonoRail Quickly - Screencast(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 4 years, 5 months ago

Well it was bound to happen at some point. My first screencast. It's a quick walkthrough on how you can get a baseline MonoRail solution up and running. Yeah, I know. Everyone's talking about MS MVC these days, and I'm certainly just as excited about it as anyone else. But MonoRail is still a very nice MVC framework that can be fully leveraged now. read more...

add a comment |category: |Views: 17

tags: another

MVC Framework Delayed(squaredroot.com)

submitted by TroyMGTroyMG(2670) 4 years, 5 months ago

ScottGu has posted a comment on his blog stating that the MVC Framework has encountered an unexpected delay and will not be released today. From the sound of things we might see it on Monday. read more...

4 comments |category: |Views: 3

tags: another

Google Charts API: an ASP.NET 2.0 Server Control (pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 5 months ago

I decided to code up a small ASP.NET Server Control that uses the Google Chart API to put simple line graph charts on a page. This control exposes a subset of the Google Chart API to create Line Graph charts. read more...

1 comment |category: |Views: 200

tags: another

A Use for Extension Methods (codebetter.com)

submitted by LyhrLyhr(315) 4 years, 5 months ago

Recently over on the alt.net list there has been alot (read: way too much) talk about extension methods. The running consensus seems to be that extension methods are great for extending someone else's API but have no place in code that you control. read more...

add a comment |category: |Views: 9

tags: another

Sample + Notes on using the Parallel Extensions Library(blog.bluecog.co.nz)

submitted by traskjdtraskjd(3229) 4 years, 5 months ago

Recently Microsoft released the Parallel Extensions Library to aid developers in building solutions that leverage multi-core machines that are becoming the norm. This post provides a sample solution that highlights the benefits of running parallel code but also highlights some warnings about why this library is not a silver bullet. read more...

add a comment |category: |Views: 25

tags: another

LightSpeed Mats’ Challenge Sample Download(mindscape.co.nz)

submitted by AndrewPetersAndrewPeters(1170) 4 years, 9 months ago

A sample download illustrating how LightSpeed passes Mats Helanders ORM challenge. read more...

add a comment |category: |Views: 40

tags: another

LightSpeed 1.0 Released!(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 4 years, 9 months ago

LightSpeed is a new domain modeling framework that really empowers developers to work more efficiently. No code generation is needed, no mapping files - it all just works. Supports heaps of database engines, takes care of sql generation and a lot more. The focus of LightSpeed is to help developers work faster and more effectively. read more...

5 comments |category: |Views: 16

tags: another

Writing a DSL using nested lambda's in C# 3.0(blog.bittercoder.com)

submitted by bittercoderbittercoder(150) 4 years, 10 months ago

An example of creating a nested DSL using C# 3.0's Lambda's, allowing for tree-like declarations to be coded in a more natural fashion. read more...

2 comments |category: |Views: 918

tags: another

Windows Container tutorials(wiki.bittercoder.com)

submitted by bittercoderbittercoder(150) 4 years, 11 months ago

The castle projects gaining in popularity all the time (http://www.castleproject.org/) and now the Inversion of control container (collectively known as the MicroKernel & Windsor Container) is starting to get some attention. In that same vein here is a wiki which collates a series of tutorials on the Windsor container which introduce some of the key aspects of castles inversion of control container. Enjoy. read more...

2 comments |category: |Views: 77

tags: another