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

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

Stories submitted by friends of Yura
2
kicks
submitted by mosessaur mosessaur 1 hour, 47 minutes ago

jankoatwarpspeed.com — Another simple tip when working with jQuery and ASP.NET Web Forms read more...

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

1
kicks
submitted by ccook 13 hours, 36 minutes ago

charlesrcook.com — I find recursive expression to be really useful. They are particularly handy when dealing with parent child relationships. As a demonstration, see a potential method for generating a site map below: read more...

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

10
kicks
published 6 hours, 48 minutes ago, submitted by shaharyr 1 day, 21 hours ago

dev102.com — Url Routing has become a very common these days. In fact, at least among the websites I visit, it has become more common than not routing urls. Url Routing is part of the ASP.Net framework, both MVC and WebForms, that lets you easily rewrite and map your urls to make them look nicer and be more serach engine friendly. read more...

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

2
kicks
submitted by ccook 3 days, 22 hours ago

blog.codeville.net — So you can use ASP.NET MVC’s model binding conventions to implement a list editor where the user can dynamically add and remove items. Great! But how can you let the user control the order of the items? For example, when editing a list of actors in movie, the user might want to move the most famous actor up to the top of the list. read more...

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

4
kicks
submitted by Jemm Jemm 4 days ago

weblogs.asp.net — "I had a WCF service where I wanted to be able to support over a hundred concurrent users, and while most of the service methods had small payloads which returned quickly, the startup sequence needed to pull down 200,000 records. The out of the box WCF service had no ability to support this scenario, but with some effort I was able to squeeze orders of magnitude performance increases out of the service and hit the performance goal." read more...

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

4
kicks
submitted by mosessaur mosessaur 4 days, 17 hours ago

jankoatwarpspeed.com — I read somewhere (really can't remember where) that 2008 was a year without a good quality content when it comes to web development and design. I disagree. There were a plenty of extraordinary articles, tutorials, freebies... you name it. In fact, there were so many of them that "best of" list would be too long. Instead of specific articles, I'll give you the best blogs that I enjoyed reading in 2008 and that I will definitively follow in in the future. read more...

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

16
kicks
published 4 days, 10 hours ago, submitted by mosessaur mosessaur 4 days, 18 hours ago

mosesofegypt.net — Back in September last year (2008), I posted a demo about Username Availability Validator Control. This control developed by the community on a contest initiated by Dave Ward on August 2008 as I remember. At that time the control was in beta. On October 2008 the control was released to public on its first version. And finally I wrote a a very simple documentation on the project Wiki. read more...

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

1
kicks
submitted by ccook 4 days, 18 hours ago

predicatet.blogspot.com — The new c# compiler allow us to write very clean and simplified property declaration, that avoid us to declare the private member and the get/ set accessors. here is the snippet (just do "prop TAB TAB" in visual studio 2008) Here is what to do when you need a default value for your property : Just use our good old attributes: read more...

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

4
kicks
submitted by samdnp 5 days, 17 hours ago

dotnetperls.com — If you have ever considered using SortedDictionary, be careful. It has worse algorithmic performance than Dictionary. Here we see examples and how bad it really is. read more...

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

1
kicks
submitted by ccook 6 days, 10 hours ago

charlesrcook.com — On ignoring embedded views within a class library when a view is within the Views folder. read more...

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

4
kicks
submitted by Lord 7 days, 3 hours ago

ayende.com — Ayende's NHibernate Profiler is in open beta now! read more...

Add a comment add a comment | category: | Views: 5
| tag it

1
kicks
submitted by ccook 8 days, 12 hours ago

charlesrcook.com — Unifico has a few paging helpers to make service methods easily paged from a client. Essentially the framework makes consuming a page request object as simple as calling .ToList() on an IQueryable source. The object, the PageRequest, has two collections, Filters and Sorts with several constructors to make instantiation easy. The collections are rather straight forward, providing filtering and sorting ability on a paging source. The uniqueness comes from the ability to request multiple filters and sorts together, along with a paging request. This request is then execute on the IQueryable source, so if DLINQ is used, results in exactly two database hits. A COUNT statement is executed to find out how many pages there are, and a single select statement providing the paged results. This is all done without exposing LINQ or IQueryable to the service's client. read more...

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

2
kicks
submitted by simonech simonech 8 days, 19 hours ago

haacked.com — Phil lists his top 10 posts but also the posts he liked the most from other bloggers read more...

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

1
kicks
submitted by ccook 8 days, 19 hours ago

jtleigh.com — CopySourceAsHtml is an add-in for Microsoft Visual Studio 2008 that allows you to copy source code, syntax highlighting, and line numbers as HTML. CSAH uses Visual Studio's syntax highlighting and font and color settings automatically. If Visual Studio can highlight it, CSAH can copy it, and your source should look the same in your browser as it does in your editor. read more...

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

3
kicks
submitted by simonech simonech 9 days ago

erikwynne.blogspot.com — In Douglas Adams book The Hitchhiker's Guide to the Galaxy, he tells how a supercomputer named Deep Thought worked to calculate the answer to Life, the Universe, and Everything. After 7½ million years, the supercomputer came up with the answer: 42. Unfortunately, no one could understand the answer because they didn't know the question. Oslo is the same, and answer to a question nobody knows about. read more...

Add a comment add a comment | category: | Views: 16
| tag it

3
kicks
submitted by adminjew adminjew 10 days, 8 hours ago

ayende.com — This post is based on the transcript of a conversation between me and Luke Breuer, regarding the application of the Open Close Principle to the system architecture. The quoted sections are Luke's, and my own responses are shown underneath them. This is a different style from my usual posts, because this is a conversation, which was transcriptted and only slighted edited. I hope that this would help all those who wanted to know more about what I meant about using OPC at the architecture level and how to structure systems where you only ever add new things. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads by The Lounge