Servefault.com - Stories tagged with MVC
4
votes

Simple pager for ASP.NET MVC

published 150 days, 16 hours, 11 minutes ago posted by gpeipmangpeipman 159 days ago
Monday, March 01, 2010 5:55:25 PM GMT Sunday, February 21, 2010 10:07:24 AM GMT
I needed simple pager for one of my ASP.NET MVC projects. I mean really simple pager – no new types my code should be aware of, no any other chemistry I don’t really need in early stages. As ASP.NET MVC has nothing to offer I wrote my own really simple pager implementation. Here is what I did. (more)
category: ASP.NET | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET, MVC, pager
5
votes

ASP.NET MVC Performance II: Optimizing resources

published 166 days, 16 hours, 27 minutes ago posted by gpeipmangpeipman 173 days, 25 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Sunday, February 07, 2010 9:41:32 AM GMT
In my previous posting about ASP.NET MVC performance I showed you how to combine resources like scripts, style sheets and images. In this posting I will show you how to minimize resources so we don’t waste the bandwidth we got. (more)
category: ASP.NET | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET, MVC, optimization, performance
3
votes

ASP.NET MVC Performance I: Combining resources

published 166 days, 16 hours, 27 minutes ago posted by gpeipmangpeipman 173 days, 19 hours, 57 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Saturday, February 06, 2010 2:09:42 PM GMT
I wrote a small postings series about how to optimize ASP.NET MVC applications. This posting is small introduction to series and it also introduces first two optimization steps: resources and images combining. (more)
category: ASP.NET | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET, MVC, optimization, performance
3
votes

Using FullCalendar jQuery component with ASP.NET MVC

published 170 days, 21 hours, 18 minutes ago posted by gpeipmangpeipman 176 days, 16 hours, 30 minutes ago
Tuesday, February 09, 2010 12:48:36 PM GMT Wednesday, February 03, 2010 5:37:23 PM GMT
I found very good jQuery component called FullCalendar. My special favorites are agenda views because they make this calendar really useful in business applications. In this posting I will show you how to use FullCalendar with ASP.NET MVC. (more)
category: ASP.NET | clicked: 42 | comment | | source: weblogs.asp.net
tags: ASP.NET, fullcalendar, jQuery, MVC
6
votes

The Microsoft MVP Award Program Blog : MVP Interviews at TechEd Europe 2009 – Video Wrapup #1

posted by GodaddyGodaddy 237 days, 22 hours, 57 minutes ago
Friday, December 04, 2009 11:10:01 AM GMT
MVP Interviews at TechEd Europe 2009 – Video Wrapup #1 Watch the Microsoft MVP Program’s Karen Young interview a number of MVPs at the recent TechEd Europe in Berlin! Learn all about how our MVPs, discover how they become involved in I.T and what they love most about it! Thanks to all interviewees for taking the time to visit us! MVP Country Websites/Blogs YouTube LinkMVP Ronald BeekelaarNetherlands http://www.youtube.com/watch?v=f4XlVosLmVEMVP Konstantin KosinskyUkrainehttp://dev.net.ua/blogs/ko... (more)
category: Web Service | clicked: 2 | comment | | source: blogs.msdn.com
tags: Award Program, Microsoft MVP, MVC
3
votes

Lots of new software for IIS, ASP.NET, AJAX and PHP this week : BillS IIS Blog : The Official Microsoft IIS Site

posted by GodaddyGodaddy 237 days, 23 hours, 5 minutes ago
Friday, December 04, 2009 11:02:19 AM GMT
ASP.NET MVC 2 beta! The ASP.NET team has been hard at work on the second release of MVC, which is now available to beta test. Phil has a great blog post on the release with links to the download page, readme notes and the source code. There are a bunch of new features in MVC 2 including AsyncController, expression based helpers, improvements with client validation, all new areas support, and more. Read more on Phil’s blog. (more)
category: ASP.NET | clicked: 1 | comment | | source: blogs.iis.net
tags: ASP.NET, ASP.NET MVC 2, MVC
2
votes

