RickDangerous

Stories kicked by RickDangerous

Essential jQuery Plugin Patterns(coding.smashingmagazine.com)

submitted by rcashrcash(4149) 7 months, 10 days ago

This article discusses the different jQuery plugin patterns. The author provides suggestions, examples, and expands upon the differnt methods you might use while creating your plugin. read more...

1 comment |category: |Views: 290

tags: another

MVVM for Tarded Folks Like Me (jmorrill.hjtcentral.com)

submitted by jdollahjdollah(345) 2 years, 7 months ago

MVVM for 'tards, not dummies. read more...

1 comment |category: |Views: 653

tags: another

WPF Toolkit DataGrid Part IV: TemplateColumns and Row Grouping(sweux.com)

submitted by smourasmoura(165) 2 years, 11 months ago

This post is part of the WPF Toolkit DataGrid series. In this part we will have a look into more advanced concepts. First we will see how we can use the DataGridTemplateColumn to imitate the behavior of a DataGridComboBoxColumn and to show a small chart representing the age deviation from average for each player. We will then have a look on how we can group rows on our DataGrid using two separate methodologies. read more...

add a comment |category: |Views: 537

tags: another

The best way to learn new API’s; TDD!(blog.goeran.no)

submitted by GOEranGOEran(380) 3 years ago

In this post I will tell you a story about how I used TDD (Test Driven Development) to learn new a new API, and how I successfully managed to accomplish my task before expected, and delivered 100% working code (no defects), even though I did something I’ve never done before – interested? I thought so ;) read more...

add a comment |category: |Views: 349

tags: another

Context Sensitive Help in WPF(peteohanlon.wordpress.com)

submitted by interferencesinterferences(385) 3 years ago

Demonstrates how to provide context sensitive help through attached properties - simple and clear :-) read more...

1 comment |category: |Views: 386

tags: another

Download M-V-VM Project Template/Toolkit(blogs.msdn.com)

submitted by frank12345frank12345(2809) 3 years ago

Download M-V-VM Project Template/Toolkit today!!!! read more...

add a comment |category: |Views: 377

tags: another

Introduction to Mixins For the C# Developer(codethinked.com)

submitted by dwhittakerdwhittaker(13.1k) 3 years ago

If you are a C# developer then you may keep hearing about all the cool kids from Smalltalk, Ruby, Python, Scala using these crazy things called mixins. read more...

add a comment |category: |Views: 413

tags: another

I Spose I’ll Just Say It: You Should Learn MVC(blog.wekeroad.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 1 month ago

I’m never shy about my opinion – why start now? I’ve been reading a lot of posts flying about on whether you should learn MVC, Summing up the differences so you can decide when to use it, I even found a post that offers a scorecard approach! I remember reading the latter post thinking to myself “how can you possibly put a number next to Testability? And why it is only 2 more points than “using a RAD designer”? Isn’t this missing the entire point? read more...

add a comment |category: |Views: 370

tags: another

ASP.NET MVC and the Managed Extensibility Framework (MEF)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 1 month ago

Microsoft’s Managed Extensibility Framework (MEF) is a .NET library (released on CodePlex) that enables greater re-use of application components. You can do this by dynamically composing your application based on a set of classes and methods that can be combined at runtime. Think of it like building an appliation that can host plugins, which in turn can also be composed of different plugins. Since examples say a thousand times more than text, let’s go ahead with a sample leveraging MEF in an ASP.NET MVC web application. read more...

1 comment |category: |Views: 1192

tags: another

jQuery Search box and Asp.net MVC(ericdotnet.wordpress.com)

submitted by ewschoneewschone(210) 3 years, 1 month ago

This is a simple tutorial on how to create a fancy search box, that has suggestions underneath the input box, and that also can do autocomplete. read more...

add a comment |category: |Views: 681

tags: another

5 Minute Tutorial on Managed Extensibility Framework (MEF)(milkcarton.com)

submitted by akcoderakcoder(830) 3 years, 1 month ago

A quick, to the point tutorial on exposing and consuming a plugin architecture created with MEF. read more...

add a comment |category: |Views: 3228

tags: another

Database driven Asp.Net JQuery Tree(clientsideasp.net)

submitted by anzeranzer(135) 3 years, 1 month ago

Asp.net implementation of the famous treeview from Bassistance.de read more...

add a comment |category: |Views: 112

tags: another

Walkthrough: full example of using MvcContrib grid w/jQuery datatable.(blogs.msdn.com)

submitted by just3wsjust3ws(560) 3 years, 1 month ago

How to create a grid layout in ASP.NET MVC using the MvcContrib extensions and jQuery. read more...

add a comment |category: |Views: 1935

tags: another

Creating SOLID Code: Dependency Inversion Principle(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 2 months ago

Taking a look at how to create SOLID Code: Creating SOLID Code: Dependency Inversion Principle (DIP). This is a last episode in a series where we will take a look at each of the parts the SOLID Princi read more...

2 comments |category: |Views: 410

tags: another

To Inject Or Not To Inject(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 2 months ago

The benefits of Dependency Injection are very hard to see when only dealing with very simple examples. I tried to come up with an example that is simple enough to fit in a blog post, but is able to show the benefits of using Dependency Injection. read more...

4 comments |category: |Views: 529

tags: another

Mix 09 Quick Video Link List(coolthingoftheday.blogspot.com)

submitted by malovicnmalovicn(1590) 3 years, 2 months ago

Mix 09 Quick Video Link List in a format allowing easy search & download read more...

add a comment |category: |Views: 318

tags: another