DotNetShoutout - Stories tagged with ASPNETMVC
5
Shouts

Getting Started with Mobile Web Development Using HTML5, jQuery Mobile and ASP.NET MVC 4 - Rachel Appel

published 474 days, 23 hours, 53 minutes ago posted by StevesSteves 475 days, 23 hours, 52 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Wednesday, February 01, 2012 5:07:55 PM GMT
Welcome to the first installment of the Web Development Report, a new online column at MSDN Magazine. Each month, current topics and issues in Web application development using technologies such as HTML5, ASP.NET, jQuery, Mobile Web and more will be discussed. The area covered this month is mobile Web Development. As you probably know, software development is shifting toward the mobile space. Mobile devices have become ubiquitous in the consumer landscape, and the demand for mobile software is increasin... (more)
category: Web Dev | clicked: 80 | 1 comment | | source: msdn.microsoft.com
tags: ASP.NET MVC, ASP.NET MVC 4, ASPNETMVC, jQuery, Mobile, html5
5
Shouts

Add HTML5 Geolocation plus Bing Maps into ASP.NET MVC views - Rachel Appel

published 474 days, 23 hours, 53 minutes ago posted by KluggerKlugger 476 days, 12 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Wednesday, February 01, 2012 4:47:48 PM GMT
The Bing Maps API is a free, easy to use API, that allows you to incorporate mapping features into your ASP.NET MVC or application by using Web standards such as JavaScript, and the now supported HTML5 Geolocation. Bing Maps and ASP.NET MVC A Bing maps API key is required when using the API. The Bing Maps key allows you to access Geolocation data, and to manipulate an in-view ... (more)
category: Web Dev | clicked: 80 | 1 comment | | source: rachelappel.com
tags: ASP.NET MVC, ASPNETMVC, Bing Maps, GeoLocation, MVC, ASP.NET, html5
6
Shouts

Syncfusion is Offering Free ASP.NET MVC User Interface Controls for Microsoft WebsiteSpark Subscribers - Iftekhar Ahmed Amit's Blog

published 474 days, 23 hours, 53 minutes ago posted by iftekharahmedamitiftekharahmedamit 477 days, 23 hours, 54 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Monday, January 30, 2012 5:06:01 PM GMT
Give your web applications a 360˚ transformation with Syncfusion’s ASP.NET MVC user interface controls!   Microsoft WebsiteSpark Subscribers are eligible for a Free license (calculated at over $1,000) and a 90-day subscription.     Syncfusion’s ASP.NET MVC user interface controls User ... (more)
category: Web Dev | clicked: 69 | 1 comment | | source: blog.iftekharahmedamit.com
tags: ASP.NET MVC, ASPNETMVC, SyncFusion, WebsiteSpark, MVC, ASP.NET
2
Shouts

ASP.NET MVC Server Side Remote Validation

posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 562 days, 21 hours, 11 minutes ago
Sunday, November 06, 2011 7:49:26 PM GMT
In this quick post, I will show you a way of implementing ASP.NET MVC Server Side Remote Validation just like ASP.NET MVC Remote Validation (more)
category: Web Dev | clicked: 21 | comment | | source: tugberkugurlu.com
tags: ASP.NET MVC, remote validation, ASPNET, ASPNETMVC, asp.netmvc, ASP.NET
3
Shouts

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

published 569 days, 20 hours, 18 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 570 days, 5 hours, 4 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

ASP.NET MVC Remote Validation For Multiple Fields With AdditionalFields Property

published 569 days, 20 hours, 18 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 576 days, 7 hours, 1 minute ago
Sunday, October 30, 2011 8:41:35 PM GMT Monday, October 24, 2011 9:58:41 AM GMT
This post shows the implementation of ASP.NET MVC Remote Validation for multiple fields with AdditionalFields property and we will validate the uniqueness of a product name under a chosen category. (more)
category: Web Dev | clicked: 70 | 1 comment | | source: tugberkugurlu.com
tags: Validation, remote validation, ASPNETMVC, jQuery, ASP.NET
5
Shouts

Display Events in Calendars from database in Aspnet | DevelopersCode|A Technology Blog For .Net and Android Developers

