+
۳

ساختن متدهاي كمكي Razor در ASP.NET MVC

در نسخه 3 ي ASP.NET MVC موتور نمايش(view-engine) جديدي بنام Razor اضافه شده ميزان كد نويسي View ها رو كم كرده. يكي از قابليت هاي جالب اون ساختن متدهاي كمكي به صورت اعلانيه(Declarative) كه اين امكان ... [بیشتر بخوانید]

 
+
۲

How to map querystring ?Action=Blah to action in MVC۳ route?

I would like to use a route with the action in the querystring http://server/path/controller?action=save so I can use relative urls on the client-side Is there an easy way to achieve this? [بیشتر بخوانید]

 
+
۲

Razor: How to force views in a folder, inherit from a special class

I want to force views in a folder (for example folder associated with ArticleController, named Article in View directory) that inherits from a CustomViewClass. Note that I know how to change inheritan... [بیشتر بخوانید]

 
+
۳

How to import a namespace in Razor View Page?

چگونه یک فضای نام را وارد Razor View Page کنیم؟ My answer to How to import a namespace in Razor View Page? [بیشتر بخوانید]