Telerik Extensions for ASP.NET MVC

published 238 days, 6 hours, 8 minutes ago posted by GodaddyGodaddy 241 days, 5 hours, 4 minutes ago
Friday, December 04, 2009 3:59:10 AM GMT Tuesday, December 01, 2009 5:02:30 AM GMT
Pure ASP.NET MVC components Telerik Extensions for ASP.NET MVC is built from the ground up to fully embrace the values of the ASP.NET MVC framework - lightweight rendering, clean HTML, clear separation of concerns, easy testability- while helping make you more productive building MVC views. (more)
category: ASP.NET | clicked: 0 | comment | | source: www.telerik.com
tags: ASP.NET MVC, ASP.NET MVC Components, MVC
2
votes

PDC 2009: ASP.NET MVC 2 Beta released

published 238 days, 6 hours, 8 minutes ago posted by IXWebHostingIXWebHosting 242 days, 4 hours, 4 minutes ago
Friday, December 04, 2009 3:59:10 AM GMT Monday, November 30, 2009 6:03:02 AM GMT
One of the first novelties straight from PDC 2009 is the release of ASP.NET MVC 2 Beta for Visual Studio 2008. You can download ASP.NET MVC 2 Beta from Microsoft Downloads here. For the newcomers, here's a quick description of the technology: "ASP.NET MVC 2 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain a clear separation of concerns among the responsibilities of the ap... (more)
category: ASP.NET | clicked: 5 | comment | | source: blog.vascooliveira.com
tags: ASP.NET MVC, ASP.NET MVC 2, Microsoft, MVC
2
votes

ASP.NET MVC View Model Patterns

published 238 days, 6 hours, 8 minutes ago posted by IXWebHostingIXWebHosting 242 days, 4 hours, 12 minutes ago
Friday, December 04, 2009 3:59:10 AM GMT Monday, November 30, 2009 5:55:02 AM GMT
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... (more)
category: ASP.NET | clicked: 1 | comment | | source: geekswithblogs.net
tags: MVC
2
votes

Elegant Code » Using the jQuery UI Datepicker with ASP.NET MVC 2 Templates

posted by GodaddyGodaddy 250 days, 2 hours, 47 minutes ago
Sunday, November 22, 2009 7:20:16 AM GMT
Brad Wilson has recently completed a blog series about Templates in MVC 2. I really like this feature as it provides me with the ability to quickly generate screens, even if eventually I might have to go back and rework them. Basically I want to have my cake and eat it – I want the initial productivity of a scaffolding based approach but the flexibility to customize look and feel when required. (more)
category: ASP.NET | clicked: 5 | comment | | source: elegantcode.com
tags: ASP.NET MVC 2, MVC
2
votes

ASP.NET MVC wins with simplicity, not features : Jeffrey Palermo (.com)

posted by GodaddyGodaddy 250 days, 2 hours, 50 minutes ago
Sunday, November 22, 2009 7:16:37 AM GMT
As a follow-up to some ASP.NET MVC comments by Dino Esposito, I want to provide my commentary on why the grassroots of the .Net developer community is so in love with ASP.NET MVC, even though Microsoft marketing isn’t really seeming to push it.  It’s odd, too, because with Entity Framework, the message from Microsoft is clear:  DataSets and Linq2Sql will still be supported. . . but . . . er. . .um, we recommend you start moving to Entity Framework. Car vs. Motorcycle? Irrelevant analogy, I say Because ... (more)
category: ASP.NET | clicked: 1 | comment | | source: jeffreypalermo.com
tags: ASP.NET MVC, MVC
6
votes

ASP.NET MVC: Creating reports using Chart control