posted by taanu51taanu51 657 days, 8 hours, 6 minutes ago
Thursday, August 04, 2011 8:53:35 AM GMT
Hi friends,In this article i am going to explain the procedure of display evens in calendar from database in aspnet.Here we need to create two forms ,one for adding events in the form and another one for displaying that events in the calendar and gridview.so lets start how to do this First,we need to create a Entry form where we are going to enter the events For this,Select a new Web form and change the name as per your requirment.Here i am using the default name as Default.aspx NextAdd t... (more)
category: Web Dev | clicked: 30 | comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, Control, ASPNETMVC, SqlServer 2008, ASP .NET, Database, Calendar, C# .NET, aspnetajax
7
Shouts

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

published 722 days, 5 hours, 14 minutes ago posted by iftekharahmedamitiftekharahmedamit 727 days, 9 hours, 43 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
4
Shouts

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

published 737 days, 5 hours, 11 minutes ago posted by StevesSteves 738 days, 3 hours, 45 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 737 days, 5 hours, 11 minutes ago posted by iftekharahmedamitiftekharahmedamit 738 days, 4 hours, 20 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 737 days, 5 hours, 11 minutes ago posted by iftekharahmedamitiftekharahmedamit 739 days, 21 hours, 45 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 737 days, 5 hours, 11 minutes ago posted by iftekharahmedamitiftekharahmedamit 740 days, 2 hours, 5 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
5
Shouts

ASP.NET MVC 3 Tools Update - ScottGu's Blog

published 748 days, 1 hour, 39 minutes ago posted by iftekharahmedamitiftekharahmedamit 749 days, 2 hours, 39 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Wednesday, May 04, 2011 2:21:09 PM GMT
Three weeks ago we held our MIX 2011 conference in Las Vegas.  MIX is one of my favorite events of the year, and the conference always has a ton of great content and announcements.  All of the keynotes and breakout sessions from the event can be watched online for free here.  I’ll be doing a few posts in the upcoming weeks that also cover some highlights from it.ASP.NET MVC 3 Tools Update One of the announcements I made in my Day 1 keynote was the release of an ASP.NET MVC 3 Tools Update.  This update i... (more)
category: Web Dev | clicked: 3 | 4 comments | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC, ASP.NET
5
Shouts

ASP.NET MVC 3 Tools Update, now with Drop-Down Lists! - Joe Cartano

published 765 days, 2 hours, 58 minutes ago posted by StevesSteves 766 days, 2 hours, 49 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 2:10:58 PM GMT
The ASP.NET MVC 3 Tools Update includes EF Code First as a preinstalled NuGet package. You can use EF Code First to generate models and then scaffold them with the updated Add Controller tool. Of course, you don’t have to use EF Code First to take advantage of the updated scaffolding in the ASP.NET MVC 3 Tools Update. Lets take a look at some of the improvements. Below is a screenshot of the new and improved Add Controller dialog. I am about to scaffold a controller and CRUD views for the Employee entity... (more)
category: Web Dev | clicked: 11 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC, ASP.NET
6
Shouts

Hacking jQuery-Validate in ASP.NET MVC - Matt Hamilton

published 765 days, 2 hours, 58 minutes ago posted by StevesSteves 766 days, 21 hours, 15 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Saturday, April 16, 2011 7:44:31 PM GMT
You'll remember from my last post that I've been working on a small order-entry program in ASP.NET MVC. This is my first "from scratch" ASP.NET MVC application, so I've been learning some MVC and jQuery tricks along the way. Here's a partial screenshot of the "new order" screen to refresh your memory: You'll notice that each silo has a "capacity", and I wanted to be able to limit the item quantity to that value. No sense in allowing a farm to order mo... (more)
category: Web Dev | clicked: 4 | 1 comment | | source: matthamilton.net
tags: ASP.NET MVC, Validation, ASPNETMVC, jQuery, Razor, ASP.NET
11
Shouts

CompareAttribute in ASP.NET MVC 3 - Compare Properties During Validation - David Hayden

