DotNetShoutout - Stories tagged with ASP.NET MVC
2
Shouts

Hide table column and colorize rows based on value with jQuery

published 417 days, 16 hours, 58 minutes ago posted by lenielleniel 425 days, 23 hours, 19 minutes ago
Sunday, April 01, 2012 8:31:29 PM GMT Saturday, March 24, 2012 2:10:58 PM GMT
This is a handy piece of code that I used last year in one of my projects. I had scheduled to post about it but it was just after I saw a question at StackOverflow asking for this that I decided to write about it. So here it is: let’s say you want a nice UI experience and to achieve that you wanna colorize/highlight a table row according to a given value present in a column of this row. This is a simple task when we use jQuery. Read on... (more)
category: UX | clicked: 71 | comment | | source: www.leniel.net
tags: ASP.NET MVC, column, row, hide, color, Programming, TAble, UI, JavaScript, Highlight, jQuery, WebGrid, CSS, HTML
2
Shouts

ASP.NET MVC 4 Beta Overview | dotnetExpertGuide.com

published 452 days, 3 hours, 42 minutes ago posted by nandipnandip 460 days, 22 hours, 39 minutes ago
Monday, February 27, 2012 9:47:43 AM GMT Saturday, February 18, 2012 2:50:27 PM GMT
This post is part of ASP .NET MVC 4 Article Series. Yesterday Microsoft announced ASP.NET MVC 4 Beta released on the road to ASP.NET MVC 4. Beta release included some great new feature in addition to ASP.NET MVC 4 developer preview. Here we will take quick overview of whats new included in ASP.NET MVC 4 Beta release. Software Requirements and Installation The ASP.NET MVC 4 beta requires PowerShell 2.0 and Visual Studio 2010 with SP 1 or Visual Web Developer Express 2010 with SP 1. Before installing ... (more)
category: Web Dev | clicked: 44 | comment | | source: www.dotnetexpertguide.com
tags: ASP.NET MVC, ASP.NET MVC 4
2
Shouts

Testing DI bootstrappers

published 472 days, 19 hours, 7 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 473 days, 5 hours, 21 minutes ago
Monday, February 06, 2012 6:22:29 PM GMT Monday, February 06, 2012 8:08:20 AM GMT
While your Dependency Injection bootstrappers - being responsible for gluing your application together - are a vital part of your application, they are seldom put under test. I don't see any reason why they shouldn't be though. The cost of these tests is negligible, definitely if you compare it to the cost of the often catastrophical outcome of bugs in your bootstrappers. (more)
category: Web Dev | clicked: 25 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, Ninject, Unit Test, unit testing
5
Shouts

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

published 476 days, 20 hours, 23 minutes ago posted by StevesSteves 477 days, 20 hours, 22 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 476 days, 20 hours, 23 minutes ago posted by KluggerKlugger 477 days, 20 hours, 42 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 476 days, 20 hours, 23 minutes ago posted by iftekharahmedamitiftekharahmedamit 479 days, 20 hours, 24 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

How to Use Windows Azure Blob Storage Service With ASP.NET MVC Web Application

published 487 days, 13 hours, 17 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 490 days, 19 hours, 17 minutes ago
Monday, January 23, 2012 12:13:07 AM GMT Thursday, January 19, 2012 6:12:51 PM GMT
This blog post will walk you through on how to useWindows Azure Blob Storage service with ASP.NET MVC web application. (more)
category: Web Dev | clicked: 72 | comment | | source: tugberkugurlu.com
tags: ASP.NET MVC 3, ASP.NET MVC, Windows Azure, Windows Azure Storage, ASP.NET
4
Shouts

Autocorrecting unknown actions using the Levenshtein distance

published 490 days, 14 hours, 55 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 494 days, 22 hours, 4 minutes ago
Thursday, January 19, 2012 10:35:12 PM GMT Sunday, January 15, 2012 3:25:19 PM GMT
This weekend I prototyped an idea I had earlier this week: autocorrecting unknown actions in ASP.NET MVC. (more)
category: Web Dev | clicked: 20 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, Routing, url, Algorithm
3
Shouts

An approach to mobile support in ASP.NET MVC

published 495 days, 1 hour, 35 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 497 days, 17 hours, 10 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Thursday, January 12, 2012 8:19:20 PM GMT
I have been spending a decent amount of time working on a side project in ASP.NET MVC lately. From the start, I planned on supporting mobile. There are lots of ways you can use or extend ASP.NET MVC to support mobile. Having tried several, I can say they all have their merits, and the solution that will work for you very much depends on your requirements. In this post I will run you over the implementation that worked for me, for my specific requirements. (more)
category: Web Dev | clicked: 39 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, Mobile, ASP.NET
3
Shouts

ASP.NET MVC Code Review #2 - A Way of Working with Html Select Element (AKA DropDownList) In ASP.NET MVC

published 503 days, 21 hours, 39 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 510 days, 14 hours, 56 minutes ago
Friday, January 06, 2012 3:51:12 PM GMT Friday, December 30, 2011 10:33:24 PM GMT
This is the #2 of the series of blog posts which is about some core scenarios on ASP.NET MVC: A Way of Working with Html Select Element (AKA DropDownList) In ASP.NET MVC (more)
category: Web Dev | clicked: 43 | 1 comment | | source: tugberkugurlu.com
tags: ASP.NET MVC, C#, dropdownlist, Razor, HTML, ASP.NET
3
Shouts

ASP.NET MVC Code Review #1 - File Upload With HttpPostedFileBase Class

