Stories recently tagged with 'KeyvanNayyeri'

Beginning ASP.NET MVC 1.0 – Finally Available(nayyeri.net)

submitted by simonechsimonech(10.1k) 2 years, 9 months ago

Kevan announces the availability of the book Beginning ASP.NET MVC by Wrox, and explains in details the contents of the book and the level it is targeting read more...

add a comment |category: |Views: 281

tags: another

Custom Controller Factory in ASP.NET MVC(nayyeri.net)

submitted by MarwanMarwan(850) 3 years ago

Introducing Controller Factory in ASP.NET MVC read more...

add a comment |category: |Views: 76

tags: another

Free Chapter of Beginning ASP.NET MVC 1.0 Published(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years ago

Simone Chiaretta announces the availability of chapter 9 of Wrox Beginning ASP.NET MVC 1.0 book about Testing ASP.NET MVC Applications and shares some good news about the release date of the book. read more...

add a comment |category: |Views: 171

tags: another

IRouteHandler in ASP.NET MVC(nayyeri.net)

submitted by simonechsimonech(10.1k) 3 years, 1 month ago

Keyvan explains how to write a RouteHandler that checks for banned IPs and blocks any further processing read more...

add a comment |category: |Views: 73

tags: another

DZone RefCardz(nayyeri.net)

submitted by sharplifesharplife(4570) 3 years, 1 month ago

DZone RefCardz is becaoming more popular among community guys. In this post Keyvan has talked about it and his (and Simone's) decision to create a RefCard for ASP.NET MVC in near future. read more...

add a comment |category: |Views: 10

tags: another

How to Learn ASP.NET MVC(nayyeri.net)

submitted by sharplifesharplife(4570) 3 years, 2 months ago

As we're getting closer to ASP.NET MVC RTM release, guys in the community are trying to prepare developers for this new framework. In this post Keyvan Nayyeri has explained a step-based procedure on how to learn ASP.NET MVC. Since he is the co-author of Wrox Beginning ASP.NET MVC I think his proposed procedure is useful for all ASP.NET MVC lovers. read more...

1 comment |category: |Views: 373

tags: another

New ASP.NET Architecture(nayyeri.net)

submitted by sharplifesharplife(4570) 3 years, 3 months ago

Keyvan has written a nice post about the new architecture of ASP.NET web applications by describing how Microsoft is dividing ASP.NET to ASP.NET WebForms, ASP.NET MVC and ASP.NET Dynamic Data. read more...

add a comment |category: |Views: 70

tags: another

New ASP.NET Architecture(nayyeri.net)

submitted by sharplifesharplife(4570) 3 years, 3 months ago

Keyvan has written a nice post about the new architecture of ASP.NET web applications by describing how Microsoft is dividing ASP.NET to ASP.NET WebForms, ASP.NET MVC and ASP.NET Dynamic Data. read more...

add a comment |category: |Views: 70

tags: another

The Curious Case of Software Quality(nayyeri.net)

submitted by simonechsimonech(10.1k) 3 years, 3 months ago

Keyvan writes about the current "principles and qualiy vs common-sense and do the quickest possible solution" and tries to understand why developers tend to prefer the "quick and dirty" vs the "clean and polished" solution. read more...

add a comment |category: |Views: 24

tags: another

Remove WWW. Prefix from URLs with URL Rewrite Module for IIS 7.0(nayyeri.net)

submitted by sharplifesharplife(4570) 3 years, 4 months ago

A very good trick to eliminate www. prefix from your URLs using the new IIS 7.0 Rewrite Module. read more...

add a comment |category: |Views: 306

tags: another

How to Calculate Network Utilization in .NET(nayyeri.net)

submitted by niikniik(365) 3 years, 4 months ago

How to calculate utilization of a particular network interface in .NET using performance counters and a bit of math. read more...

add a comment |category: |Views: 519

tags: another

Graffiti Extras 1.3 Released(nayyeri.net)

submitted by sharplifesharplife(4570) 3 years, 4 months ago

Keyvan Nayyeri has released a new version of his open source Graffiti Extras. In this post he has described new features and tweaks of this release. read more...

add a comment |category: |Views: 18

tags: another

Keyvan Nayyeri's Best Blog Posts in 2008(nayyeri.net)

submitted by sharplifesharplife(4570) 3 years, 4 months ago

Like many other guys in the .NET community, Keyvan has wrote a post and listed his best of 2008 blog posts along with a short description for each post. read more...

add a comment |category: |Views: 18

tags: another

Mohammad Azam and Keyvan Nayyeri podcast on ASP.NET MVC(highoncoding.com)

submitted by sharplifesharplife(4570) 3 years, 4 months ago

Azam Sharp has recorded a podcast featuring Keyvan Nayyeri and has talked to him about ASP.NET MVC and how it can benefit us in our web development. read more...

add a comment |category: |Views: 19

tags: another

Using JsonResult in ASP.NET MVC AJAX(nayyeri.net)

submitted by mosessaurmosessaur(5424) 3 years, 5 months ago

In ASP.NET MVC you can write action methods that return a variety of types to be used in your views to obtain data for AJAX interactions. Most common types are string and ActionResult, but there is also an option called JsonResult which returns its values as JSON serialized data. The returned data can be used easily in client-side as appropriate. read more...

add a comment |category: |Views: 586

tags: another

Using JsonResult in ASP.NET MVC AJAX(nayyeri.net)

submitted by mosessaurmosessaur(5424) 3 years, 5 months ago

In ASP.NET MVC you can write action methods that return a variety of types to be used in your views to obtain data for AJAX interactions. Most common types are string and ActionResult, but there is also an option called JsonResult which returns its values as JSON serialized data. The returned data can be used easily in client-side as appropriate. read more...

add a comment |category: |Views: 586

tags: another