DotNetShoutout - Stories tagged with ASP.NET MVC
2
Shouts

Using MvcPaging in ASP.NET MVC Apps

published 682 days, 17 hours, 44 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 685 days, 8 hours, 50 minutes ago
Friday, July 08, 2011 9:34:47 PM GMT Wednesday, July 06, 2011 6:28:55 AM GMT
In this post, I will demonstrate how to use NuGet package MvcPaging in ASP.NET MVC apps. MvcPaging provides a Pager HtmlHelper that renders a pager based on a PagedList implementation. MvcPaging’s Pager helper is also providing Ajax functionality for the paging implementation. You can add MvcPaging package via NuGet. The following command in the NuGet console will install MvcPaging in your project. PM> Install-Package MvcPaging Using MvcPaging Step 1 – Add MvcPaging Namespace using MvcPaging;   Step... (more)
category: Web Dev | clicked: 47 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASP.NET, NuGet
2
Shouts

Building Nice Display Names in ASP.NET MVC 3

published 685 days, 8 hours, 18 minutes ago posted by Matt_TCFMatt_TCF 685 days, 12 hours, 51 minutes ago
Wednesday, July 06, 2011 7:01:31 AM GMT Wednesday, July 06, 2011 2:28:08 AM GMT
Want to stop decorating your ASP.NET MVC view models with the DisplayNameAttribute when all you want is a space in your property names? Here's a simple convention you can implement to achieve exactly that. (more)
category: Web Dev | clicked: 32 | 1 comment | | source: trycatchfail.com
tags: ASP.NET MVC, Convention over Configuration
3
Shouts

The easiest way to add real-time functionality to an ASP.NET e-commerce application

published 678 days, 22 hours, 4 minutes ago posted by http://claimid.com/leggetterhttp://claimid.com/leggetter 686 days, 4 hours, 17 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Tuesday, July 05, 2011 11:01:50 AM GMT
While adding realtime functionality to ASP.NET applications has often seemed difficult due to the connection limitations of the IIS platform, it can actually be achieved fairly easily by offloading this component to third party services like Pusher. In this series of posts, I'll get you started with this exciting technology through a number of hands-on tutorials. In the first one we'll build a simple e-commerce application that displays realtime stock levels to the customers. (more)
category: Web Dev | clicked: 25 | 1 comment | | source: blog.pusher.com
tags: ASP.NET MVC, Realtime, Pusher, ASP.NET
4
Shouts

ASP.NET MVC HTML5 Before and After: The “semantic” markup of HTML5

published 694 days, 19 hours, 35 minutes ago posted by ioannisioannis 696 days, 9 hours, 59 minutes ago
Sunday, June 26, 2011 7:43:52 PM GMT Saturday, June 25, 2011 5:20:05 AM GMT
The semantic markup/value of HTML5 In this post, we see how the new semantic tags of HTML5 alter the HTML generated for the homepage of a simple site and why this is important. (more)
category: Web Dev | clicked: 40 | comment | | source: www.progware.org
tags: ASP.NET MVC, HTML 5
2
Shouts

mvc-mini-profiler - An effective mini-profiler for ASP.NET MVC

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 708 days, 6 hours, 5 minutes ago
Monday, June 13, 2011 9:14:19 AM GMT
The mvc-mini-profiler is a lightweight, but effective mini profiler tool for ASP.NET apps specially designed for ASP.NET MVC 3 apps. The mvc-mini-profiler is an free and open source tool from Stack Overflow team. The tool is initially developed for StackOverflow family of websites and open sources the tool later. This is an another great open source tool from Stack Overflow team after Dapper object mapper for .Net. The mvc-mini-profiler is available from http://code.google.com/p/mvc-mini-profiler/ . The ... (more)
category: Web Dev | clicked: 10 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASP.NET
7
Shouts

Globalization, Internationalization and Localization in ASP.NET MVC 3, JavaScript and jQuery - Part 1 - Scott Hanselman

