Stories recently tagged with 'MVC'

Introduction to ASP.NET MVC Part 2: Creating a Hello World Site in MVC(www.youtube.com)

submitted by SymetriXSymetriX(30) 4 days, 8 hours ago

In this video I make a simple Hello World site using ASP.NET MVC 4 (but the steps will still work in MVC 3 as well) read more...

add a comment |category: |Views: 3

tags: another

IronJSMVC: Script ASP.NET MVC in JavaScript using IronJS(pietschsoft.com)

submitted by pwhe23pwhe23(972) 4 days, 19 hours ago

Personally, I enjoy writing much of my applications using a statically typed language such as C#. However, I would really prefer to be able to write UI logic and script certain parts of my applications using a dynamic language if I could. I was thinking about this and the following question came to mind: What would it be like to write an ASP.NET MVC application entirely using JavaScript? read more...

add a comment |category: |Views: 5

tags: another

Configuring MVC Bundles with NuGet(www.tomdupont.net)

submitted by tduponttdupont(1259) 5 days, 15 hours ago

MvcBundleConfig is a very simple project that adds configuration and debugging features to MVC 4's bundling framework. Once you create a new MVC4 web application and install the MvcBundleConfig NuGet Package, then you need only update our layout to use the new bundle extension methods, and you are ready to go! read more...

add a comment |category: |Views: 6

tags: another

MVC Strongly-Typed Action Helpers - They're Back!(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 5 days, 17 hours ago

Way back in 2009, the MVC Futures assembly introduced “strongly-typed action helpers”. They allowed you to render links using lambda expressions pointing directly to the actions on your controller, rather than using strings. Here's an alternative implementation that aims to resolve some of the performance issues they had. read more...

1 comment |category: |Views: 199

tags: another

Using ASP.NET MVC 4, ApiControllers and SQL Server 2012(galratner.com)

submitted by galratnergalratner(334) 6 days, 2 hours ago

ASP.NET MVC continues to innovate and in its current version (4) it offers support for Web APIs. Today we are going to examine a real life scenario of using Web APIs along with MVC 4 as we are utilizing the Google Earth plug-in to mark a defined area and SQL Server 2012 geography type to help us persist and calculate GIS data. In our example we are going to mark an area on the globe using a polygon, calculate the center of the area, find all of the coffee shops closest to the center of the area and arrange them by distance. We are going to mark them on the map as well as show a full list including ranking. read more...

add a comment |category: |Views: 202

tags: another

Code First Approach using Entity Framework 4.1, Inversion of Control, (dotnetslackers.com)

submitted by akhilmittal20akhilmittal20(66) 7 days, 16 hours ago

Code First Approach using Entity Framework 4.1, Inversion of Control read more...

2 comments |category: |Views: 209

tags: another

Create Separate Web API’s Action for Mobile Request: ASP.NET MVC 4(techbrij.com)

submitted by urenjoyurenjoy(342) 8 days, 9 hours ago

This article explains how to implement separate actions for mobile request keeping same URL format in Web API. read more...

add a comment |category: |Views: 139

tags: another

Beginner video+blog series Part 1: What is ASP.NET MVC?(www.rogerharford.com)

submitted by SymetriXSymetriX(30) 10 days, 9 hours ago

Hey guys, I'm starting a new video+blog series on ASP.NET MVC and would love your feedback read more...

add a comment |category: |Views: 8

tags: another

Basic HTTP authentication in ASP.NET Web API using membership provider(www.piotrwalat.net)

submitted by pwalatpwalat(44) 10 days, 22 hours ago

Blog pos showingt how to provide Basic HTTP authentication in ASP.NET Web API with support for membership and role providers by extending framework’s AuthotrizeAttribute. read more...

1 comment |category: |Views: 265

tags: another

Pass Session or Viewbag values to JS Files : ASP.NET MVC 3(techbrij.com)

submitted by urenjoyurenjoy(342) 12 days, 6 hours ago

This post explains different ways to get Session, ViewBag or server side variable’s values in your external JS files. read more...

1 comment |category: |Views: 143

tags: another

Change Form Field Validation at Run-Time with Dynamic Data Annotations(www.primaryobjects.com)

submitted by surfer6surfer6(362) 12 days, 6 hours ago

Learn how to load MVC data annotation attributes from an XML file, allowing you to change form field validation at run-time! Provides an easy integration point for CMS content management systems or other tools to edit form field validation and customize forms on-the-fly. read more...

add a comment |category: |Views: 6

tags: another

jQuery UI Helpers v0.5 has been released(jqueryuihelpers.apphb.com)

submitted by attilaxattilax(34) 20 days ago

jQuery UI Helpers is a set of HTML Helpers which help you to integrate jQuery UI into your ASP.NET MVC application. The new version contains helpers for Draggable, Droppable and Selectable - so the library now supports all jQuery UI widgets and interactions. It works with ASP.NET MVC3 and ASP.NET MVC4 Beta. Follow this link to learn how-to create a Tabs widget, load remote content into it using Ajax, or rotate it automatically. read more...

add a comment |category: |Views: 12

tags: another

How to create custom forms in Orchard CMS with Email and reCaptcha(devdirective.com)

submitted by RobertTheGreyRobertTheGrey(447) 28 days, 9 hours ago

Forms should be easy right? Well, forms have a habit of making life difficult for web developers. But now finally, we can see how Orchard CMS can help make this easy with its rich extensibility model. read more...

2 comments |category: |Views: 115

tags: another

Time Saving Features For MVC Developers(blogs.telerik.com)

submitted by TelerikTelerik(388) 28 days, 9 hours ago

I recently started reacquainting myself with the Telerik MVC Extensions, and it seems I had forgotten just how awesome they are! I want to talk about a few of the less known features I find really awesome in the extensions. read more...

1 comment |category: |Views: 388

tags: another

A XAML Guy digs into ASP.NET MVC4 (Part 1 of ?)(michaelcrump.net)

submitted by mbcrumpmbcrump(1034) 1 month, 1 day ago

Introduction Through and through I love XAML. I love building and working with SL, WPF, WP7, and Windows 8 XAML Metro Apps. But one thing that I’m aiming for is to have an understanding of other web applications frameworks (MVC in particular). Mainly for two reasons, to become better informed and for my passion of helping customers of Telerik to find suitable web solutions (be it Silverlight, WebForms, MVC, etc). I am not brand new to MVC as I have worked with it before, but I feel that it is time for me start “from scratch” and document my experience. As I’ve said many times before this blog was created for me as a quick reminder of how I did something. If anyone benefited from reading what I wrote then that was just a bonus. If you already know MVC then you won’t get much out of this series. If you are a XAML person, and want to see what the other side looks like then stick around. I’m sure I’ll make plenty of mistakes but hopefully we can learn together. read more...

add a comment |category: |Views: 91

tags: another

Using SpecsFor.Mvc - Dealing with Authentication(trycatchfail.com)

submitted by Matt_TCFMatt_TCF(946) 1 month, 3 days ago

This is part four of my series on using SpecsFor.Mvc to write awesome automated acceptance tests for your ASP.NET MVC application. In this post, I’ll show you how to create an authentication handler that will be used by SpecsFor.Mvc to authenticate with your app prior to executing each spec. read more...

add a comment |category: |Views: 4

tags: another