DotNetShoutout - Stories tagged with ASP.NET MVC
3
Shouts

Donut Hole Caching In ASP.NET MVC by Using Child Actions and OutputCacheAttribute

published 567 days, 23 hours, 32 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 568 days, 8 hours, 18 minutes ago
Sunday, October 30, 2011 8:41:35 PM GMT Sunday, October 30, 2011 11:55:32 AM GMT
This blog post demonstrates how to implement Donut Hole Caching in ASP.NET MVC by Using Child Actions and OutputCacheAttribute (more)
category: Web Dev | clicked: 26 | comment | | source: tugberkugurlu.com
tags: ASP.NET MVC, C#, ASPNETMVC, Caching, Cache, Razor, ASP.NET
4
Shouts

Integrating ASP.NET MVC into legacy Web site

published 567 days, 23 hours, 32 minutes ago posted by http://www.beletsky.net/http://www.beletsky.net/ 568 days, 13 hours, 4 minutes ago
Sunday, October 30, 2011 8:41:35 PM GMT Sunday, October 30, 2011 7:10:23 AM GMT
For some quite long time I naively thought that it is not possible (or at least very difficult) to make ASP.NET MVC stuff work on a Web Site project. But, my latest hacking of MVC opened another perspectives. There are no any difficulties with ASP.NET MVC on Web Sites. I'll share an experience of integration ASP.NET MVC in my work project legacy Web Site. Pre-conditions In my case I integrated ASP.NET MVC2, since we are still running on .NET 3.5. If you are running .NET 4.0 the best is to go with ASP.N... (more)
category: Web Dev | clicked: 13 | comment | | source: www.beletsky.net
tags: ASP.NET MVC, legacy
3
Shouts

Check Instantly If Username Exists - ASP.NET MVC Remote Validation

posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 579 days, 12 hours, 31 minutes ago
Wednesday, October 19, 2011 7:43:16 AM GMT
This blog post will walk you through on implementation and usage of ASP.NET MVC Remote Validation. As a sample, we will validate the uniqueness of the username for membership registration. (more)
category: Web Dev | clicked: 27 | comment | | source: tugberkugurlu.com
tags: ASP.NET MVC 3, ASP.NET MVC, remote validation, JQuery AJAX, jQuery, ASP.NET
2
Shouts

CQRS, Commands, Command Handlers and Command Dispatcher - Shiju Varghese's Blog

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 579 days, 13 hours, 57 minutes ago
Wednesday, October 19, 2011 6:17:14 AM GMT
In this post, I am trying to add some CQRS principles onto my EFMVC project. Please keep in mind that this is not the implementation CQRS patterns, but trying to add some CQRS flavors on the Solution Architecture with Commands that changes the data (Create, Update and Delete). The current implementation of command execution is implemented in a synchronous way.  CQRS  CQRS is stands for Command-Query Responsibility Segregation that is a principle of separating commands (that change the data)... (more)
category: Web Dev | clicked: 19 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ef code first, Autofac, CQRS
2
Shouts

Viewmodel extractors in ASP.NET MVC

posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 581 days, 1 hour, 47 minutes ago
Monday, October 17, 2011 6:27:05 PM GMT
Last week, I wrote something on assembling viewmodels in ASP.NET MVC. In that post, I said it would be nice to have a layer between my controller and my domain services that would assemble viewmodels for me. This would work one-way. In the other direction - from controller to domain services - I would just take a piece of my composite viewmodel and pass that directly to my domain services. Well, that last part didn't really work out eventually. I found it hard to find real-world scenarios where I cou... (more)
category: Web Dev | clicked: 15 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, ViewModel, Architecture
2
Shouts

Avoiding Circular Reference for Entity in JSON Serialization - Gil Fink's Blog

posted by gilfgilf 581 days, 10 hours, 53 minutes ago
Monday, October 17, 2011 9:20:31 AM GMT
One problem that I was facing yesterday while working on an ASP.NET MVC application was a JSON serialization issue. The problem was a circular reference caused by the DataContractJsonSerializer because of relations between the entity and other entities. In this post I’ll show you how you can use a simple workaround in order to avoid the problem. (more)
category: Web Dev | clicked: 32 | comment | | source: blogs.microsoft.co.il
tags: ASP.NET MVC, JSON, Serialization, Entity Framework, Code first
2
Shouts

EFMVC 1.0 Preview Released - A demo app with ASP.NET MVC, EF and Autofac

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 585 days, 14 hours, 3 minutes ago
Thursday, October 13, 2011 6:10:32 AM GMT
A while ago, I have released EFMVC, a demo web app built using ASP.NET MVC 3, EF Code First and Unity. The EFMVC app has demonstrated many architectural patterns and practices such as Generic Repository, Repository pattern, Unit of Work pattern, Dependency Injection pattern and Application Service later.  Today I would like to announce the release of EFMVC 1.0 Preview. This release is an early preview release that has made some changes in the solution architecture.  The preview is written in ASP.NET MVC ... (more)
category: Web Dev | clicked: 19 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ef code first, Autofac, CQRS
2
Shouts