published 861 days, 22 hours, 36 minutes ago posted by iftekharahmedamitiftekharahmedamit 862 days, 23 hours, 41 minutes ago
Tuesday, January 11, 2011 6:23:59 PM GMT Monday, January 10, 2011 5:18:30 PM GMT
Yesterday I was talking about IValidatableObject in DataAnnotations and how ASP.NET MVC 3 has direct support for it: ASP.NET MVC 3 Validation and IValidatableObject. I mentioned that you can use IValidatableObject for those validation rules that are based on the entire model. The example I showed ( with caveats ) was for validating that ConfirmPassword and Password were the same during user registration. I also mentioned that you c... (more)
category: Web Dev | clicked: 11 | comment | | source: davidhayden.com
tags: ASP.NET MVC 3, ASP.NET MVC, Validation, ASPNETMVC, MVC, ASP.NET
10
Shouts

How to Use Asynchronous Controllers in ASP.NET MVC2 & MVC3 - Aaron

published 861 days, 22 hours, 36 minutes ago posted by iftekharahmedamitiftekharahmedamit 862 days, 23 hours, 58 minutes ago
Tuesday, January 11, 2011 6:23:59 PM GMT Monday, January 10, 2011 5:01:54 PM GMT
he primary reason I added asynchronous methods to Quick and Dirty Feed Parser 0.3 was because I wanted to use QD Feed Parser in conjunction with asynchronous controllers in ASP.NET MVC3. MSDN has some excellent documentation which explains the ins and outs of asynchronous controllers in ASP.NET MVC, yet there aren’t many good examples of how to use it online. Given this, I thought I would make one. (more)
category: Web Dev | clicked: 16 | 1 comment | | source: www.aaronstannard.com
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, ASP.NET MVC 2, ASP.NET
8
Shouts

Integrating ASP.NET MVC 3 into existing upgraded ASP.NET 4 Web Forms applications - Scott Hanselman

published 861 days, 22 hours, 36 minutes ago posted by iftekharahmedamitiftekharahmedamit 863 days, 2 minutes ago
Tuesday, January 11, 2011 6:23:59 PM GMT Monday, January 10, 2011 4:58:09 PM GMT
I got an interesting question recently from a gentleman who has an existing ASP.NET WebForms 2.0 application that works just fine. He's upgraded it to ASP.NET 4 and it still works great, but now he wants to add some ASP.NET MVC pages to it. He doesn't want to rewrite the application. A few years ago I did a post on "Hybrid" ASP.NET applications. The goal was to reinforce the point that you can have ASP.NET applications that are both WebForms and MVC (as well as WCF and ASMX Web Services and on and on.) ... (more)
category: Web Dev | clicked: 1 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, ASPNETMVC, ASP.NET 4, ASP.NET
8
Shouts

ASP.NET MVC3 Razor Script Loading Tips

published 877 days, 4 hours, 53 minutes ago posted by http://kazimanzurrashid.myopenid.com/http://kazimanzurrashid.myopenid.com/ 881 days, 18 hours, 55 minutes ago
Monday, December 27, 2010 12:07:02 PM GMT Wednesday, December 22, 2010 10:04:53 PM GMT
Lately, I have been playing with few JavaScript frameworks and in today’s modern web applications it is very common that we are including tons of JavaScript files in our application. One of the thing that plays important role in application performance is how fast these script files are delivered into the browsers. I have extensively blogged on ... (more)
category: Web Dev | clicked: 4 | 2 comments | | source: kazimanzurrashid.com
tags: ASPNETMVC, ASP .NET MVC, MVC, ASP.NET
9
Shouts

ASP.NET MVC Theme Supported Razor View Engine

published 897 days, 23 hours, 14 minutes ago posted by http://kazimanzurrashid.myopenid.com/http://kazimanzurrashid.myopenid.com/ 900 days, 20 hours, 21 minutes ago
Monday, December 06, 2010 5:45:28 PM GMT Friday, December 03, 2010 8:39:14 PM GMT
Recently, I was trying to add theme support in one of my pet project. There are already few articles available in ASP.NET MVC ViewEngine theming  which you will find by Google/Bing, but those are not best fitted in my case. One of the goal in theming I wanted to implement is to add fallback support, which means if a theme does not have th... (more)
category: Web Dev | clicked: 39 | 2 comments | | source: kazimanzurrashid.com
tags: ASPNETMVC, ASP .NET MVC, Razor, MVC
Previous 1 2 3 4 5 Next