|
|
Latest popular stories
|
|
published 2 hours, 39 minutes ago, submitted by
justin_etheredge
8 hours, 49 minutes 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: 47
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 hours, 24 minutes ago, submitted by
colinjack
11 hours, 55 minutes ago
blog.jayfields.com — Discussion of NNPPs and how to tackle them. read more...
1 comment
|
category: Other | Views: 119
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 4 hours, 54 minutes ago, submitted by
gt1329a
14 hours, 4 minutes 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: 32
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 hours, 39 minutes ago, submitted by
wallym
8 hours, 33 minutes ago
aspnetpodcast.com — David and Wally talk about Windows Azure in general. read more...
add a comment
|
category: Azure | Views: 53
|
|
tags:
Azure | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 hours, 9 minutes ago, submitted by
beckelmw
10 hours, 9 minutes 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: 123
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 hours, 24 minutes ago, submitted by
maartenba
13 hours, 21 minutes 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: 96
|
|
tags:
Testing, Pex | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 hours, 39 minutes ago, submitted by
dwhittaker
13 hours, 44 minutes ago
dimecasts.net — Another episode in the series on becoming a ReSharper Samurai. In this episode we will focus on various ways to use ReSharper to navigate your code, we take a look at the following features.
1. Navigate to file/type/member
2. Go to definition/declaration
3. Show list of implementers
4. Find usages within code
5. Quick Scrolling to methods/properties
6. Display parameter information
7. much, much more read more...
add a comment
|
category: Products | Views: 145
|
|
tags:
Dimecasts.net | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 23 hours, 39 minutes ago, submitted by
kim_major
2 days, 9 hours ago
blogs.microsoft.co.il — Reusable class that can be added to a Windows Service project to enable Install, Uninstall, Start and Stop functionality. read more...
1 comment
|
category: C# | Views: 304
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 2 hours ago, submitted by
johnsheehan
1 day, 9 hours ago
haacked.com — Recently I found myself in a situation where I wanted to format a string using a named format string, rather than a positional one. Ignore for the moment the issue on whether this is a good idea or not, just trust me that I’ll be responsible with it. read more...
add a comment
|
category: C# | Views: 195
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 8 hours ago, submitted by
dvogt
8 days ago
codeplex.com — Written in C# against MVC Beta and ASP.NET 3.5.1 the code currently recreates the account ‘component’ of the MVC example template with a simple SQL Repository. The ASP.NET Membership Provider is completely replaced with a component written against the Unifico Framework’s pattern. In this example several things are achieved:
* A Service Oriented Architecture (SOA) ready to be remoted through Windows Communication Foundation while using StructureMap to provide dependency injection from WCF.
* A repository based data source also protected with dependency injection that is exposed through in a pipes and filters manor. LINQ to SQL is used within a particular repository implementation, but is in no way exposed to the service.
* A Model View Controller (MVC) pattern is also used. The only objects returned from a service are models, and all controller activity is within the service itself. Virtual Paths are used to store the views within the component’s assembly.
* Utility methods have been developed to provide paging across the service interfaces while leaving the ‘control’ in the hands of the service. The paging methods support multiple filters and multiple sorts within any paging method for a general service.
* The framework supports unit testing, however unit tests need to be added specifically for the account service. A project has been setup to show where this is done.
* ‘Form’ Models are used for requests to a service to allow all validation for a request to occur within the service. The responsibility of form validation is retained within a service in this manor, and prevents outside code from creating models.
read more...
2 comments
|
category: Architecture | Views: 315
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 21 hours ago, submitted by
mosessaur
2 days, 4 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
|
category: AJAX | Views: 128
|
|
tags:
Encosia, mosesofegypt.net, mosessaur, AJAX, ASP.NETAJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days, 4 hours ago, submitted by
cwbrandsma
4 days, 6 hours ago
elegantcode.com — How do you treat Junior developers, what code do you give them, and do you let their presence change your architecture? read more...
4 comments
|
category: Community | Views: 474
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days, 7 hours ago, submitted by
ethilik
2 days, 23 hours ago
weblogs.asp.net — One of the greatest advantages of ASP.NET MVC is that it provides a "Close to the Metal" programming experience and you have full control over the HTML. It aslo means that you should care about the vulnerabilities regards with your HTML. In webform, server controls would be automatically HTML-encoded their outputs. While developing ASP.NET MVC apllications, you should filter your HTML to avoid XSS attacks. Use the following HTML helper methods to avoid vulnerabilities in your ASP.NET MVC applications. read more...
1 comment
|
category: MVC | Views: 256
|
|
tags:
MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days, 9 hours ago, submitted by
ethilik
4 days, 10 hours ago
blog.sb2.fr — Today a short list of My Personal Most Interesting .NET Questions to me asked on StackOverFlow I founded. read more...
add a comment
|
category: Tips & Tricks | Views: 605
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads by The Lounge
You are the editor:
What else?
|