published 721 days, 3 hours, 33 minutes ago posted by iftekharahmedamitiftekharahmedamit 726 days, 8 hours, 2 minutes ago
Tuesday, May 31, 2011 11:45:38 AM GMT Thursday, May 26, 2011 7:17:20 AM GMT
There are several books worth of information to be said about Internationalization (i18n) out there, so I can't solve it all in a blog post. Even 9 pages of blog posts. I like to call it Iñtërnâtiônàlizætiøn, actually. There's a couple of basic things to understand though, before you create a multilingual ASP.NET application. Let's agree on some basic definitions as these terms are often used interchangeably. Internationalization (i18n) - Making your application able to support a range of languages and... (more)
category: Web Dev | clicked: 66 | 1 comment | | source: www.hanselman.com
tags: ASP.NET MVC 3, ASP.NET MVC, Internationalization, ASPNETMVC, JavaScript, jQuery, Localization, Globalization, MVC, ASP.NET
2
Shouts

Edit/Update with dapper ORM and ASP.NET MVC 3

published 731 days, 7 hours, 29 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 732 days, 4 hours, 20 minutes ago
Saturday, May 21, 2011 7:50:32 AM GMT Friday, May 20, 2011 10:58:40 AM GMT
In last two post I have already written about Getting data and adding data with Dapper Micro ORM. In this post I will explain how we can use the dapper ORM for data update. For reference following is the two post links for the Dapper ORM Series.Playing with dapper Micro ORM and ASP.NET MVC 3.0Insert with Dapper Micro ORM and ASP.NET MVC 3 Now as you we have already created CustomerDB Class. In this database operation class we will add two more methods GetCustomerById and Update to get Customer based on ... (more)
category: Web Dev | clicked: 19 | 2 comments | | source: jalpesh.blogspot.com
tags: ASP.NET MVC, Dapper, ASP.NET
5
Shouts

JQuery CSS

published 731 days, 7 hours, 29 minutes ago posted by deliciousdotnetdeliciousdotnet 733 days, 8 hours, 7 minutes ago
Saturday, May 21, 2011 7:50:32 AM GMT Thursday, May 19, 2011 7:12:17 AM GMT
Using JQuery library developers can enhance their websites without worrying about browsers and their versions as long as the browsers have JavaScript enabled.Most of the JQuery CSS Methods do not modify the content of the jQuery object and they are used to apply CSS properties on DOM elements. Different types of Jquery CSS methods :css( name )This method returns a style property on the first matched element.Example:- var c = $(this).css("font-size");css( name, value )This method Set a single style prope... (more)
category: Web Dev | clicked: 17 | 2 comments | | source: deliciousdotnet.blogspot.com
tags: ASP.NET MVC, jQuery, CSS, HTML, ASP.NET
3
Shouts

Facebook Posts From Your Mvc App

published 732 days, 10 hours, 17 minutes ago posted by http://37stars.wordpress.com/http://37stars.wordpress.com/ 733 days, 10 hours, 5 minutes ago
Friday, May 20, 2011 5:02:03 AM GMT Thursday, May 19, 2011 5:14:20 AM GMT
In this post you will find a complete example of posting to a Facebook wall from an Asp.Net Mvc application. In addition to posting to a Facebook wall this post will show you how to display pages from your web site inside Facebook. We will be using the Facebook C# sdk found on Codeplex. (more)
category: Web Dev | clicked: 13 | 1 comment | | source: erictopia.com
tags: ASP.NET MVC, Facebook
5
Shouts

Great Free Video Training on ASP.NET Web Forms and ASP.NET MVC - ScottGu's Blog

published 734 days, 8 hours, 44 minutes ago posted by iftekharahmedamitiftekharahmedamit 736 days, 2 hours, 41 minutes ago
Wednesday, May 18, 2011 6:34:38 AM GMT Monday, May 16, 2011 12:37:40 PM GMT
We’ve recently published some great end-to-end ASP.NET video training courses on the http://asp.net web-site.  Created by Pluralsight (a great .NET training company), these video courses are available free of charge and provide a great way to learn (or brush-up your knowledge of) ASP.NET Web Forms 4 and ASP.NET MVC 3.  Each course is taught by a single trainer, and provides a nice end-to-end curriculum (from basic concepts to working with the new Entity Framework “code first” model to security, deploym... (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Training, eo, Web forms, ASP.NET
3
Shouts