published 507 days, 17 hours, 52 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 511 days, 13 hours, 52 minutes ago
Monday, January 02, 2012 7:37:30 PM GMT Thursday, December 29, 2011 11:37:41 PM GMT
This is #1 of the series of blog posts which is about some core scenarios on ASP.NET MVC: File Upload With HttpPostedFileBase Class (more)
category: Web Dev | clicked: 32 | 1 comment | | source: tugberkugurlu.com
tags: ASP.NET MVC, File upload, Razor, ASP.NET
3
Shouts

How to Work With Generic Repositories on ASP.NET MVC and Unit Testing Them By Mocking

published 516 days, 17 hours, 3 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 518 days, 18 hours, 2 minutes ago
Saturday, December 24, 2011 8:26:37 PM GMT Thursday, December 22, 2011 7:27:54 PM GMT
In this blog post we will see how to work with generic repositories on ASP.NET MVC and unit testing them by mocking with moq (more)
category: Web Dev | clicked: 25 | 1 comment | | source: tugberkugurlu.com
tags: ASP.NET MVC 3, ASP.NET MVC, Ninject, Mocking, Dependecy Injection, Mock, Moq, Unit Test, ASP.NET
3
Shouts

Generic Repository Pattern - Entity Framework, ASP.NET MVC and Unit Testing Triangle

published 515 days, 5 hours, 14 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 519 days, 2 hours, 15 minutes ago
Monday, December 26, 2011 8:15:27 AM GMT Thursday, December 22, 2011 11:14:52 AM GMT
We will see how we can implement Generic Repository Pattern with Entity Framework and how to benefit from that. (more)
category: Web Dev | clicked: 86 | comment | | source: tugberkugurlu.com
tags: Repository, ASP.NET MVC 3, ASP.NET MVC, Entity Framework, Abstract Class
3
Shouts

2011's most read posts

posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 523 days, 18 hours, 39 minutes ago
Saturday, December 17, 2011 6:50:23 PM GMT
I compiled a list of most popular posts that were published on this blog in 2011. Unlike last year, and the year before that, this year it's not a strict top five list. While analyzing the statistics, I found out that a few topics -covered over multiple posts - were popular this year. (more)
category: Web Dev | clicked: 12 | comment | | source: jclaes.blogspot.com
tags: ASP.NET MVC, anonymous types, websockets, html5
4
Shouts

ASP.NET MVC, HTML5, CSS3, JQuery templates, IEnumerable binding, knockoutjs and offline cache in a demo. A brave new world

posted by ioannisioannis 524 days, 21 hours, 18 minutes ago
Friday, December 16, 2011 4:11:31 PM GMT
Combining all those technologies into a simple webpage that manages a name list. (more)
category: Web Dev | clicked: 39 | comment | | source: www.progware.org
tags: ASP.NET MVC, KnockoutJS, html5
5
Shouts

Inside ASP.NET MVC: Instantiation of Controller

published 527 days, 22 hours, 50 minutes ago posted by http://www.beletsky.net/http://www.beletsky.net/ 531 days ago
Tuesday, December 13, 2011 2:39:39 PM GMT Saturday, December 10, 2011 1:30:02 PM GMT
Controller are being created by ControllerFactory, by default IControllerFactory type is being resolved to DefaultControllerFactory. Today's post is dedicated to some details of how actually DefaultControllerFactory works and creates instance of required controller. Let's go from the beginning! Request for controller instance Initially, we are at MvcHandler's ProcessRequestInit method, where we extract controllers name from RouteData and request controller factory to create corresponding controller. p... (more)
category: Web Dev | clicked: 25 | comment | | source: www.beletsky.net
tags: ASP.NET MVC, .NET, internals
2
Shouts

ResourceManager with an External Assembly DLL

posted by lenielleniel 539 days, 17 hours ago
Thursday, December 01, 2011 8:29:41 PM GMT
As a software developer I like to work with everything that is related to software Localization known as L10n. Besides being a developer working defining the architecture that will be adopted in a given project and doing the hard “FUN” work writing the code, I’m also a translator. One thing I've been trying to do recently is to be able to use localized strings that are present in an external assembly [ DLL ] using the ResourceManager object. Read on... (more)
category: Web Dev | clicked: 13 | comment | | source: www.leniel.net
tags: ASP.NET MVC, Programming, C#, ResourceManager, dll, translation, Razor, Helpers, L10n, resx, resource files, Localization, ASP.NET
2
Shouts

Building a Windows Azure App using Azure Queue, Azure Table and ASP.NET MVC Web Role - Shiju Varghese's Blog

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 539 days, 18 hours, 46 minutes ago
Thursday, December 01, 2011 6:43:21 PM GMT
In this post, I will demonstrate a Windows Azure app using Azure Queue, Azure Table and a ASP.NET MVC 4 Web Role application. This post is explaining few initial steps for building a demo Azure app where asynchronous commands (write operations that changes the data) put into Azure Queue and an Azure Work Role will persist the data into Azure Table from Queue messages for the read operations. The source code is available from http://azurehack.codeplex.com/ .The demo application will modify and add more fu... (more)
category: Architecture | clicked: 49 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Windows Azure, Windows Azure Storage
2
Shouts

ASP.NET MVC Server Side Remote Validation

posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 564 days, 17 hours, 40 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
4
Shouts

A scripting language for your (web)app with DLR or Roslyn

published 568 days, 11 hours, 20 minutes ago posted by ioannisioannis 571 days, 2 hours, 9 minutes ago
Thursday, November 03, 2011 2:09:25 AM GMT Monday, October 31, 2011 11:20:42 AM GMT
How to provide a scripting language to your users of your (web)app by using the Dynamic Language Runtime (DLR) and IronPython, and then the services provided by the Roslyn CTP with C#. (more)
category: Architecture | clicked: 40 | 1 comment | | source: www.progware.org
tags: ASP.NET MVC, DLR, Roslyn, IronPython
Previous 1 2 3 4 5 6 7 8 9 10 ... 16 17 Next