Viewmodel assemblers in ASP.NET MVC

posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 586 days, 1 hour, 54 minutes ago
Wednesday, October 12, 2011 6:19:41 PM GMT
Working on a new ASP.NET MVC side-project, I have the luxury to experiment with new technologies, but also with different patterns and naming conventions. Something which bugged me in a previous project was that we made our service layer return viewmodels. It worked rather well because the service layer in our MVC project was just another layer between the real domain services - where most of its work was creating viewmodels from domain objects or translating viewmodels into domain objects, so they c... (more)
category: Web Dev | clicked: 12 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, ViewModel, domain services, MVC
3
Shouts

How to Detect Errors of Our ASP.NET MVC Views on Compile Time - Blow up In My Face Theory

posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 599 days, 9 hours, 10 minutes ago
Thursday, September 29, 2011 11:04:06 AM GMT
We will see How to detect errors of our ASP.NET MVC views on compile time inside Visual Studio. (more)
category: Web Dev | clicked: 3 | comment | | source: www.tugberkugurlu.com
tags: ASP.NET MVC, Visual Studio 10, ASP.NET
7
Shouts

Working With JQuery Ajax API on ASP.NET MVC 3.0 - Power of JSON, JQuery and ASP.NET MVC Partial Views

published 616 days, 8 hours, 5 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 618 days, 23 hours, 24 minutes ago
Monday, September 12, 2011 12:09:00 PM GMT Friday, September 09, 2011 8:50:12 PM GMT
In this blog post, we will see how easy to get going with JQuery AJAX API on ASP.NET MVC. Also, we will see how we can make use of Partial Views to transfer chunk of html from server to client (more)
category: Web Dev | clicked: 60 | 1 comment | | source: tugberkugurlu.com
tags: Partial View, ASP.NET MVC, JQuery AJAX, jQuery, ASP.NET
7
Shouts

Chart Helpers in ASP.NET MVC3

published 618 days, 10 hours, 44 minutes ago posted by dharadhara 619 days, 12 hours, 3 minutes ago
Saturday, September 10, 2011 9:30:21 AM GMT Friday, September 09, 2011 8:11:24 AM GMT
I am exploring ASP.NET MVC3 and everyday I am learning something new. In today’s post I am going to explain how we can create chart with ASP.NET MVC3. Chart is one of greatest way of expressing figures. We all need that functionality in any commercial... (more)
category: Web Dev | clicked: 34 | 1 comment | | source: beyondrelational.com
tags: ASP.NET MVC, ASP .NET
4
Shouts

TinyMCE HTML Text Editior & ASP.NET MVC - Setting it up Has Become Easy With Nuget

published 620 days, 13 hours, 2 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 621 days, 10 hours, 15 minutes ago
Thursday, September 08, 2011 7:11:32 AM GMT Wednesday, September 07, 2011 9:59:14 AM GMT
One of the best Javascript WYSIWYG Editors TinyMCE is now up on Nuget live feed. How to get TinyMCE through Nuget and get it working is documented in this blog post. (more)
category: Web Dev | clicked: 36 | 2 comments | | source: tugberkugurlu.com
tags: Partial View, ASP.NET MVC, JavaScript, jQuery, ASP.NET, NuGet
9
Shouts

Creating Basic RSS Reader in ASP.NET MVC 3

published 628 days, 22 hours, 29 minutes ago posted by dharadhara 630 days, 14 hours, 26 minutes ago
Tuesday, August 30, 2011 9:45:16 PM GMT Monday, August 29, 2011 5:47:53 AM GMT
In this post I am going to explain you how we can create a basic RSS Reader with the help of Linq-To-Xml and ASP.NET MVC3 Razor. Those who are writing or reading Blogs already knows what is RSS Reader. But those who does not know What is RSS. Below... (more)
category: Web Dev | clicked: 42 | 4 comments | | source: beyondrelational.com
tags: ASP.NET MVC, .NET
16
Shouts

Building JavaScript MVVM apps in ASP.NET MVC using KnockoutJS - Shiju Varghese's Blog

published 633 days, 22 hours, 37 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 637 days, 16 hours, 55 minutes ago
Thursday, August 25, 2011 9:37:21 PM GMT Monday, August 22, 2011 3:18:44 AM GMT
JavaScript is getting more attention in modern web application development and increasing the popularity of JavaScript on every day. HTML 5 is making a revolution in web apps world and it is becoming a common platform for variety of scenarios. JavaScript is the language for HTML 5. The next question is how we can write highly maintainable JavaScript code and how to write testable JavaScript code. The answer would be to use a high level JavaScript framework such as KnockoutJS, BackboneJS and SpineJS. In t... (more)
category: Web Dev | clicked: 75 | 1 comment | | source: t.co
tags: ASP.NET MVC, KnockoutJS, ASP.NET
2
Shouts

