| |
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.
|
45 Articles match "How To","Templates"
| Related DevelopMentor Courses | MORE | | Concepts and Architecture of the STL Usage guidelines that explain how to avoid subtle STL correctness and performance traps. There are no hands-on exercises, but participants are welcome to use their computers to experiment with the course material as it is presented. C++'s Standard Template Library (STL) is uniquely powerful and extensible, and it facilitates the creation of very efficient code. Developers who fail to grasp the design often produce software that looks reasonable, but that's actually brittle, inefficient, and home to subtle bugs. DevelopMentor Courses - Tuesday, March 1, 2011 An Effective Introduction to the STL Training Knowledge of how to integrate STL containers with code expecting arrays and other C-like data structures. The ability to cope with the complex STL-related error messages compilers often generate. The Standard Template Library (the STL) is the most exciting C++ innovation in a decade, one that promises to revolutionize C++ software development. In a combination of lectures and labs, this course brings out the underlying design of the STL, demonstrates how to take advantage of the library's strengths, and shows how to avoid its weaknesses. DevelopMentor Courses - Tuesday, March 1, 2011 Code Smarter with a Day of Design Patterns Training Why use Design Patterns Strategy and Template Creation Patterns State Decorator Reuse solutions, not just code. Wrap your head around the concept of the design pattern; a programming solution or template that can be used in many different situations, and discover new tools for creating successful software. This day will in no way cover all OO design patterns, but will immerse you in the world of loose coupling and set you in good stead to continue your learning resulting in you building true Object Orientated solutions.? skill set all modern developers require. DevelopMentor Courses - Friday, March 23, 2012 |
36 Articles match "How To","Templates"
| The Latest from DevelopMentor | MORE | | How to data bind to collections using Knockout.js I showed to to get started with the awesome Knockout.js In this post I am going to show how easy it is to load a collection of items from a REST service and data bind to the complete collection. To data bind to collections of data Knockout supports the foreach data binding. In the example below I am using an html to display a list of books. The has the data binding attribute so its contents are going to be repeated for each item in the collection being used, books in this case. Notice the data template row is gone now. The Problem Solver - Wednesday, February 15, 2012 How to data bind to collections using Knockout.js I showed to to get started with the awesome Knockout.js In this post I am going to show how easy it is to load a collection of items from a REST service and data bind to the complete collection. To data bind to collections of data Knockout supports the foreach data binding. In the example below I am using an html to display a list of books. The has the data binding attribute so its contents are going to be repeated for each item in the collection being used, books in this case. Notice the data template row is gone now. The Problem Solver - Wednesday, February 15, 2012 How to get started with Knockout.js Once you get into doing more client side JavaScript code with business applications and REST services you are going to run into the question of how to construct the client side HTML required to show the data to the users. Using jQuery Assuming most people are going to be using jQuery on the client you might start with some jQuery code to generate HTML. And in all likelihood the actual HTML that needs to be generated will be quite a bit more complex. Using templates. The next step people tend to take is using templates. The Problem Solver - Monday, February 6, 2012 | -
| The Best from DevelopMentor | MORE | - How to get started with Knockout.js
Once you get into doing more client side JavaScript code with business applications and REST services you are going to run into the question of how to construct the client side HTML required to show the data to the users. Using jQuery Assuming most people are going to be using jQuery on the client you might start with some jQuery code to generate HTML. And in all likelihood the actual HTML that needs to be generated will be quite a bit more complex. Using templates. The next step people tend to take is using templates. The Problem Solver - Monday, February 6, 2012 - How to data bind to collections using Knockout.js
I showed to to get started with the awesome Knockout.js In this post I am going to show how easy it is to load a collection of items from a REST service and data bind to the complete collection. To data bind to collections of data Knockout supports the foreach data binding. In the example below I am using an html to display a list of books. The has the data binding attribute so its contents are going to be repeated for each item in the collection being used, books in this case. Notice the data template row is gone now. The Problem Solver - Wednesday, February 15, 2012 - Using the WCF Web API in an ASP.NET MVC application
Warning: This post is based on a prerelease version of the WCF Web API In my previous blog post I showed how to add to and use the new WCF Web API a console application using NuGet. Now that works but it is far more likely that you will want to be using IIS and host the REST service as part of a web application. So in this blog post I am going to show how to do the normal thing I Created an ASP.NET MVC 3 app to host the REST service. Just like in this post we can add a reference to the WCF Web API to our project. if (_repo != The Problem Solver - Monday, June 13, 2011 - Screencast: Real-World MVVM with WCF RIA Services
have just published an online tutorial and screencast for using the Simple MVVM Toolkit to build Real-World MVVM Apps with WCF RIA Services. This tutorial and screencast will help you quickly get up to speed on using the Simple MVVM Toolkit together with WCF RIA Services to build a real-world MVVM Silverlight application. Entities are persisted to the Northwind sample database (using SQL Server 2008 Express) through an ADO.NET Entity Data Model. The tutorial also demonstrates how to build unit tests against a ViewModel and run them asynchronously. Tony and Zuzana's World - Thursday, April 28, 2011 - Mixing Forms and Token Authentication in a single ASP.NET Application
I recently had the task to find out how to mix ASP.NET Forms Authentication with WIF’s WS-Federation. Minimum changes to the existing application code would be a plus ;). Since the application is using ASP.NET MVC this was quite easy to accomplish – WebForms would be a little harder, but still doable. To solve this problem, I made the following changes to the standard MVC internet application template: Added WIF’s WSFederationAuthenticationModule and SessionAuthenticationModule to the modules section. return true ; }. IdentityMode www.leastprivilege.com - Wednesday, February 1, 2012 - Simple MVVM Toolkit versus MVVM Light Toolkit
Now that I’ve released Simple MVVM Toolkit version 2 , people are starting to ask how it stacks up against some of the other MVVM Toolkits out there. When it comes to deciding which toolkit best suites your needs, there is a spectrum of choices. At the other end there are toolkits that are very lightweight, with the basic features you need to build apps using the MVVM design pattern. It is designed with the idea that a design based on simplicity reduces the time spent learning a framework and makes your apps easier to develop and maintain. Platforms. Support. Tony and Zuzana's World - Saturday, April 23, 2011 - Creating complex activities in the workflow designer
In Windows Workflow Foundation 4 there are a number of “activities” in the designer that aren’t really activities but activity templates. If you search for either of these activities you are not going to find them. Their real name is ReceiveAndSendReplyFactory and SendAndReceiveReplyFactory respectively and they aren’t activities but activity templates. So how to create an activity template? This interface is simple and consists of a single Create function that returns the activity to be added to the workflow. So what does that look like? The Problem Solver - Monday, November 30, 2009 %>
| | |