| |
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.
|
7 Articles match "Demo"
See all articles with
"Demo"
| The Latest from The Blomsma Code | MORE | | Better code through code contracts If there is time he’ll also do a demo of the Visual Studio Productivity Power Tools. I’ll be speaking at the Bangor Developers meeting next week (March 22nd) about code contracts. The session is all about improving code reliability and predictability using.NET code contracts. Additionally Mark will demonstrate that using a tool like code contracts static analysis essentially helps you do a thorough code review of your own code. Community DevelopMentor Courses - Thursday, March 17, 2011 Reporting using Entity Framework These views limit the data to Massachusetts and join a couple of table to make for more demo-friendly data. Very useful for quick demos: Create the project (skip the wizard), then delete the Report1.rdlc. For many years the mantra for implementing business logic in your line of business application has been: “don’t put it in the database, don’t put it in the user interface”. In other words, apply the layers design pattern if at all possible, together with implementing the Model-View-ViewModel ( MVVM ) or Model-View-Controller ( MVC ) pattern. Life is good. Let’s look at a sample. The Blomsma Code - Wednesday, October 20, 2010 MSDN Roadshow in Maine This demo-heavy session will give you the 411 on using Expression Blend 4 and Visual Studio 2010 with the Windows Phone 7 tools. Almost manage to miss it in my inbox, but I just signed up for the Maine MSDN Roadshow event! It will be held on May 11th in Augusta, ME with thanks to State of Maine (John rules!) for the accommodations and of course Microsoft for making Chris and Jim drive all the way up north :-). The Agenda: A Payload of Awesomeness. Fore!” – Slicing Into What’s New in Silverlight 4. Silverlight is all about driving your applications into the fairway of user experience. The Blomsma Code - Friday, May 7, 2010 | | The Best from The Blomsma Code | MORE | | Reporting using Entity Framework These views limit the data to Massachusetts and join a couple of table to make for more demo-friendly data. Very useful for quick demos: Create the project (skip the wizard), then delete the Report1.rdlc. For many years the mantra for implementing business logic in your line of business application has been: “don’t put it in the database, don’t put it in the user interface”. In other words, apply the layers design pattern if at all possible, together with implementing the Model-View-ViewModel ( MVVM ) or Model-View-Controller ( MVC ) pattern. Life is good. Let’s look at a sample. The Blomsma Code - Wednesday, October 20, 2010 MDN - Augusta Developer Event, 24th of February 2010 Introduction to WCF based on a Silverlight demo. Introduction to RIA Services based on a Silverlight demo. Time for the first Augusta Developer Event of 2010. Join us for a morning filled with information about Silverlight. Shawn, Chris and Mark will present a variety of topics and we've planned a group discussion, so make sure you come prepared with questions, examples and your experiences. February 24th, 2010 at 9:00am. What is Silverlight? Shawn Robichaud – 15 min. Introduction to Silverlight for decision makers, architects and developers. Choosing the right technology. The Blomsma Code - Tuesday, February 2, 2010 MSDN Roadshow in Maine This demo-heavy session will give you the 411 on using Expression Blend 4 and Visual Studio 2010 with the Windows Phone 7 tools. Almost manage to miss it in my inbox, but I just signed up for the Maine MSDN Roadshow event! It will be held on May 11th in Augusta, ME with thanks to State of Maine (John rules!) for the accommodations and of course Microsoft for making Chris and Jim drive all the way up north :-). The Agenda: A Payload of Awesomeness. Fore!” – Slicing Into What’s New in Silverlight 4. Silverlight is all about driving your applications into the fairway of user experience. The Blomsma Code - Friday, May 7, 2010 | - Better code through code contracts
If there is time he’ll also do a demo of the Visual Studio Productivity Power Tools. I’ll be speaking at the Bangor Developers meeting next week (March 22nd) about code contracts. The session is all about improving code reliability and predictability using.NET code contracts. Additionally Mark will demonstrate that using a tool like code contracts static analysis essentially helps you do a thorough code review of your own code. Community DevelopMentor Courses - Thursday, March 17, 2011 - MSDN Roadshow in Maine
This demo-heavy session will give you the 411 on using Expression Blend 4 and Visual Studio 2010 with the Windows Phone 7 tools. Almost manage to miss it in my inbox, but I just signed up for the Maine MSDN Roadshow event! It will be held on May 11th in Augusta, ME with thanks to State of Maine (John rules!) for the accommodations and of course Microsoft for making Chris and Jim drive all the way up north :-). The Agenda: A Payload of Awesomeness. Fore!” – Slicing Into What’s New in Silverlight 4. Silverlight is all about driving your applications into the fairway of user experience. The Blomsma Code - Friday, May 7, 2010 - Daniel Pratt to present at BAND meeting
Probably most of us have seen at least one slick demo of WPF or Silverlight. Such demos are inspiring, but they don't convey what it's like to actually use WPF in the real world. Daniel will present at the next Bangor Area.NET Developer (BAND) meeting (June 23rd, 2009): WPF - A little further down the rabbit hole. Fresh from completing our first business-centric application that uses WPF extensively, I'm excited to share from my experience of using WPF in the real world. Daniel is a developer for Tyler Technologies in Bangor. More information on: www.bangordevelopers.com. The Blomsma Code - Wednesday, June 10, 2009 - Don’t believe everything you read or tweet
Remote Access to our ongoing schedule of instructor-led courses will allow you to fully participate real-time in expert-level lectures, demos and labs that have made DevelopMentor a leader in software development training. News travels fast in todays world of digital information. Blogs, Forums, Facebook and Twitter allow for easy and quick repetition of a bit of information. Heck twitter even has a name for it ‘retweeting’ (look for the posts that start with RT). guess not so long retweeting would have been called gossiping. Now why would I care? You can also email requests@develop.com. The Blomsma Code - Monday, June 1, 2009 %>
151 Articles match "Demo"
See all articles with
"Demo"
| The Latest from DevelopMentor | MORE | | Filtering the data in an #AngularJS ngRepeat element 1: 2: 3: 4: AngularJS Demo. 'Index: Getting started with AngularJS Creating an AngularJS Controller The AngularJS $scope is not the MVC Model Using repeating elements in AngularJS Filtering the data in an AngularJS ngRepeat element Showing a list of items like in the previous post is nice but if the list is large most users appreciate the possibility to search in it. Turns out that AngularJS has that already build in so it is really simple to do. We are using exactly the same controller as before, all it contains is a list of people. 1: function DemoCtrl($scope) {. 14: ]; 15: }. Maurice de Bejeir - Monday, May 13, 2013 Filtering the data in an #AngularJS ngRepeat element 1: 2: 3: 4: AngularJS Demo. 'Index: Getting started with AngularJS Creating an AngularJS Controller The AngularJS $scope is not the MVC Model Using repeating elements in AngularJS Filtering the data in an AngularJS ngRepeat element Showing a list of items like in the previous post is nice but if the list is large most users appreciate the possibility to search in it. Turns out that AngularJS has that already build in so it is really simple to do. We are using exactly the same controller as before, all it contains is a list of people. 1: function DemoCtrl($scope) {. 14: ]; 15: }. The Problem Solver - Monday, May 13, 2013 Using repeating elements in AngularJS The markup to generate the list in the screenshot is also real simple: 1: 2: 3: 4: AngularJS Demo. 1: 2: 3: 4: AngularJS Demo. 'Index: Getting started with AngularJS Creating an AngularJS Controller The AngularJS $scope is not the MVC Model Using repeating elements in AngularJS Filtering the data in an AngularJS ngRepeat element In the previous posts I showed how to get started with AngularJS and use some of the basic AngularJS directives to data bind. In these examples I uses a really simple single element to bind to. Fortunately this is really easy to do. 14: ]; 15: }. Maurice de Bejeir - Friday, May 10, 2013 | -
| The Best from DevelopMentor | MORE | - HTML5 slides and demo code
Below is are the links to the slides and demo code from my HTML 5 presentation I did yesterday evening at the DotNed user group meeting hosted by 4DotNet in Meppel. Slides (Dutch language) Code The slides are also on SlideShare here. HTML5 (Dutch) View more presentations from Maurice Beijer Enjoy! www.TheProblemSolver.nl www.dotnetevents.nl.NET ASP.NET Futures DotNed dotnetmag HTML5 The Problem Solver - Friday, October 28, 2011 - Demos from TechEd EMEA
The demos from DEV 326 – my talk on WCF 4.5 at TechEd EMEA are available here. The session was also recorded and the video is now on Channel9 here.NET;WCF DevelopMentor Courses - Monday, July 2, 2012 - HTML5 Presentatie slides en demo
De PowerPoint slides en de demo code van mijn HTML5 presentatie van gisteravond zijn nu beschikbaar. Voor de liefhebbers ook online via SlideShare. HTML5 Overview View more presentations from Maurice Beijer Met dank aan 4DotNet die de sponsor was van deze bijeenkomst. Enjoy! TheProblemSolver DotNetEvents. DotNed dotnetmag HTML5 Modernizr WebSockets WebWorkers ChromeFrame Video The Problem Solver - Friday, January 6, 2012 - Demos from DevWeek 2010
ve now uploaded the demos which you can find at the following locations. Demos. Demos. Creating WCF Services using WF4 Demos. Thanks to everyone who attended my sessions at DevWeek 2010. Day of.NET 4.0 Windows Workflow Foundation 4.0 ll be around for the rest of the conference so drop by for a chat at our developer clinic in the exhibition area. .NET Meanderings - Wednesday, March 17, 2010 - Slides and demos from DevWeek 2013
Watch this space for the demo code as well. I had a great time discussing these topics with everyone at DevWeek 2013. Thanks to all who attended my sessions. Here are the slides: Getting Serious About The Cloud For Developers. 18 Ways Your Brand-New MVC Web Application Can Be Better. Building Rich Forms in ASP.NET MVC. Applied NoSQL in.NET. won’t be able to upload them until I get better internet access back in the US (couple of days). Cheers, @mkennedy. Speaking.NET ASP.NET Cloud Conferences DevelopMentor jQuery LearningLine tips web %>
| | |