|
|
amrelgarhy
amrelgarhy
 |
|
Stories kicked by friends of amrelgarhy
|
|
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
|
category: MVC | Views: 10
|
|
tags:
MVC, jQuery, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 12 hours ago, submitted by
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
|
category: ASP.NET | Views: 233
|
|
tags:
CodeThinked, MVC, ASP.NET, asp.netmvc | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
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
|
category: AJAX | Views: 12
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 23 hours ago, submitted by
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
|
category: C# | Views: 365
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 141
|
|
tags:
MVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Other | Views: 3
|
|
tags:
WF, SharePoint | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days, 19 hours ago, submitted by
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
|
category: Architecture | Views: 473
|
|
tags:
Patterns, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 6 hours ago, submitted by
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
|
category: C# | Views: 270
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Community | Views: 230
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Unit Testing | Views: 201
|
|
tags:
Pex, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 8 hours ago, submitted by
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
|
category: AJAX | Views: 81
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads by The Lounge
|