| |
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.
|
6 Articles match "Build","Demo"
| Related DevelopMentor Courses | MORE | | Guerrilla.NET (US) Training Multithreading : Build efficient multithreaded processing using new lightweight concurrent data structures. LINQ : Use LINQ to access objects, XML, and SQL relational data MVC : Learn the how build modern web applications using ASP.NET MVC 3.0 MVC : Build modern web applications and services using JavaScript, jQuery, AJAX, REST, ASP.NET MVC, and more. DI/IoC : Use powerful OO design patterns and techniques to build loosely-coupled, testable, and maintainable applications including Dependency Injection (DI), Inversion of Control (IoC), and unit testing. and jQuery. DevelopMentor Courses - Tuesday, March 1, 2011 Filtering the data in an #AngularJS ngRepeat element Turns out that AngularJS has that already build in so it is really simple to do. 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. 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 This (new) developers life Techniques to build up success, when to quit or undo. am more disciplined than ever in my code, and part of that is focus, and part of that is small steps building up success. Learn more about TDD here , here & watch a video demo here. Today I discovered the podcast “ This Developer’s Life ”. It’s a very differently crafted podcast. Very true to the style of "This American Life” that it’s name is borrowed from. It is more in a story telling venue, better production quality, not about API’s or even craftsmanship, but rather “common” themes to lives programmers. DevelopMentor Courses - Sunday, January 22, 2012 |
31 Articles match "Build","Demo"
| The Latest from DevelopMentor | MORE | | Filtering the data in an #AngularJS ngRepeat element Turns out that AngularJS has that already build in so it is really simple to do. 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. 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 Slides and demos from DevWeek 2013 Building Rich Forms in ASP.NET MVC. 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. 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 Michael C. Kennedy's Weblog - Friday, March 8, 2013 Announcing LearningLine: Instructor-led online training from DevelopMentor This is why LearningLine uses multiple learning modalities including videos, articles, code demos, and exercises. LearningLine instructors are professional software developers with real-world experience building applications with the technology you are learning right now. I am very proud to announce an exciting new online learning platform from DevelopMentor : [link]. At DevelopMentor we have been thinking deeply about online training. We believe we have created just such an environment and I am thrilled to publicly announce it today. You can get more details at [link]. Google+. Michael C. Kennedy's Weblog - Monday, February 18, 2013 | -
| The Best from DevelopMentor | MORE | - How to build a Development/Test/Demo CA
They usually expire on the very day where you have to do an important demo. I often need X509 certificates - but I never really became friendly with makecert. So I ended up running Windows Cerificate Services which proved to be an easy to use, robust solution. You can have one at home or carry it around in a VM. Perfect. There are some gotchas you can run into and I refined my configuration over the years. just had to rebuild my Test CA (on Hyper-V) so I thought I'll document the important steps (for self-reference and whoever might be interested). Basic Installation. Backup the CA cert. www.leastprivilege.com - Thursday, August 14, 2008 - Slides and demos from DevWeek 2013
Building Rich Forms in ASP.NET MVC. 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. 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 - Demos from BASTA!
ve uploaded the demos. Building WCF services with Workflow 4.0. Thanks to everyone who attended my two sessions at BASTA! another thoroughly enjoyable conference. What’s new in Workflow 4.0 – this includes the application with the rehosted designer. .NET Meanderings - Friday, February 26, 2010 - Downloads from Building Rich Input Forms in ASP.NET MVC Webcast
Here is the recorded video, slides, and demo application. Slides: Kennedy-Rich-Forms-with-ASP.NET-MVC-Slides.zip Demo Application: Kennedy-MVC-Forms-Demo.zip Video Recording: Remember, you’ll need to run MongoDB to make the web app work. Thanks to all who attended my webcast yesterday. Read the readme in the zip … Continue reading → DevelopMentor Speaking.NET ASP.NET LINQ MVC NoSQL Screencasts Visual Studio Michael C. Kennedy's Weblog - Wednesday, April 11, 2012 - Getting started with REST services and the WCF Web API
You can download the demos and slides from the “Getting started with REST services and the WCF Web API” webinar. Slides Demos Or watch the slide on SlideShare here. Don’t forget about part 2 on “Building rich HTML 5 clients using REST services” on Tuesday, October 25, 2011 2:00 PM - 3:30 PM EDT Enjoy! www.TheProblemSolver.nl www.dotnetevents.nl.NET WCF webcast Futures REST dotnetmag The Problem Solver - Tuesday, October 4, 2011 - Filtering the data in an #AngularJS ngRepeat element
Turns out that AngularJS has that already build in so it is really simple to do. 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. 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 - Understanding Text Encoding in ASP.NET MVC (ASP.NET MVC Foundations Series)
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. Check out the CMS section of the demo to see it in action. Check out the Helpers section of the demo to see this in action. This article covers the various ways in which you might handle text encoding in ASP.NET MVC. For example, if you were writing a forum web app, you should absolutely be paranoid about what your users are typing into your site. You need to be very careful about how you redisplay their input. First, the good news. data). Michael C. Kennedy's Weblog - Monday, October 15, 2012 %>
| | |