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

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

Stories submitted by friends of korayem
2
kicks
submitted by mosessaur mosessaur 3 hours, 24 minutes ago

haacked.com — Using JQuery Form Validation and Ajax Submission with ASP.NET read more...

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

21
kicks
published 4 days, 7 hours ago, submitted by mosessaur mosessaur 5 days, 1 hour ago

mosesofegypt.net — Tips & Tricks when working with jQuery and ASP.NET AJAX: I posted about how to build and extender control using ASP.NET AJAX with jQuery. During my work I fall into few issues that I resolved and wished to share them with you read more...

Add a comment 6 comments | category: | Views: 401
tags: , , , , | tag it

18
kicks
published 14 days, 23 hours ago, submitted by mosessaur mosessaur 17 days, 18 hours ago

mosesofegypt.net — Sorted Edition of PagedList read more...

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

13
kicks
published 23 days ago, submitted by AmrElsehemy AmrElsehemy 23 days, 3 hours ago

amrelsehemy.net — Now using beta 1, add a theme support, built a new viewengine to support themes pathes, added archive view read more...

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

18
kicks
published 17 days, 20 hours ago, submitted by oazabir 23 days, 6 hours ago

msmvps.com — In order to delete an entity or a collection of entity in Linq to SQL, you have to first get them and then delete them. This requires additional database roundtrip. Here's a strongly typed maintenance free way to delete entities directly using their primary key. read more...

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

5
kicks
submitted by oazabir 25 days, 6 hours ago

msmvps.com — Introducing automated unit testing in the middle of your product development is hard, especially when you have a live product without thousands of features and being sold to customers. It's incredibly hard to take some break in development and invest the time in building automated unit test where everyone is so forced to build new features only. This article tells you about some ways to convince Developers and then senior Management to take the time to write automated unit tests for a better future. read more...

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

17
kicks
published 21 days, 1 hour ago, submitted by oazabir 25 days, 17 hours ago

msmvps.com — If you are using Linq to SQL, instead of writing regular Linq Queries, you should be using Compiled Queries. if you are building an ASP.NET web application that’s going to get thousands of hits per hour, the execution overhead of Linq queries is going to consume too much CPU and make your site slow. There’s a runtime cost associated with each and every Linq Query you write. read more...

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

14
kicks
published 24 days, 8 hours ago, submitted by mosessaur mosessaur 25 days, 18 hours ago

mosesofegypt.net — In the previous part I talked about how to build the client control. In this part I'll show how to put it all together to build an ASP.NET AJAX Enabled Server Control read more...

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

3
kicks
submitted by oazabir 25 days, 22 hours ago

weblogs.asp.net — Automating unit test for AJAX websites is hard, especially when you already have a product live or sold at customer. The initial investment is just way too high to see past it and realize the benefits of automated unit test. This article is tells you how to sell automated unit test to your engineering lead and then sell it to management in order to reduce manual QA load and deliver new features faster. read more...

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

5
kicks
submitted by mosessaur mosessaur 26 days, 3 hours ago

mosesofegypt.net — Building jQuery and ASP.Net AJAX Enabled Controls, The jQueryCollapsiblePanelExtender Part 1 Client Control read more...

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

4
kicks
submitted by mosessaur mosessaur 30 days, 19 hours ago

msdn.microsoft.com — Author Bertrand Le Roy This article is based on prerelease versions of ASP.NET. All information herein is subject to change. AJAX is an exciting Web platform for many reasons. Using AJAX, many tasks that were traditionally performed on the server happen in the browser instead, resulting in fewer round-trips to the server, lower bandwidth consumption, and faster, more responsive Web UIs. While these outcomes are the result of offloading a good deal of work to the client, the browser still isn't the environment of choice for many developers who would rather have the full power and flexibility of server apps at their disposal. read more...

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

25
kicks
published 30 days, 8 hours ago, submitted by mosessaur mosessaur 30 days, 21 hours ago

jankoatwarpspeed.com — Handycons is a free, hand drawn social media icon set that contains 12 icons. Package contains icons for del.icio.us, Digg, Mixx, DesignBump, StumbleUpon, Reddit, Developer Zone, DesignFloat, Technorati, Twitter and RSS feed and Email icon, of course. All icons are available in four sizes: 16x16, 24x24, 32x32 and 48x48 pixels read more...

Add a comment 1 comment | category: | Views: 527
| tag it

3
kicks
submitted by mosessaur mosessaur 30 days, 22 hours ago

digital-web.com — Applying table-related display property values to web page elements causes the elements to mimic the display characteristics of their HTML table equivalents. In this article, Rachel Andrew demonstrate how this will have a huge impact on the way we use CSS for web page layouts. read more...

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

4
kicks
submitted by oazabir 1 month, 1 day ago

msmvps.com — One of my friends, who runs his own offshore development shop, was having nightmare situation with one of his customers. He's way overdue on a release, the customer is screaming everyday, he's paying his team from his own pocket, customer is sending an ever increasing list of changes and so on. Here's how we discussed some ideas to get out of such a situation and make sure it does not repeat in future read more...

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

2
kicks
submitted by mosessaur mosessaur 1 month, 2 days ago

omarbesiso.spaces.live.com — SQL 2008 FileStream, T-SQL, LINQ to SQL & WPF putting all together read more...

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

1
kicks
submitted by mosessaur mosessaur 1 month, 2 days ago

omarbesiso.spaces.live.com — The new features in SQL 2008 FileStream muse be one of my favorites. I decided to post a couple of posts on how to setup filestream on your database server and what settings you need to check for. All the examples here are run on Windows Vista SP1 and running under Administrator mode read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge