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

Kick Spy!, Kick Zeitgeist and Kick Widgets

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

Stories kicked by friends of FlySwat
67
kicks
published 19 days, 16 hours ago, submitted by simonech simonech 19 days, 18 hours ago

weblogs.asp.net — ScottGu talks about the upcoming Release Candidate of ASP.NET MVC V1 and the features it brings to the table read more...

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

19
kicks
published 20 days, 9 hours ago, submitted by dwhittaker 21 days, 2 hours ago

dimecasts.net — Leaning the various ways to use UpdateModel in Asp.Net MVC. Take a look at how to use UpdateModel, TryUpdateModel and how to use an IBindable interface in conjuction with the UpdateModel. At each point we will take about the various different features that are part of this process in order to provide you a solid understanding of the process. read more...

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

26
kicks
published 28 days, 10 hours ago, submitted by gavinjoyce gavinjoyce 28 days, 11 hours ago

groups.google.com — Lets come up with some much needed community guidelines for DNK. Please post your suggestions and comments below, I'll update the community guidelines page on the Google group once we have reached a consensus. read more...

Add a comment 26 comments | category: | Views: 97
tags: , | tag it

19
kicks
published 29 days, 11 hours ago, submitted by AdrianAisemberg AdrianAisemberg 29 days, 19 hours ago

sharpregion.com — The “Upcoming Stories” RSS in Dot-Net-Kicks is full of SPAM. Here’s a idea on how to avoid it: Use a .NET captcha: ask questions that are difficult to guess but easy to answer. Read and Kick. It will help us all. read more...

Add a comment 5 comments | category: | Views: 156
| tag it

15
kicks
published 1 month, 1 day ago, submitted by maartenba 1 month, 2 days ago

blog.maartenballiauw.be — Just noticed there's a new project on CodePlex related to the ASP.NET MVC framework: MVC XForms. MVC XForms is a simple UI framework for ASP.NET MVC based on the W3C XForms specification. It provides a set of form controls that allow updating of complex model objects. read more...

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

3
kicks
submitted by nsoonhui 1 month, 17 days ago

itscommonsensestupid.blogspot.com — Deploying ASP.NET MVC application on Windows XP is definitely not easy; there are a lot of settings that need to be tuned. Not only that the application must be changed as well. read more...

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

14
kicks
published 1 month, 21 days ago, submitted by talisharon10 1 month, 21 days ago

dev102.com — No comments appeared in the Visual Studio tooltip. On In this article, I am going to explain why it is so important to generate XML documentation file for each one of your .Net projects. read more...

Add a comment 2 comments | category: | Views: 323
tags: | tag it

16
kicks
published 1 month, 21 days ago, submitted by janko janko 1 month, 21 days ago

jankoatwarpspeed.com — Did you ever think about it? Someone types the message, clicks on send and gets the error message like "Something went wrong. Sorry...". Ok, what now? How TF can I send you a message? Read in this article. read more...

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

4
kicks
submitted by sirrocco sirrocco 1 month, 21 days ago

akcedo.com — An elegant solution for adding content indexing and search in a .Net application. read more...

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

17
kicks
published 1 month, 24 days ago, submitted by simonech simonech 1 month, 24 days ago

frickinsweet.com — Ryan plugs his Gravatar library into MVC in order to create a HTML view helper for building gravatar images. read more...

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

29
kicks
published 1 month, 24 days ago, submitted by johnsheehan johnsheehan 1 month, 25 days ago

davesbox.com — This change will affect the behavior of the String.StartsWith, String.EndsWith, String.IndexOf and String.LastIndexOf methods by changing them to perform an ordinal (byte-for-byte) comparison by default instead of a culture-sensitive comparison using CultureInfo.CurrentCulture. In addition, the default overloads of String.ToUpper, String.ToLower, Char.ToUpper and Char.ToLower will be changed to use CultureInfo.InvariantCulture instead of CultureInfo.CurrentCulture. read more...

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

36
kicks
published 1 month, 28 days ago, submitted by rstrahl rstrahl 1 month, 29 days ago

west-wind.com — With Microsoft's recent releases of the jQuery Intellisense file plus the hotfix released this week using jQuery in Visual Studio has become a lot easier and more convenient. Here is a little more detail on what you need and how it works. read more...

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

6
kicks
submitted by miketrash 2 months ago

lab49.com — Jason Dolinger a consultant for lab49 gives a great walkthrough on Model-View-ViewModel using WPF. He starts out doing things the traditional way and refactors the app to use ViewModels, Commands, and Unity. read more...

tags: | tag it

4
kicks
submitted by beckelmw 2 months, 3 days ago

beckelman.net — In my seemingly never ending quest to find the coolest jQuery plugins I came across the jQuery Context Menu Plugin by Cory S.N. LaViska. According to Cory's site, the plugin "features easy implementation, keyboard shortcuts, CSS styling, and control methods." I would say he definitely delivers on all four. One thing I wanted to be able to do though that I didn't find baked in was to call the menu with a left click instead of the plugin's standard right click so I could cater to the user who might not know about right clicking. This was easy enough to change though with just a few lines in the plugin to include an override to look for a left click. read more...

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

15
kicks
published 2 months, 3 days ago, submitted by sisch 2 months, 4 days ago

saftsack.fs.uni-bayreuth.de — A complete end-to-end C# 4.0 example with source code using IDynamicObject and MetaObject in order to generate a fully dynamic type using a Dictionary as storage. It also shows how a dynamic type can enter the static typed world and act just like a typed class - dynamically. :) read more...

Add a comment 2 comments | category: | Views: 573
tags: , , , , | tag it

2
kicks
submitted by RhythmAddict 2 months, 5 days ago

geekswithblogs.net — This short entry depicts an example of using .NET 3.0 extension methods to extend the String class and HTMLEncode(). This means you can HTMLEncode() by doing something like .ToString().HTMLEncode() read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads by The Lounge