published 243 days, 1 hour, 12 minutes ago posted by gpeipmangpeipman 250 days, 20 hours, 14 minutes ago
Sunday, November 29, 2009 8:54:32 AM GMT Saturday, November 21, 2009 1:52:35 PM GMT
ASP.NET Chart control is powerful control you can use to add charting support to your web applications. Although chart controls are mainly used with ASP.NET forms it is not very hard to use them also in ASP.NET MVC applications. In this posting I will show you how to use ASP.NET Chart control in ASP.NET MVC application and I will illustrate how to do it easily so you don’t mess up your views. (more)
category: ASP.NET | clicked: 23 | comment | | source: weblogs.asp.net
tags: ASP.NET, chart, MVC, reporting
3
votes

ASP.NET MVC: Validating objects using Enterprise Library validation application block

published 253 days, 21 hours, 58 minutes ago posted by gpeipmangpeipman 258 days, 20 hours, 8 minutes ago
Wednesday, November 18, 2009 12:09:21 PM GMT Friday, November 13, 2009 1:58:33 PM GMT
Data validation is important topic in applications. There are many validation frameworks available and there should be one that you are happy with. I am currently playing with Enterprise Library 4.1 Validation Application Block and I am integrating it to my ASP.NET MVC application. In this posting I will show you how to use validation block in your ASP.NET MVC application. (more)
category: ASP.NET | clicked: 14 | comment | | source: weblogs.asp.net
tags: ASP.NET, enterprise library, MVC, validation
3
votes

ASP.NET 4.0 Roadmap | .NET Software Development Videos & Tutorial Directory

published 265 days, 1 hour, 43 minutes ago posted by Webhost4lifeWebhost4life 267 days, 2 hours, 8 minutes ago
Saturday, November 07, 2009 8:23:26 AM GMT Thursday, November 05, 2009 7:58:38 AM GMT
Take a walk through the 4.0 landscape from ASP.NET and learn how you can get involved in shaping ASP.NET future. This talk focuses on the next release of ASP.NET including Web Forms and MVC. Do you love web forms? See how you can taking control of your control IDs, learn about better ViewState managment in GridView and ListView, and get more control over the CSS markup of ASP.NET server controls. See how Dynamic Data makes building you data-driven ... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.dotnet-tv.com
tags: .Net 4.0, ASP.NET, ASP.NET Server, CSS, MVC
1
votes

VM Workshop: Model View ViewModel (MVVM) and the Presentation Model Pattern in 5 UI Platforms - Craig Shoemaker

posted by IXWebHostingIXWebHosting 268 days, 4 hours, 42 minutes ago
Wednesday, November 04, 2009 5:25:17 AM GMT
For some reason the family of design patterns that exist around the Model View Controller pattern seem to be an elusive band of characters. The first time I  encountered Model View Controller I studied the text hard trying to understand how the Strategy, Observer and Composite patterns worked together to accomplish some goal that – try as I might - remained fuzzy. Somehow I have a sense that I am not alone. Model View Controller (MVC) is the parent pattern to a number of contemporary patterns that seem ... (more)
category: ASP.NET | clicked: 0 | comment | | source: weblogs.asp.net
tags: Model View Controller, MVC, MVVM
4
votes

Brad Abrams : ASP.NET MVC Example Application over Northwind with the Entity Framework