Playing with dapper Micro ORM and ASP.NET MVC 3.0

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 736 days, 6 hours, 24 minutes ago
Monday, May 16, 2011 8:55:09 AM GMT
Some time ago Sam Saffron a lead developer from stackoverflow.com has made dapper micro ORM open source. This micro orm is specially developed for stackovewflow.com for keeping performance in mind. It’s very good single file which contains some cool functions which you can directly use in your browser. So I have decided to have a look into it. You can download dapper code from the following location it’s a single static class file called SQLMapper. http://code.google.com/p/dapper-dot-net/ So once you d... (more)
category: Web Dev | clicked: 3 | comment | | source: jalpesh.blogspot.com
tags: ASP.NET MVC, Dapper
4
Shouts

Step by step instructions to deploy ASP.NET MVC 3 to Windows Azure

published 736 days, 3 hours, 30 minutes ago posted by bartczernickibartczernicki 736 days, 16 hours, 33 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 10:46:30 PM GMT
This article will show you the steps to overcome the lack of Visual Studio 2010/Azure SDK tooling to deploy ASP.NET MVC 3 as a web role to the Azure cloud. As of the time this article was written, there are many articles out there that overcomplicate the steps and some are even outdated with the new Azure 1.4 SDK release. This article will allow you to work with the full ASP.NET MVC 3 tooling. This article will be relevant until Microsoft releases an update to the Visual Studio 2010 tooling for Azure... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: silverlighthack.com
tags: ASP.NET MVC 3, ASP.NET MVC, Cloud, Azure
4
Shouts

Ready, set, scaffold! Build ASP.NET MVC 3 applications quickly with MvcScaffolding - Rachel Appel

published 736 days, 3 hours, 30 minutes ago posted by StevesSteves 737 days, 2 hours, 4 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 1:15:03 PM GMT
If you're building ASP.NET MVC 3 applications, you'll want to know about the MvcScaffolding project on CodePlex. Software scaffolding is a way to template software applications so that you can easily get a site up and running, with complete CRUD functionality.  What is MvcScaffolding and why use it? MvcScaffolding is tool available to... (more)
category: Web Dev | clicked: 12 | 1 comment | | source: www.rachelappel.com
tags: ASP.NET MVC, Entity Framework, ASPNETMVC, MvcScaffolding, Razor, MVC, ASP.NET
4
Shouts

Web Migration - Moving Your Web App from WebMatrix to ASP.NET MVC 3 - MSDN Magazine - Brandon Satrom and Clark Sell

published 736 days, 3 hours, 30 minutes ago posted by iftekharahmedamitiftekharahmedamit 737 days, 2 hours, 39 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 12:40:07 PM GMT
This past January, Microsoft introduced a new programming model for Web development with the Microsoft .NET Framework called ASP.NET Web Pages. Currently supported by default in WebMatrix (web.ms/WebMatrix), Web Pages is a page-centric programming model that behaves much like PHP, where each page contains its own business logic, data access and dynamic content for rendering HTML to the browser. There are a variety of reasons to build a Web site in WebMatrix. But what if you know you want to move to Visu... (more)
category: Web Dev | clicked: 19 | 1 comment | | source: msdn.microsoft.com
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC 3, MSDN Magazine, WebMatrix, MVC, ASP.NET
7
Shouts

MVC Music Store Updates - MVC 3 Tools Update Features, Scaffolding, Save Points, VB.NET Code - Jon Galloway

published 736 days, 3 hours, 30 minutes ago posted by iftekharahmedamitiftekharahmedamit 738 days, 20 hours, 4 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Friday, May 13, 2011 7:15:08 PM GMT
The latest drop of the Mvc Music Store tutorial cover the ASP.NET MVC 3 Tools Update, Scaffolding, Entity Framework Code First, SQL Server CE, and more. Additionally, this drop includes a VB.NET translation of the finished project as well as save points how the code should look when you complete each section.What's in the ASP.NET MVC 3 Tools Update The ASP.NET MVC 3 Tools Update doesn't change anything i... (more)
category: Web Dev | clicked: 6 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC 3, MVC, ASP.NET
7
Shouts

