DaniilHarik

Stories kicked by DaniilHarik

ASP.NET MVC 2 Localization complete guide(adamyan.blogspot.com)

submitted by Alik.AdamyanAlik.Adamyan(135) 2 years, 3 months ago

This is a full guide for localizing asp.net mvc 2 web application covering following aspects: views localization, simple culture switching mechanism, model validation messages localization, DisplayName attribute localization and problem solving with caching(OutputCache) and localization. read more...

add a comment |category: |Views: 2508

tags: another

A deeper look into AutoMapper: Projection and Flattening Objects(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 4 months ago

Continue our look at the AutoMapper framework. AutoMapper is a framework which uses a convention-based matching algorithm to match up source to destination values. In this episode we are going to take a deeper look at how you can flatten your model during transformation or perform projection during transformation. read more...

add a comment |category: |Views: 449

tags: another

Free EBook for Developing High Quality Applications using .NET(devcurry.com)

submitted by mopenmopen(3596) 2 years, 5 months ago

The Microsoft Application Architecture Guide, 2nd Edition is a Must Have EBook for Developers and Solution Architects read more...

6 comments |category: |Views: 1034

tags: another

ASP.NET MVC 2 Beta - Strongly Typed UI Helpers(dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 5 months ago

The following article demonstrates how to use ASP.NET MVC 2 Beta’s strongly typed UI helpers. read more...

4 comments |category: |Views: 449

tags: another

Entity Framework POCO (EF4): A Simple Mapping(elegantcode.com)

submitted by JemmJemm(9604) 2 years, 5 months ago

"In this post I want to take a look a simple mapping scenario, and how that looks using the new Code Only API. By using the code only API I can have complete control over my entities, giving me the most flexibility in my mapping strategies, better testability and extensibility, and ultimately greater maintainability. No generated code. No XML files." read more...

add a comment |category: |Views: 926

tags: another

Meet my new ASP.NET MVC Extension - System.Web.Mvc-Kazi Manzur Rashid(weblogs.asp.net)

submitted by mithumithu(570) 2 years, 5 months ago

After hearing Phil Haack and Scott Hanselman in their latest podcast and PDC session I decided to give a good look at the MvcTrubine project in this weekend. I totally agree the intend of this project, let your favorite IoC to rule everywhere, but I do not think it has been implemented in the correct way. There are three important design flaws that I found in MvcTurbine: Generic Component Registration API Rather than allowing you to use your preferred IoC registration features, it prefers to use its own generic syntax for component registration, which is simply wrong. In real application, we need more support from our IoC such as lifetime management, auto wiring, modularity like (Ninject/Autfac Modules, StructureMap Registry) etc. In case of this generic API we have to throw away the features of these IoCs. Missing Common Service Locator I think the Common Service Locator(CSL) has become the standard to abstract the underlying IoC from your application code and all the popular IoCs in .NET world has an adapter for CSL. But rather than using/extending it, it has its own version of service locator. Limited support for Action Filter injection It uses a host kinda Attribute to inject the dependencies into the actual action filter attribute and this host is not capable of passing the attribute specific values to the actual attribute and even if this feature is implemented in the future it will be based upon the string based property name which would work on top of reflection. Now, lets see how my new extension solves the above issues and how easily you can start plugging it in your application. First lets take a quick look of the project structure of this extension. read more...

4 comments |category: |Views: 247

tags: another

CreateActionInvoker in ASP.NET MVC 2(kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 2 years, 5 months ago

The Controller’s ActionInvoker property everything a property could desire: strategy and laziness. It did its job so well that I never even paid attention to it. That one has been around since ASP.NET MVC 1. I noticed earlier today a new method, CreateActionInvoker(), on the Controller class in ASP.NET MVC 2. Intrigued by the new method, I began playing around with ActionInvokers and learned an ASP.NET MVC design lesson. read more...

add a comment |category: |Views: 20

tags: another

Windows Azure Present and Future(blogs.msdn.com)

submitted by wzackwzack(1968) 2 years, 5 months ago

Are you looking for a great video that gives you a vantage point of what is Windows Azure and what’s next for it? Look here. read more...

2 comments |category: |Views: 104

tags: another

Facebook Connect Action Filter for ASP.NET MVC(beefycode.com)

submitted by beefarinobeefarino(110) 2 years, 6 months ago

One of Facebook Connect's basic features is to provide user identity to other web applications via the "Connect Button". Adding this feature to your ASP.NET site is already well documented by Clarity Consulting and others; here I will show you how I'm seamlessly folding this feature into the ASP.NET MVC request-handling pipeline using a custom Facebook Connect ActionFilterAttribute. read more...

add a comment |category: |Views: 118

tags: another

Pass Number 1: ActiveRecordEngine for ASP.NET « Rob Conery(blog.wekeroad.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 6 months ago

Rob is looking for feedback read more...

add a comment |category: |Views: 227

tags: another

It’s Time for This: ActiveRecordEngine for ASP.NET MVC(blog.wekeroad.com)

submitted by senfosenfo(881) 2 years, 6 months ago

Rob Conery speaks about his idea for implementing an ActiveRecordEngine for ASP.NET MVC. Kind of like how Rails does it, but more loosely coupled. read more...

add a comment |category: |Views: 271

tags: another

AJAX publish/subscribe with ASP.NET MVC and jQuery(atanashristov.blogspot.com)

submitted by atanashristovatanashristov(85) 2 years, 6 months ago

Calling long running web server process and locking the user for a while in web applications with the typical for the HTTP request/replay way can be critical for the user expirience. Even more, possibly we don't get back the data due to problems with the network connection or browser timeouts. Even if on top of unreliable protocol like HTTP we can provide some abstraction level to ensure we'll get the result from the web server. We could simulate the publish/subscribe pattern in ajax. Furthermore our communication with the web server is asynchronous and allows our application to respond better to the user interactions. read more...

add a comment |category: |Views: 177

tags: another

ASP.NET MVC View Model Patterns(geekswithblogs.net)

submitted by johnrummelljohnrummell(1321) 2 years, 6 months ago

Since MVC has been released I have observed much confusion about how best to construct view models. Sometimes this confusion is not without good reason since there does not seem to be a ton of information out there on best practice recommendations. Additionally, there is not a “one size fits all” solution that acts as the silver bullet. In this post, I’ll describe a few of the main patterns that have emerged and the pros/cons of each. It is important to note that many of these patterns have emerged from people solving real-world issues. read more...

add a comment |category: |Views: 203

tags: another

12 ASP.NET MVC Best Practices(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 2 years, 6 months ago

In this post Simone Chiaretta outlines a list of 12 best practices to use with ASP.NET MVC. read more...

add a comment |category: |Views: 848

tags: another

Comparing .NET DI (IoC) Frameworks, Part 1(blog.ashmind.com)

submitted by ashmindashmind(775) 3 years, 9 months ago

A first part of feature comparison between the most popular DI (IoC) Frameworks: Castle, Unity, Autofac, Ninject, StructureMap and Spring.Net. read more...

add a comment |category: |Views: 84

tags: another