published 265 days, 22 hours, 38 minutes ago posted by DiscountASPDiscountASP 272 days, 19 hours, 14 minutes ago
Friday, November 06, 2009 11:29:10 AM GMT Friday, October 30, 2009 2:52:31 PM GMT
Over last month over the holidays, Lance Olson and I spent some time porting ScottGu's excellent MVC example over the Entity Framework.  I thought I'd share the results here and get your thoughts\feedback.   12-11-08:  I updated a few links and the example to match latest bits. For this example, you will need:VS2008 (Free trial ) ASP.NET 3.5 Extensions (Update: use lastest bits from  http://asp.net/mvc )ADO.NET Entity Framework Tools Dec 07 Preview (Update: No longer needed, in VS2008 SP 1)Northwind... (more)
category: ASP.NET | clicked: 1 | comment | | source: blogs.msdn.com
tags: ADO.NET, ASP.NET 3.5, MVC, ScottGu, VS2008
1
votes

Czech MSDN Blog : Visual Studio 2010 & .NET Framework 4 Training Kit

posted by DiscountASPDiscountASP 272 days, 23 hours, 49 minutes ago
Friday, October 30, 2009 10:17:50 AM GMT
Visual Studio 2010 & .NET Framework 4 Training Kit zahrnuje 15 prezentací, 13 dem a 20 Hands-on labů, které vám pomohou naučit se používat nové funkce Visual Studia 2010. Můžete si jej stáhnout zdarma zde. Nedávno bylo také zpřístupněno na Channel 9 výukové centrum Visual Studia 2010, které pomocí kurzů nabízí možnost proniknout do C# 4.0, Visual Basic 10, F#, Parallel Computing Platform, WCF, WF, WPF, ASP.NET AJAX 4.0 či ASP.NET MVC Dynamic Data. Honza (more)
category: ASP.NET | clicked: 0 | comment | | source: blogs.msdn.com
tags: Ajax, ASP.NET, ASP.NET MVC, MVC, Visual Studio 2010, WCF, WPF
1
votes

VS 2010 ASP.NET 4.0 RedirectPermanent does a 301 and not 302 - IBloggable - implemented

posted by DiscountASPDiscountASP 273 days, 31 minutes ago
Friday, October 30, 2009 9:35:58 AM GMT
VS 2010 ASP.NET 4.0 RedirectPermanent does a 301 and not 302 Hi, As I was reading a white-paper on changes in VS 2010, ASP.NET 4.0, I came across this new method that the Response object exposes – ‘RedirectPermanent’. This issues a ‘HTTP 301 – moved permanently’ as against a ‘HTTP 302 – moved temporarily’ that was issued by the old Redirect method both in traditional and MVC – yes I know, in MVC there is a way to create our own custom action result that does a HTTP 3... (more)
category: Visual Studio | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET 4.0, HTTP, MVC, VS 2010
4
votes

Updating MvcPager to work with ASP.NET MVC RC 1 (refresh) - Mike Bosch's Blog on .NET

published 269 days, 23 hours, 54 minutes ago posted by IXWebHostingIXWebHosting 274 days, 16 hours, 39 minutes ago
Monday, November 02, 2009 10:12:27 AM GMT Wednesday, October 28, 2009 5:27:31 PM GMT
Updating MvcPager to work with ASP.NET MVC RC 1 (refresh) At first glance, upgrading to the RC1 was quite a debacle. First of all, any link that I created using the much more performant Html.RouteLink (instead of Html.ActionLink) just stopped working. It turns out there was a regression bug in the RC that caused this. The ASP.NET MVC team quickly released a refresh which fixed the problem. The next problem came when I noticed Stephen Walther's paging helper stopped working. It would throw a n... (more)
category: ASP.NET | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET, MVC, MvcPager
4
votes

Mike van der Meulen's Blog - MVC, RenderAction and Areas

published 291 days, 6 minutes ago posted by HostgatorHostgator 291 days, 23 hours, 49 minutes ago
Monday, October 12, 2009 10:01:00 AM GMT Sunday, October 11, 2009 10:18:15 AM GMT
MVC is the answer to all I always hated about WebForms. Well, maybe not, but it's a new take on web applications, making things like Ajax, jQuery, routing, SEO, html soooo much easier. I started using MVC 2 Preview 1 and found its support for Areas really useful (more info). I also wanted to use the "futures" RenderAction method, so I can easily piece... (more)
category: ASP.NET | clicked: 9 | comment | | source: mikevandermeulen.com
tags: Ajax, ASP.NET MVC, jQuery, MVC, SEO, WebForms
Previous 1 2 Next