|
|
bahadorn
bahadorn
 |
|
Stories kicked by bahadorn
|
|
submitted by
rstrahl
4 months, 20 days ago
west-wind.com — When building generic ASP.NET Server controls that also provide a sort of API service to other custom controls or page level code, it's often necessary to ensure that only a single instance of a control exists, and that only that single instance of this control or component can be accessed in the context of an ASP.NET request. Using HttpContext and it's Item collection makes it easy to create reusable, cacheable instances and ensure you're only running a Singleton instance of it. read more...
add a comment
|
category: ASP.NET | Views: 12
|
|
tags:
static, Singleton, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 29 days ago, submitted by
terrble
5 months, 1 day ago
codebetter.com — The baseline understanding required to effectively implement dependency injection read more...
add a comment
|
category: Patterns | Views: 271
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 6 months, 1 day ago, submitted by
bahadorn
6 months, 1 day ago
msdn2.microsoft.com — The first installment of a new MSDN Magazine column by Jeremy Miller. read more...
add a comment
|
category: Patterns | Views: 379
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 3 days ago, submitted by
DannyDouglass
6 months, 3 days ago
weblogs.asp.net — From ScottGu's weblog - "This morning we released the Preview 3 build of the ASP.NET MVC framework. I blogged details last month about an interim source release we did that included many of the changes with this Preview 3 release. Today's build includes some additional features not in last month's drop, some nice enhancements/refinements, as well as Visual Studio tool integration and documentation." read more...
1 comment
|
category: ASP.NET | Views: 244
|
|
tags:
ScottGu, ScottGuthrie, ASP.NET, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
6 months, 8 days ago
west-wind.com — Ran into an issue where IIS 7's integrated pipeline exhibits different behavior authenticating non ASPX extensions. Looks like IIS 7 only authenticates mainline files resulting in Context.User==null or Context.User.Identity.IsAuthenticated==false on all other extensions. For example hitting CustomHit.axd doesn't provide user credentials where an CustomHit.aspx does. read more...
add a comment
|
category: ASP.NET | Views: 8
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 10 days ago, submitted by
activa
6 months, 10 days ago
blog.activa.be — This is another one in the series "heck, I never thought of that"... Like most of these articles, if you already knew this trick, ignore me... read more...
2 comments
|
category: C# | Views: 507
|
|
tags:
Generics, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 10 days ago, submitted by
activa
6 months, 11 days ago
blog.activa.be — Introducing SharpTemplate.NET, a lightweight general-purpose template engine for .NET 2.0. It allows you to incorporate template parsing in your .NET applications. Perfect for code generators, reporting tools, mass-mailing applications, etc. read more...
add a comment
|
category: Open Source | Views: 296
|
|
tags:
CodePlex, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 12 days ago, submitted by
igoro
6 months, 12 days ago
igoro.com — Ever since I learned about LINQ, I keep discovering new ways to use it to improve my code. Every trick makes my code a little bit faster to write, and a little bit easier to read. This posting summarizes some of the tricks that I came across. I will show you how to use LINQ to: initialize an array, iterate over multiple arrays in a single loop, generate a random sequence, ... read more...
1 comment
|
category: C# | Views: 651
|
|
tags:
LINQ, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 15 days ago, submitted by
shaharyr
6 months, 15 days ago
dev102.com — I am currently working on a project with a pluggable application. Although, the code was functioning very well it always failed during the NUnit tests, always! read more...
1 comment
|
category: Architecture | Views: 119
|
|
tags:
Unit, Testing, Architecture, NUnit | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 16 days ago, submitted by
spavkov
6 months, 17 days ago
blogs.msdn.com — This stuff is easy. It's also really fun. You don't have to read academic papers to learn about, enjoy, and benefit from functional programming in C# 3.0. There are about half a dozen concepts you need to learn, each one easy. Concepts like just a new way to write a method (that has no name), or a new way to write a static method for a class. Then you put them all together, and the result is more than the sum of the parts. read more...
add a comment
|
category: Linq | Views: 285
|
|
tags:
functional, Programming, Architecture, LINQ, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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