GDE for Web Tech
juri.dev
Follow me!
Home
Blog
Collections
Newsletter
AMA
About Me
Articles for "Csharp"
'object' does not contain a definition for 'errors'
ASP.net MVC Action Methods: Testing Against Anonymous Return Types
Programming ASP.net MVC4 by J. Chadwick, T. Snyder and H. Panda
Don't Create Your Own Mapper, Let AutoMapper Do The Job!
Output Caching in ASP.net MVC
Lessons Learned: Don't Expose EF Entities to the Client Directly
ASP.net MVC3: Doesn't Deserialize Nullable Properties from Json
Don't Fall into the IEnumerable<T> Trap
Writing IoC Supported Integration Tests using AutoFac
Use The "var" Keyword to Have More Maintainable Tests!?
Some Usability Thoughts for the Weekend...
The Similarity of C# and JavaScript Syntax
JavaScriptSerializer: Circular Reference was Detected While Serializing an Object of Type...
How often did you use the Yield keyword??
SmellyCode: A Classical Example of Non-Unittestable Code
Basta-On-Tour Wrap Up Day 2: EF Best Practices, JavaScript, MVC
Basta-On-Tour Wrap Up Day 1: Entity Framework
Is It More Readable??
A Test-Driven Dev's Nightmare: Meeting the HttpContext
FriendlyBool Extender What?
ASP.net: Organize Your Resources the Correct Way!
Smelly Code: Direct Object Instantiation as a Testability Killer
Don't Let Your Test Doubles Fool You
Testing Your SUT Against Exceptions
Intercepting WCF Operation Calls with Impersonated Identity
Lessons Learned: Make your ListItemCollection Linq Queryable
Passing Property Names the "compiler-safe" Way
Practical example: Applying the Template Method design pattern
Refactoring for the sake of compactness and reusability
HowTo: Launch JavaScript after async postback of UpdatePanel
Are anonymous Lambda style event handlers a readability killer?
Are C# regions a good thing??
Add semantic through your code, not through commenting
Watch out when cloning objects
NullsafeGet extension method? Simplicity for the cost of readability??
HowTo: Control the rendered Html tag on your custom, composite server controls
Automatically find the Label associated to a WebControl through the AssociatedControlID
HowTo: Get localized string different from the current culture
What happens if you think in Java and program C#
String enumerations in C#
HowTo: Make your custom ASP.net server control validatable
Problems with character encoding on cookies
HowTo: Set the assembly binding location
HowTo: Detect Assembly dependencies at runtime
Accessing webcontrols inside the ProgressTemplate of an UpdateProgress
Using extenders to abstract details and improve code readability
Recursive version of the FindControl(..) method
The ViewState hell: controls loosing their values
C# refresher