(Phil Haack) When you create a new ASP.NET MVC 3 project, the new project wizard dialog contains several options for different MVC project templates:
Tag: Development
Javascript to copy or select automatically
(Dorababu M) In this article I give some JavaScript samples of automatically copying text from one textbox to another textbox while also automatically checking some checkboxes and selecting dropdown list values.
MVVM: Tips when implementing INotifyPropertyChanged
(ScottBurk67) A friend of mine wrote recently and asked the following question regarding an implementation of the MVVM pattern: “Is it generally desirable to implement INotifyPropertyChanged on Model classes, ViewModel classes, or both?”
Working with FusionCharts using ASP.NET
(Anand Narayanaswamy) Nowadays, users are constantly looking for more intuitive user interfaces. Because of this, it is vital to develop ASP.NET applications with diagrams such as Charts. FusionCharts enables you to plug-in several charts from a wide range of sources easily with a small amount of co
Ask Ben: When To Provide Default Values In ColdFusion
(Ben Nadel) Having read “Object-Oriented Programming in ColdFusion” by Matt Gifford, I’m excitedly getting into creating components. With lots of functions. So as I was coding, I started thinking about CFFunction and CFArgument, and came up with a question I couldn’t answer: Generally, when supplyin
Understanding the .NET Task Parallel Library TaskScheduler
(Jeffrey Juday) The most talented orchestra will sound uninspired without an equally talented conductor. Similar conclusions can be drawn to a Parallel Programming workload conductor. The .NET Task Parallel Library (TPL) Parallel programming conductor is the TaskScheduler.
Replacing the Animation Control Extender with jQuery Animations
(Joe Stagner) Next up in this series is control animation. The Ajax Control Toolkit has an Animation Control Extender [ see HERE ].
Using jQuery Mobile with ASP.NET MVC
(Peter Mourfield) jQuery Mobile is a web UI framework from the same guys over at the jQuery Project. jQuery Mobile is built on top of the jQuery Core and jQuery UI projects with the intent of bringing a consistent UI framework to mobile platforms.
LINQ Query, Selection, Partial Selections and Aggregations
(Nikhil Singhal) LINQ allows you to write structured, type-safe queries over local object collections and remote data sources. LINQ interview questions are short and allow the interviewer to quickly test the depth of your knowledge in LINQ and to a certain degree, extension methods.
Bin Deploying ASP.NET MVC 3
(Phil Haack) When you build an ASP.NET MVC 3 application and are ready to deploy it to your hosting provider, there are a set of assemblies you’ll need to include with your application for it to run properly, unless they are already installed in the Global Assembly Cache (GAC) on the server.