ASP.NET MVC Localization: Generate resource files and localized views using custom templates

published 662 days, 22 hours, 24 minutes ago posted by http://ruijarimba.wordpress.com/http://ruijarimba.wordpress.com/ 664 days, 8 hours, 35 minutes ago
Wednesday, July 27, 2011 9:50:10 PM GMT Tuesday, July 26, 2011 11:39:25 AM GMT
Use ASP.NET MVC T4 custom templates to generate resource files and localized views. (more)
category: Web Dev | clicked: 33 | 3 comments | | source: ruijarimba.wordpress.com
tags: ASP.NET MVC, T4, Localization, Globalization
3
Shouts

A SQL Server .NET ASP.NET MVC RESTful Web Services Facade – Part I « Composite Code

published 665 days, 21 hours, 58 minutes ago posted by http://compositecode.com/http://compositecode.com/ 668 days, 18 hours, 7 minutes ago
Sunday, July 24, 2011 10:16:21 PM GMT Friday, July 22, 2011 2:07:07 AM GMT
Did I get enough of the acronyms and key words in the header?  It looks like soup!  :O This is a somewhat messy project to build a prototype layer around SQL Server. The reason for this, shockingly, is to allow for a SQL Server to be used by frameworks and systems that normally don’t or can’t access the database directly. In my particular scenario we’re working on getting Ruby on Rails running with JRuby in a Windows Environment. Because we will need to utilize a lot of SQL Server Databases, it seemed l... (more)
category: Architecture | clicked: 35 | comment | | source: compositecode.com
tags: SQL Server, ASP.NET MVC
3
Shouts

User Activity logging in ASP.NET MVC app using Action Filter and log4net - Shiju Varghese's Blog

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 671 days, 17 hours, 1 minute ago
Tuesday, July 19, 2011 3:12:58 AM GMT
In this post, I will demonstrate how to use an action filter to log user tracking information in an ASP.NET MVC app. The below action filter will take logged user name, controller name, action name, timestamp information and the value of route data id. These user tracking information will be logged using log4net logging framework.  publicclassUserTrackerLogAttribute : ActionFilterAttribute, IActionFilter{        publicoverridevoid OnActionExecuted(ActionExecutedContext filterContext)    {var actionDescr... (more)
category: Web Dev | clicked: 55 | 2 comments | | source: weblogs.asp.net
tags: ASP.NET MVC, Log4net, ASP.NET
3
Shouts

Web.NET: Using jQuery to Consume ASP.NET MVC JSON Services

published 673 days, 11 hours, 36 minutes ago posted by http://blog.turlov.com/http://blog.turlov.com/ 677 days, 16 hours, 50 minutes ago
Sunday, July 17, 2011 8:37:44 AM GMT Wednesday, July 13, 2011 3:24:12 AM GMT
...for the last two years the alternative ASP.NET MVC framework has been drawing more and more attention from the development community due to its good implementation of the MVC design pattern and adherence to web standards and bleeding edge web technologies. For many experienced ASP.NET developers accustomed to Web Services especially accompanied with ASP.NET AJAX framework a natural question occurs: how to implement similar approach with ASP.NET MVC framework and its natural JavaScript companion jQuery? (more)
category: Web Dev | clicked: 27 | 2 comments | | source: blog.turlov.com
tags: ASP.NET MVC, JSON, jQuery, JsonResult, json mvc jquery
6
Shouts

PetaPoco with parameterised stored procedure and Asp.Net MVC

published 678 days, 2 hours, 59 minutes ago posted by kinj312kinj312 678 days, 13 hours, 14 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Tuesday, July 12, 2011 6:59:34 AM GMT
I have been playing with Micro ORMs as this is very interesting things that are happening in developer communities and I already liked the concept of it. It’s tiny easy to use and can do performance tweaks. PetaPoco is also one of them I have written... (more)
category: Web Dev | clicked: 22 | 1 comment | | source: beyondrelational.com
tags: ASP.NET MVC, .NET
2
Shouts

Cleaning up POSTs in ASP.NET MVC, the Fail Tracker Way

published 681 days, 1 hour, 27 minutes ago posted by Matt_TCFMatt_TCF 682 days, 18 hours, 29 minutes ago
Saturday, July 09, 2011 6:46:50 PM GMT Friday, July 08, 2011 1:44:28 AM GMT
Cross-cutting POST handling logic can be pushed out of the action methods as well as a source of common errors can be eliminated from your ASP.NET MVC applications quite easily. Read on to find out how you can achieve this in your application framework. (more)
category: Web Dev | clicked: 25 | 1 comment | | source: trycatchfail.com
tags: ASP.NET MVC, Convention over Configuration, Architecture
Previous 1 2 3 4 5 6 7 8 9 10 ... 16 17 Next