ASP.NET MVC 3 and the @helper syntax within Razor - ScottGu's Blog

published 736 days, 3 hours, 30 minutes ago posted by iftekharahmedamitiftekharahmedamit 739 days, 24 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Friday, May 13, 2011 2:55:13 PM GMT
ASP.NET MVC 3 supports a new view-engine option called “Razor” (in addition to continuing to support/enhance the existing .aspx view engine).  Razor minimizes the number of characters and keystrokes required when writing a view template, and enables a fast, fluid coding workflow. Unlike most template syntaxes, with Razor you do not need to interrupt your coding to explicitly denote the start and end of server blocks within your HTML. The Razor parser is smart enough to infer this from your code. This en... (more)
category: Web Dev | clicked: 10 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC 3, Razor, ASP.NET
6
Shouts

Telerik Extensions for ASP.NET MVC: File-New-NuGet

published 737 days, 10 hours, 49 minutes ago posted by KodefuGuruKodefuGuru 741 days, 44 minutes ago
Sunday, May 15, 2011 4:29:37 AM GMT Wednesday, May 11, 2011 2:35:31 PM GMT
I previously wrote about how easy NuGet makes it to install free and open source libraries into your projects. One essential library for any MVC project is Telerik Extensions for ASP.NET MVC (it has a grid, editor, date picker, and more), and it’s both open source and available through NuGet. You can view demos of it on Telerik’s website, but I want to walk you through setting it up in your own project from scratch. From a new instance of Visual Studio, go to File | New | Project. In the New Project ... (more)
category: Web Dev | clicked: 1 | comment | | source: www.kodefuguru.com
tags: ASP.NET MVC, Telerik, NuGet
6
Shouts

EF Code First and Data Scaffolding with the ASP.NET MVC 3 Tools Update - ScottGu's Blog

published 736 days, 3 hours, 30 minutes ago posted by iftekharahmedamitiftekharahmedamit 745 days, 14 hours, 32 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Saturday, May 07, 2011 12:47:11 AM GMT
Earlier this week I blogged about the new ASP.NET MVC 3 Tools Update that we shipped last month.  In today’s blog post I’m going to go into more detail about two of the cool new features it brings: Built-in support for EF 4.1 (which includes the new EF “code-first” support) Built-in data scaffolding support within Visual Studio (which enables you to rapidly create data-driven sites) These two features provide a really sweet, and extremely powerful, way to work with data and build data-driven web appl... (more)
category: Web Dev | clicked: 4 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, .NET, Visual Studio, MVC 3, MVC, ASP.NET
7
Shouts

Telerik Blogs > Telerik ASP.NET MVC Extensions: Upload Deep Dive

published 742 days, 19 hours, 46 minutes ago posted by KodefuGuruKodefuGuru 746 days, 10 hours, 59 minutes ago
Monday, May 09, 2011 7:32:46 PM GMT Friday, May 06, 2011 4:19:33 AM GMT
Recently there have been quite a few questions popping up around our ASP.NET MVC upload component, specifically when working with it in synchronous mode. Although this variation of uploading files is not really too complex when compared to its asynchronous counter-part, I believe some of the confusion stems from the MVC syntax that is used in our online d... (more)
category: Web Dev | clicked: 52 | 1 comment | | source: blogs.telerik.com
tags: ASP.NET MVC, Telerik
6
Shouts

Get Your ASP.NET MVC App in the Spotlight

published 744 days, 15 hours, 35 minutes ago posted by KodefuGuruKodefuGuru 747 days, 10 hours, 56 minutes ago
Saturday, May 07, 2011 11:43:58 PM GMT Thursday, May 05, 2011 4:23:32 AM GMT
Let Telerik know how the Telerik Extensions for ASP.NET MVC facilitated your development and participate in a contest for a spot in Telerik's Showcase Gallery and a number of Telerik Ultimate Collection licenses! (more)
category: Web Dev | clicked: 0 | 1 comment | | source: www.telerik.com
tags: ASP.NET MVC, Telerik
Previous 1 2 3 4 5 6 7 8 9 10 ... 16 17 Next