| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
1 Articles match "Article","Helper"
| Related DevelopMentor Courses | MORE | | Michael Kennedy: Building ASP.NET MVC Forms with Razor (ASP.NET MVC Foundations Series) In this ASP.NET MVC Foundations article, we’re going to look at building an ASP.NET MVC page which allows users to create and edit objects in our domain. We’ll cover just the basics of using HTML helpers to map model properties to our HTML form and Model Binding to convert our HTML form back into our rich domain object. We’ll start with a very basic store website (downloads here: BasicMvcForms_starter.zip and BasicMvcForms_final.zip)which has a database and some basic products already listed. Continue reading → DevelopMentor Courses - Friday, January 20, 2012 |
12 Articles match "Article","Helper"
| The Latest from DevelopMentor | MORE | | Understanding Text Encoding in ASP.NET MVC (ASP.NET MVC Foundations Series) This article covers the various ways in which you might handle text encoding in ASP.NET MVC. On the other hand, if you’re building a CMS or utility helper method, you do not want to filter out the HTML a user might type. Then we can use the helper method: @Html.Raw(cmsSectionData). Finally, if you are writing little helper methods to make your views cleaner (a good idea!), Check out the Helpers section of the demo to see this in action. Filed under: Articles Tagged: NET , Foundations , MVC , web. forum app which is safe from XSS injection. Michael C. Kennedy's Weblog - Monday, October 15, 2012 Building ASP.NET MVC Forms with Razor (ASP.NET MVC Foundations Series) In this ASP.NET MVC Foundations article, we’re going to look at building an ASP.NET MVC page which allows users to create and edit objects in our domain. We’ll cover just the basics of using HTML helpers to map model properties to our HTML form and Model Binding to convert our HTML form back into our rich domain object. We’ll use the HTML Helper methods to convert our product into forms ready for the editing. Articles ASP.NET Foundations MVC Visual Studio web2.0There links to edit and create products. That’s easy enough. It all starts with Html.BeginForm (). Kennedy. Michael C. Kennedy's Weblog - Friday, January 20, 2012 Building ASP.NET MVC Forms with Razor (ASP.NET MVC Foundations Series) In this ASP.NET MVC Foundations article, we’re going to look at building an ASP.NET MVC page which allows users to create and edit objects in our domain. We’ll cover just the basics of using HTML helpers to map model properties to our HTML form and Model Binding to convert our HTML form back into our rich domain object. We’ll start with a very basic store website (downloads here: BasicMvcForms_starter.zip and BasicMvcForms_final.zip)which has a database and some basic products already listed. Continue reading → Michael C. Kennedy's Weblog - Friday, January 20, 2012 | -
| The Best from DevelopMentor | MORE | - Article: 10 Features in.NET 4.0 that made Me Smile
I recently wrote another article for DevelopMentor 's Developments newsletter (not subscribed yet? Speaking of that XAML stuff, if you write WPF or Silverlight code and don’t know MVVM, stop reading this article and tp://msdn.microsoft.com/en-us/magazine/dd419663.aspx" target="_blank">learn about it here. But there is also a class similar to the Html class (for HTML helpers) called Ajax. Also have a look at my article from last month Six Things That’ll Surprise You About.NET 4.0. Tags: Articles DevelopMentor see top-right of this page ). that made Me Smile. Michael C. Kennedy's Weblog - Wednesday, December 16, 2009 - Article: Avoiding 5 Common Pitfalls in Unit Testing
Llewellyn Falco and I recently wrote an article for DevelopMentor's Developments newsletter entitled Avoiding 5 Common Pitfalls in Unit Testing. However, without that helper, our test would have become an unreadable rat's nest. There is the introduction of helper methods in the unit test. You can read it at the DevelopMentor website: [link]. I've republished here for my readers. Enjoy! Avoiding 5 Common Pitfalls in Unit Testing. by Llewellyn Falco and Michael Kennedy. In practice, however, the theory of sustainable software through unit tests started to break down. Kennedy. Michael C. Kennedy's Weblog - Thursday, August 6, 2009 - Using the Message Mediator Service in MVVM Helpers
One of the services exposed in the MVVM Helpers library is a Message Mediator. As with most things in MVVM Helpers, the above interface has a private, internal implementation that is used by default – you an override services by supplying your own implementation of the above interface in your code. project in Visual Studio 2010 – I’ll name it MessageMediatorExamples for clarity (the code is at the end of the article if you’d like to download the sample). In this pattern, we use a third-party object (the “mediator”) to negotiate communication between the interested parties. - Building ASP.NET MVC Forms with Razor (ASP.NET MVC Foundations Series)
In this ASP.NET MVC Foundations article, we’re going to look at building an ASP.NET MVC page which allows users to create and edit objects in our domain. We’ll cover just the basics of using HTML helpers to map model properties to our HTML form and Model Binding to convert our HTML form back into our rich domain object. We’ll use the HTML Helper methods to convert our product into forms ready for the editing. Articles ASP.NET Foundations MVC Visual Studio web2.0There links to edit and create products. That’s easy enough. It all starts with Html.BeginForm (). Kennedy. Michael C. Kennedy's Weblog - Friday, January 20, 2012 - Understanding Text Encoding in ASP.NET MVC (ASP.NET MVC Foundations Series)
This article covers the various ways in which you might handle text encoding in ASP.NET MVC. On the other hand, if you’re building a CMS or utility helper method, you do not want to filter out the HTML a user might type. Then we can use the helper method: @Html.Raw(cmsSectionData). Finally, if you are writing little helper methods to make your views cleaner (a good idea!), Check out the Helpers section of the demo to see this in action. Filed under: Articles Tagged: NET , Foundations , MVC , web. forum app which is safe from XSS injection. Michael C. Kennedy's Weblog - Monday, October 15, 2012 - Building ASP.NET MVC Forms with Razor (ASP.NET MVC Foundations Series)
In this ASP.NET MVC Foundations article, we’re going to look at building an ASP.NET MVC page which allows users to create and edit objects in our domain. We’ll cover just the basics of using HTML helpers to map model properties to our HTML form and Model Binding to convert our HTML form back into our rich domain object. We’ll start with a very basic store website (downloads here: BasicMvcForms_starter.zip and BasicMvcForms_final.zip)which has a database and some basic products already listed. Continue reading → Michael C. Kennedy's Weblog - Friday, January 20, 2012 - Build a Multi-Project Visual Studio Template
Download the code for this article here. To enhance developer productivity, the toolkit combines a set of helper classes with code and xml snippets, as well as Visual Studio item and project templates. You can download the code for this article here. Earlier this year I authored an open-source toolkit, called Simple MVVM Toolkit , to help developers build Silverlight, WFP and Windows Phone applications based on the Model-View-ViewModel design pattern. Visual Studio makes it extremely easy to create a single-project template. This is where the IWizard project comes in. Tony and Zuzana's World - Wednesday, September 14, 2011 %>
| | |