skoon

Stories kicked by skoon

Episode 23: Phil Haack on the ASP.NET MVC Beta Release (part 1)(herdingcode.com)

submitted by simonechsimonech(10.1k) 3 years, 7 months ago

Phil haack interviewed about ASP.NET MVC Beta 1, answering questions like: will it make it this solar year? what's about components? And more... read more...

add a comment |category: |Views: 195

tags: another

Late Binding in C# using Dynamic Compilation(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 7 months ago

Steve goes through his approach to using reflection, making the code easier to read, making it easier to maintain, discusses the "middle-class multiple inheritance", and provides a zipped project of the AdapterCompiler. read more...

add a comment |category: |Views: 404

tags: another

Simple Introduction to Extensible Applications with the MEF(blogs.msdn.com)

submitted by glennenglennen(310) 3 years, 7 months ago

The head of the MEF team, Brad Abrams, finally made me understand what MEF is all about! read more...

add a comment |category: |Views: 16

tags: another

Custom jQuery Selector for ASP.NET WebForms(john-sheehan.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 7 months ago

My quest for a better way to select ASP.NET auto-generated IDs with jQuery. read more...

1 comment |category: |Views: 497

tags: another

You can also register your ASP.NET Web User Controls in Web.Config?(blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 7 months ago

In Tip#8 we saw how to create a Web User control, register a Web User Control and use the Web User control in your page. Note that VS added a @Register directive right at the top of the page on drag drop of the user control on to your page. But in future if you want to move the location of your User controls you will be forced to change the Register directive in multiple places depending on how many pages you have used the User Control. This could be a pain. This can be easily solved by moving the registration of the user control to your Web.config file with the following entry, so that any change in location can be updated only at one place. read more...

add a comment |category: |Views: 14

tags: another

Avoid this tricky conflict between ASP.NET AJAX and jQuery(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 7 months ago

One example of how ASP.NET AJAX can conflict with jQuery's plugins, due to its modification of some JavaScript base types, and how to fix the problem in this particular case. read more...

add a comment |category: |Views: 300

tags: another

Introduction to jQuery Article posted(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 7 months ago

I've posted Part 1 in a 2 part series on jQuery today. Part 1 covers the client side features of jQuery from the basics all the way through creating simple plugins and extending jQuery. This is a long article that discusses a host of the really useful features that jQuery brings to the table for client side Javascript development. Part 2 will then follow up with server side ASP.NET integration. read more...

1 comment |category: |Views: 340

tags: another

Herding Code #17:Matt Podwysocki on F# and Functional Programming(herdingcode.com)

submitted by skoonskoon(200) 3 years, 8 months ago

This week Matt Podwysocki puts the fun in functional programming with a deep dive into F#. We’ve heard plenty of high level discussions of F# and functional programming lately, so we tried to dig into the gory details as much as possible: * What is functional programming, and why should we care? * Types of applications that would and wouldn’t benefit from F# * How F# differs from C# 3.x and Javascript * How F# is being used (games, scripting, data analysis and scrubbing, etc.) * F# pattern matching * Using F# in your C# or VB based applications today * Getting started: F# Interactive, reading the F# source, books and resources * Interaction with DLR * Functional features we’d like to see in C# and VB * Spec# and Sing# read more...

add a comment |category: |Views: 12

tags: another

Herding Code Podcast: Episode 9 with Rob Conery(herdingcode.com)

submitted by jongallowayjongalloway(4380) 3 years, 10 months ago

The Herding Code crew (K. Scott Allen, Kevin Dente, Scott "LazyCoder" Koon, and Jon Galloway) catch up with Rob Conery on SubSonic 2.1, Where SubSonic fits in the Microsoft data access tools explosion, Why LINQ to SubSonic is so durn tricky, MVC Storefront - has it made Rob a TDD believer, and What else is Rob up to at Microsoft. read more...

1 comment |category: |Views: 128

tags: another

Episode 6: Silverlight - Fad or Fab?(herdingcode.com)

submitted by skoonskoon(200) 3 years, 11 months ago

Our fifth podcast deals with the sustainability of Silverlight. Is it the next ActiveX control, the next big framework, or something in between? read more...

1 comment |category: |Views: 11

tags: another

Alt.Net Podcast Episode 4: More Dependency Injectsion and IOC(altnetpodcast.com)

submitted by javeryjavery(5523) 3 years, 11 months ago

Part 2 of the discussion between Nate Kohari and Brad Wilson on DI and IOC read more...

1 comment |category: |Views: 100

tags: another

The criticism of the Entity Framework - not just around DDD(codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 11 months ago

Describing the historical context for the criticism for EF>. read more...

add a comment |category: |Views: 426

tags: another

Use jQuery and ASP.NET AJAX to build a client side Repeater(encosia.com)

submitted by datacomdatacom(165) 3 years, 11 months ago

An example of one way of using ASP.NET AJAX and jQuery to implement client-side Repeater functionality. Using this technique on one of my own sites, I realized an over 400% performance gain. read more...

add a comment |category: |Views: 406

tags: another

The ASP.NET MVC Information Portal(aspdotnetmvc.com)

submitted by simonechsimonech(10.1k) 3 years, 11 months ago

A content aggregator of everything related to ASP.NET MVC read more...

add a comment |category: |Views: 437

tags: another

Technology Round Table Podcast - "Hello World" Edition(weblogs.asp.net)

submitted by skoonskoon(200) 4 years ago

Looking for feedback for our new podcast. read more...

add a comment |category: |Views: 4

tags: another

This Is Why We Can't Have Nice Things, People(kohari.org)

submitted by nkoharinkohari(1310) 4 years, 1 month ago

A brief discussion of the Rob Conery TDD backlash, and what it says about open-source on .NET, and the community at large. read more...

3 comments |category: |Views: 14

tags: another