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

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

Stories kicked by friends of amrelgarhy
3
kicks
submitted by mosessaur mosessaur 16 hours, 15 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: 13
tags: | tag it

5
kicks
submitted by maartenba 18 hours, 39 minutes ago

blog.maartenballiauw.be — Abstract: "This screencast explains how to use jQuery and the ASP.NET MVC framework to quickly add a username availability checker to a user registration page." read more...

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

5
kicks
submitted by beckelmw 1 day, 11 hours ago

blogs.iis.net — It is a while that I wrote something as crazy as this one is. This is basically a windows service running in your web server which would tweet often about the heart beat of the web server and posts its status messages. For example, v1.0 of this application will tweet the below (you can configure the time interval on the config file): -Total number of requests executing per application pool -Each Application pool Private bytes, and Virtual bytes memory usage -Server’s available Physical memory, and Virtual memory -Momentary Ping to a configured URL (example – http://localhost) (it will tweet only if it fails – for the moment I’m just checking if the HttpWebResponse.StatusCode != HttpStatusCode.OK. If time permits, I’ll try to add more granular control for the error codes) -If a request takes more than specified time limit to get served read more...

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

24
kicks
published 1 day, 12 hours ago, submitted by justin_etheredge justin_etheredge 1 day, 13 hours ago

codethinked.com — ASP.NET MVC is a powerful and simple framework, but there are a few things that ASP.NET developers will need to pay careful attention to when moving to MVC. This post discusses the automatic binding abilities in ASP.NET MVC and why you need to think before you bind. read more...

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

2
kicks
submitted by eibrahim eibrahim 1 day, 23 hours ago

emadibrahim.com — A simple and effective UI for managing Amazon SimpleDb databases. read more...

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

2
kicks
submitted by percent20 2 days, 6 hours ago

beginnermediate.com — The simplest way to do ajax with asp.net mvc using your more "standard" way of doing ajax with jQuery. read more...

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

24
kicks
published 1 day, 23 hours ago, submitted by birdchest birdchest 2 days, 10 hours ago

monstersgotmy.net — I started thinking more about what Pex does, it generates tests for your code. It also generates meaningful values for your methods to get the most code coverage. So could Pex be used to generate a password for software, or find holes in lincese key generators? read more...

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

10
kicks
published 21 hours, 16 minutes ago, submitted by shaharyr 2 days, 12 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: 141
tags: , | tag it

2
kicks
submitted by schalkvanwyk 2 days, 21 hours ago

msdn.microsoft.com — This article describes best practices for developing workflows for Microsoft Office SharePoint Server 2007 by using Microsoft Visual Studio read more...

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

11
kicks
published 2 days, 10 hours ago, submitted by scottcate 3 days ago

vstricks.com — Block Select, copy, cut, paste. Video is 90 seconds read more...

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

17
kicks
published 2 days, 19 hours ago, submitted by justinbezanson justinbezanson 3 days, 12 hours ago

geekdaily.net — We’ll be continuing on with our fictional city council that has commissioned us to develop an application that lets them manage their yearly dog registrations. Since the application is all about managing dogs and their owners it makes sense to have a DogFactory class that will create the different breeds of dogs that will be stored in the application. read more...

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

18
kicks
published 3 days, 6 hours ago, submitted by justin_etheredge justin_etheredge 3 days, 12 hours ago

codethinked.com — A look at the different forms of Activator.CreateInstance and the performance implications of each. read more...

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

32
kicks
published 3 days, 10 hours ago, submitted by beckelmw 3 days, 13 hours ago

beckelman.net — Are you tired of going to DotNetKicks and finding the same stories on the front page for days in a row? Trust me, there is some great content out there that never makes the front page. You just have to look a little deeper. When you do, you can help put some of that great new content in front of the masses. Even if you don’t submit stories yourself, you can still help out by giving the initial votes that push a story to the front page. read more...

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

17
kicks
published 3 days, 13 hours ago, submitted by maartenba 3 days, 16 hours ago

blog.maartenballiauw.be — Earlier this week, Katrien posted an update on the list of Belgian TechDays 2009 speakers. This post featured a summary on all sessions, of which one was titled “Pex – Automated White Box Testing for .NET”. Here’s the abstract: “Pex is an automated white box testing tool for .NET. Pex systematically tries to cover every reachable branch in a program by monitoring execution traces, and using a constraint solver to produce new test cases with different behavior. Pex can be applied to any existing .NET assembly without any pre-existing test suite. Pex will try to find counterexamples for all assertion statements in the code. Pex can be guided by hand-written parameterized unit tests, which are API usage scenarios with assertions. The result of the analysis is a test suite which can be persisted as unit tests in source code. The generated unit tests integrate with Visual Studio Team Test as well as other test frameworks. By construction, Pex produces small unit test suites with high code and assertion coverage, and reported failures always come with a test case that reproduces the issue. At Microsoft, this technique has proven highly effective in testing even an extremely well-tested component.” After reading the second sentence in this abstract, I was thinking: “SWEET! Let’s try!”. So here goes… read more...

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

10
kicks
published 3 days, 8 hours ago, submitted by gt1329a gt1329a 3 days, 17 hours ago

encosia.com — An examination of why it's difficult to work with JavaScript based advertising during ASP.NET AJAX partial postbacks, and my suggested solution to solving that problem. Additionally, if you click within the next 15 minutes, a bonus deferred ad loading technique is included at no extra charge. Operators are standing by to take your HTTP request! read more...

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

5
kicks
submitted by sharplife sharplife 3 days, 18 hours ago

nayyeri.net — Keyvan Nayyeri has released a new version of his open source Graffiti Extras. In this post he has described new features and tweaks of this release. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads by The Lounge