eriksep

Stories kicked by eriksep

WPF Action Dispatch with Caliburn(codinginstinct.com)

submitted by LordLord(3737) 3 years, 3 months ago

I have been working with a WPF app on my spare time. I decided to use the WPF application framework called Caliburn. Caliburn is a lightweight framework that aids WPF and Silverlight development considerably. read more...

add a comment |category: |Views: 47

tags: another

Creating a WatiN DSL using MGrammar(codinginstinct.com)

submitted by erikseperiksep(90) 3 years, 6 months ago

Oslo MGrammar language example read more...

add a comment |category: |Views: 26

tags: another

ASP.NET MVC - View Model Inheritance(codinginstinct.com)

submitted by LordLord(3737) 3 years, 7 months ago

If you are new to MVC web development it can initially be tricky to figure out how to handle UI features that will be used by multiple views. In WebForms you would simply create a control that encapsulated this element's look and function. In order to handle the common view elements I organized the hard typed view models into an inheritance hierarchy. read more...

add a comment |category: |Views: 661

tags: another

Anders Hejlsberg: The future of programming languages(blog.jaoo.dk)

submitted by locrainlocrain(400) 3 years, 7 months ago

In this video Anders Hejlsberg takes a look at the future of programming languages and sees the trends; declarative, dynamic and concurrent. As the chief designer of the C# programming language and a key participant in the development of the .NET Framework Anders Hejlsberg has a lot to say about this development - not just as a wish but also as something that can be realized. read more...

add a comment |category: |Views: 408

tags: another

Coding Instinct: CodeSaga - The TFS & Subversion Storyteller(codinginstinct.com)

submitted by bradygasterbradygaster(4897) 3 years, 7 months ago

CodeSaga is a source code repository analyser, it makes viewing history logs fun and productive! Instant access to logs and diffs make it easy to keep track of what is happening in the repository. CodeSaga connects to any TFS or Subversion repository and scans it's history log. This enables fast viewing and filtering of logs and diffs because everything is stored in a local SQL server. The scanning process will also analyze line changes, this allows for interesting charts and stats. read more...

add a comment |category: |Views: 7

tags: another

Breadcrum menu using JQuery and ASP.NET MVC(codinginstinct.com)

submitted by LordLord(3737) 3 years, 7 months ago

"In the application I am working on I wanted to create something similar, a mix between a breadcrum and a menu. I wanted the menu "dropdown" to be filled with an ajax call, and I wanted the solution to be general enough to be easy to use in all parts of the application and dynamic so the breadcrum/dropdown can be populated with what ever." read more...

add a comment |category: |Views: 145

tags: another

Url Routing Fluent Interface(codinginstinct.com)

submitted by erikseperiksep(90) 3 years, 8 months ago

Nice API for defining Url routes in ASP.NET MVC read more...

add a comment |category: |Views: 289

tags: another

Coding Instinct: Content Management & Application Development(codinginstinct.com)

submitted by bradygasterbradygaster(4897) 3 years, 9 months ago

A short discussion about the perils of CMS systems and an introduction into how one particular CMS tool can solve some of the problems. read more...

add a comment |category: |Views: 11

tags: another

Argument Validation using Method Interception(codinginstinct.com)

submitted by erikseperiksep(90) 4 years ago

Design by contract using AOP techniques! read more...

add a comment |category: |Views: 14

tags: another