DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

joycsc Subscribe to this feed
joycsc
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by friends of joycsc
16
kicks
published 9 days, 18 hours ago, submitted by sonukapoor 10 days, 4 hours ago

dotnetslackers.com — Planning to move to the Azure Cloud, but already tied to the Membership API? This article guides you to build a complete Membership provider library which can be leveraged by existing application to link to Microsoft’s cloud platform Windows Azure with no friction. read more...

Add a comment 1 comment | category: | Views: 124
tags: , | tag it

19
kicks
published 1 month, 2 days ago, submitted by Lord 1 month, 6 days ago

blog.codeville.net — Unfortunately, the [OutputCache] filter that ships with ASP.NET MVC is merely a thin wrapper around ASP.NET output caching. The MVC team have explained that they’re aware of the issues, but it’s very difficult to make ASP.NET output caching fit into MVC’s design, and they are focusing on other things first. We can quite easily create a new caching filter that captures actions’ output and uses ASP.NET’s data caching facility to store it for next time. This filter will fit properly into the MVC pipeline, not strangely bypassing authorization or other earlier filters (it will run at the right time in whatever ordered set of filters you’ve using). read more...

Add a comment add a comment | category: | Views: 136
tags: | tag it

5
kicks
submitted by rharik 1 month, 6 days ago

lostechies.com — Building a hierarchy of objects doesn’t happen that often in code, but when it does, it can get pretty ugly. Most of the time, the hierarchy will come out of the database. Recently, we had a hierarchy that needed to be built straight in code. We had something like this going on: read more...

Add a comment add a comment | category: | Views: 12
tags: | tag it

14
kicks
published 1 month, 6 days ago, submitted by traskjd 1 month, 6 days ago

mindscape.co.nz — LightSpeed 2.1, the performance minded object relational mapping framework, is fresh from the oven with new features like database independent full text search capabilities using Lucene.Net, Visual Studio integrated designer enhancements and a bundle of other new features. read more...

Add a comment add a comment | category: | Views: 267
tags: , | tag it

54
kicks
published 1 month, 6 days ago, submitted by phatboyslim 1 month, 6 days ago

microsoft.com — Hot on the heels of Silverlight, MVC is out of preview and into Beta today. read more...

Add a comment 3 comments | category: | Views: 458
tags: , | tag it

23
kicks
published 1 month, 2 days ago, submitted by desmond 1 month, 7 days ago

blog.codeville.net — As great as ASP.NET MVC is, it doesn't have such an easy way to set up reusable controls or "widgets". Steven Sanderson explains a technique similar to MVC Contrib's "subcontrollers", but much simpler. read more...

Add a comment add a comment | category: | Views: 218
tags: | tag it

24
kicks
published 1 month, 15 days ago, submitted by oazabir 1 month, 16 days ago

msmvps.com — You can setup continuous integration and automated deployment for your web application using CruiseControl.NET, Subversion, MSBuild and Robocopy. I will show you how you can automatically build the entire solution, email build report to developers and QA, deploy latest code in IIS all using CruiseControl.NET every N minutes. read more...

Add a comment 4 comments | category: | Views: 297
tags: | tag it

32
kicks
published 1 month, 16 days ago, submitted by oazabir 1 month, 18 days ago

msmvps.com — A list of steps that I always take while creating ASP.NET websites in IIS 6. It ensures better performance maintainability, and scalability of your application. read more...

Add a comment 3 comments | category: | Views: 446
tags: , | tag it

21
kicks
published 1 month, 19 days ago, submitted by schalkvanwyk 1 month, 20 days ago

codebetter.com — Today we launched an exciting project on CodePlex, namely the Common Service Locator library. What is it? It's a shared interface that applications and frameworks can reference in order to leverage IoC containers / service location mechanisms without taking hard dependencies. read more...

Add a comment 1 comment | category: | Views: 186
tags: | tag it

38
kicks
published 1 month, 22 days ago, submitted by scottcreynolds 1 month, 22 days ago

codebetter.com — read and learn read more...

Add a comment add a comment | category: | Views: 386
tags: | tag it

3
kicks
submitted by mkennedy66996693 1 month, 23 days ago

michaelckennedy.net — If you've been working with Windows Workflow, you'll find it has some cool features for orchestration, long running operations, state machines, etc. However you won't find very much support for Test Driven Development (TDD) or unit testing in general. In fact the architecture that makes Windows Workflow powerful (strict separation of workflow, activities, and the host for example) really gets in the way of unit test. read more...

tags: | tag it

24
kicks
published 1 month, 16 days ago, submitted by johnsheehan johnsheehan 1 month, 23 days ago

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

Add a comment 1 comment | category: | Views: 443
tags: , | tag it

32
kicks
published 2 months, 24 days ago, submitted by maartenba 2 months, 24 days ago

blog.maartenballiauw.be — In earlier ASP.NET MVC previews, form validation was something that should be implemented "by hand". Since the new ASP.NET MVC preview 5, form validation has become more handy. Let me show you how you can add validation in such a ridiculously easy manner. read more...

Add a comment 1 comment | category: | Views: 328
tags: , , | tag it

19
kicks
published 2 months, 24 days ago, submitted by maartenba 2 months, 24 days ago

blog.maartenballiauw.be — If you have been using the ASP.NET MVC framework, you possibly have been searching for something like the classic ASP.NET sitemap. After you've played with it, you even found it useful! But not really flexible and easy to map to routes and controllers. In this post, Maarten describes how to build a custom sitemap provider which uses ASP.NET MVC route data and AuthorizeAttribute to render MCS sitemap data with security trimming enabled! read more...

Add a comment add a comment | category: | Views: 197
tags: , , , , | tag it

23
kicks
published 2 months, 23 days ago, submitted by faisal 2 months, 24 days ago

dotnetslackers.com — It’s been quite a while since Microsoft has introduced the Beta 2 release of Silverlight. There are plenty of Silverlight enthusiasts who are passionate about this cross-platform browser application programming. They’ve already given us some useful and eye catching applications. Some applications have given us the feel that this is the future of web programming. I’m a great follower of WPF. In fact I’ve always been and will be. Silverlight has many things in common with WPF but also many different things missing, being a subset of WPF. For the last couple of days I was thinking about creating some eye-catching, innovative user interface but something common, something people have already seen. The idea was converting an existing user interface which was written using another platform, and of course using WPF. read more...

Add a comment add a comment | category: | Views: 390
tags: | tag it

22
kicks
published 2 months, 29 days ago, submitted by raffaeu 2 months, 29 days ago

ayende.com — Directly from the blog of Ayende, NHibernate 2.0 is out!! read more...

Add a comment add a comment | category: | Views: 402
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge