| |
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.
|
19 Articles match "Course"
See all articles with
"Course"
| The Latest from Michael C. Kennedy's Weblog | MORE | | Reblogged: What should I learn to get started in.NET and web development? Here’s my advice along with a bunch of courses you can use to accomplish this efficiently and affordably. Here are the related LearningLine courses from DevelopMentor which will walk you through this path. Because you can preview the first lesson of each course, you have about 7 hours free and the rest are all included in an affordable $29 subscription. If a lesson (task) happens to be shared across courses, you’ll see it already marked as completed for you and you can just skip to the next. Hope you all find it useful here as well]. How do I do that?” Michael C. Kennedy's Weblog - Monday, May 6, 2013 Why Choose NoSQL and Document Databases over RDBMS This is an excerpt from my upcoming online MongoDB course for DevelopMentor. Filed under: NoSQL Tagged: DevelopMentor , LearningLine , NoSQL , Online courses , Online learning , Screencasts. NoSQL DevelopMentor LearningLine Online courses Online learning Screencasts 'Do you want to know the biggest single reason you should choose document databases over SQL Server, Oracle, or MySQL? Hint: It’s not performance or scalability. You can take the first 1 1/2 hours for free here: Early access: MongoDB and NoSQL for.NET developers. Cheers, @mkennedy. Michael C. Kennedy's Weblog - Friday, May 3, 2013 Installing MongoDB on Windows and OS X These are both excepts from my upcoming online MongoDB course for DevelopMentor. 'Ready to get started with NoSQL and MongoDB? Here are two 7-minute walkthroughs for installing MongoDB as a Windows service / OS X daemon. You can take the first 1 1/2 hours for free here: Early access: MongoDB and NoSQL for.NET developers. Windows: OS X: Feedback welcome. cheers. mkennedy. Filed under: NoSQL Tagged: LearningLine , NoSQL , Open Source , Screencasts. NoSQL LearningLine Open Source Screencasts Michael C. Kennedy's Weblog - Thursday, May 2, 2013 | | The Best from Michael C. Kennedy's Weblog | MORE | | Take the first hour of any online developer course for free at LearningLine We are announcing the ability to preview any of our online courses, for free without entering any payment information. You can now study approximately the first hour of any one of our courses. To get started, just head over to our schedule page , click on any course title you’d like and choose “ Preview course for free “: . At the time of this writing, there are 27 courses which run between 4 and 15 days in length. So head on over to the schedule page and find a course that is right for you: https://learninglineapp.com/schedule. Michael C. Kennedy's Weblog - Monday, April 1, 2013 Why Choose NoSQL and Document Databases over RDBMS This is an excerpt from my upcoming online MongoDB course for DevelopMentor. Filed under: NoSQL Tagged: DevelopMentor , LearningLine , NoSQL , Online courses , Online learning , Screencasts. NoSQL DevelopMentor LearningLine Online courses Online learning Screencasts 'Do you want to know the biggest single reason you should choose document databases over SQL Server, Oracle, or MySQL? Hint: It’s not performance or scalability. You can take the first 1 1/2 hours for free here: Early access: MongoDB and NoSQL for.NET developers. Cheers, @mkennedy. Michael C. Kennedy's Weblog - Friday, May 3, 2013 Improve perceived performance of ASP.NET MVC websites with asynchronous partial views Of course, if you look at the AJAX requests, they still take the same amount of time. Imagine you’re building an ASP.NET MVC website which has some performance problems. m sure this would never actually happen to you, but imagine you’re facing this problem just for the sake of exploring the possibilities. :-). Now, you web app is mostly fast and responsive, but there are certain types of data that just bring the whole thing to a grind. First a disclaimer / warning. m going to show you how to make your site feel faster without speeding it up. click to enlarge). Don’t think so? That’s it! Michael C. Kennedy's Weblog - Tuesday, November 13, 2012 | - The NoSQL Movement, LINQ, and MongoDB - Oh My!
The converse is, of course, also true. We’ll be using.NET and C# of course. Maybe you’ve heard people talking about ditching their SQL Servers and other RDBMS entirely. There is a movement out in the software development world called the "No SQL" movement and it’s taking the web application world by storm. Insanity!” you may cry, “for where will people put their data if not in a database? Flat files? Tell me we aren’t we going back to flat files.”. No, but in the relational model, something does has to give. Starting from an RDBMS is virtually an axiom of software development. Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - Understanding Text Encoding in ASP.NET MVC (ASP.NET MVC Foundations Series)
By default, if you have an action method taking this input, it will just error out with the following message: Error on submit: A potentially dangerous Request.Form value was detected from the client… Of course, we could disable this with a ValidateInput attribute: In this case, you must be VERY careful when you write out the commentText values later. 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. data). Michael C. Kennedy's Weblog - Monday, October 15, 2012 - Reblogged: What should I learn to get started in.NET and web development?
Here’s my advice along with a bunch of courses you can use to accomplish this efficiently and affordably. Here are the related LearningLine courses from DevelopMentor which will walk you through this path. Because you can preview the first lesson of each course, you have about 7 hours free and the rest are all included in an affordable $29 subscription. If a lesson (task) happens to be shared across courses, you’ll see it already marked as completed for you and you can just skip to the next. Hope you all find it useful here as well]. How do I do that?” - Preventing JavaScript Files from Loading Multiple Times
No, of course not. This post is about ensuring that you do not execute a particular JavaScript file more than one time. Let’s start by asking: What happens if you link to a js file twice in your page? Here is a contrived example. Notice that we are including bad-example.js twice. Do modern browsers somehow realize they loaded this file already and skip this? Not yet, as we’ll see! Imagine bad-example.js had this code in it. Is jQuery smart enough to know it should only hook this event once per file? Accidentally Included Script Three Times. link]. ” comes to mine. Michael C. Kennedy's Weblog - Thursday, October 11, 2012 - Article: Azure Storage
These scalable, reliable, and geographically-replicated applications that run on Azure depend on data of course. I recently wrote an article for DevelopMentor's Developments newsletter entitled Azure Storage. Read it at the DevelopMentor website here: [link]. I've republished here for my readers. Enjoy! Developments: Azure Storage. by Michael Kennedy. Listen to this article as a podcast: Azure-Storage-Article-Kennedy.mp3 ]. October 27th 2008, Los Angeles CA - It's 9 AM and Microsoft is hosting PDC (their most forward looking developer conference). Enter Azure Storage. Listing 3. Kennedy. Michael C. Kennedy's Weblog - Wednesday, April 8, 2009 - Building Windows Machines in Amazon EC2
Of course, the system was created with an administrator account which has a strong password. In this article I'm going to give you a simple, step-by-step overview of how to create a Windows 2008 server image in Amazon's Elastic Cloud Compute (EC2) infrastructure. Now I must admit I'd rather have found a good tutorial on The Internets or even in a book. Feel free to send me any I missed. My experience is they are either dated or about Linux and so on. First, briefly why does one care about EC2? That's a great reason and Microsoft and Google have interesting plays there too. Here we go. Michael C. Kennedy's Weblog - Saturday, January 30, 2010 - TDD Invades Space Invaders
Of course, the question is could we have done it better? A joint post by Llewellyn Falco and Michael Kennedy. As a follow-up to our " Avoiding 5 Common Pitfalls in Unit Testing " article we did a webcast where we took a problem from the audience and solved it live and unrehearsed on stage. These kinds of performances are always a risk but that's part of what makes them fun. Here's your chance to try it for yourself (details below). The Problem : Our viewers chose to have us build the game Space Invaders. The first thing we had to do to sketch out a basic scenario we could implement. Michael C. Kennedy's Weblog - Wednesday, October 28, 2009 %>
352 Articles match "Course"
See all articles with
"Course"
| The Latest from DevelopMentor | MORE | | The real lessons of Lego (for software) We start with the standard Lego brick: Of course there are multiple colours: And a few variations: Which now allows us to snap together a useful wall: Walls are good but to build anything more interesting we need some more pieces, maybe some flat pieces: Or some thinner pieces, or some bigger pieces: It might also help to have some angled pieces, you know for roofs and things, and remember the slant can go either way, up or down: I think we’re heading for a house so we will need some doors and windows: Personally I like wheels, I like things to move, and so do my kids. Heard that? Allan Kelly's Blog - Monday, June 3, 2013 Llewellyn Falco (Approval Tests): What I've learned about open source by pairing with Simon Cropp Of course, ApprovalTest depends on ApprovalUtilities, but you can now use the Utilities on it''s own, as originally intended. 'Over the last 2 weeks I have be fortunate enough to pair with Simon Cropp for about 8 hours on my open source project ApprovalTests. Simon has taught me a lot about running a better open source project, this blog is an attempt to share some of that for those not fortunate enough to be able to pair with Simon themselves. Think about your ''brand'' Often I am writing ApprovalTests because I use ApprovalTests myself. There isn''t. dll binary *.exe exe binary *.png DevelopMentor Courses - Saturday, May 25, 2013 Unit testing code depending on the ASP.NET WebApi HttpClient Of course we still need tests for updating existing resources as well as deleting them but with these examples those should be easy enough :-). 'In a previous post I showed how to unit test an ASP.NET WebAPI Controller. But with a REST service there is both a client and a service component. Assuming for a moment the client part is also written in C# we should test that as well. In this case the client application contains the following class to load books from the REST WebAPI controller: 1: public class BooksClient. 7: _httpClient = httpClient; 8: BaseUrl = new Uri( "[link] ); 9: }. Maurice de Bejeir - Monday, May 20, 2013 | -
| The Best from DevelopMentor | MORE | - Take the first hour of any online developer course for free at LearningLine
We are announcing the ability to preview any of our online courses, for free without entering any payment information. You can now study approximately the first hour of any one of our courses. To get started, just head over to our schedule page , click on any course title you’d like and choose “ Preview course for free “: . At the time of this writing, there are 27 courses which run between 4 and 15 days in length. So head on over to the schedule page and find a course that is right for you: https://learninglineapp.com/schedule. - Why Choose NoSQL and Document Databases over RDBMS
This is an excerpt from my upcoming online MongoDB course for DevelopMentor. Filed under: NoSQL Tagged: DevelopMentor , LearningLine , NoSQL , Online courses , Online learning , Screencasts. NoSQL DevelopMentor LearningLine Online courses Online learning Screencasts 'Do you want to know the biggest single reason you should choose document databases over SQL Server, Oracle, or MySQL? Hint: It’s not performance or scalability. You can take the first 1 1/2 hours for free here: Early access: MongoDB and NoSQL for.NET developers. Cheers, @mkennedy. - ELINQ with EF 4.0 Course Update
I’ve been working feverishly the last couple of months to update my DevelopMentor course: Essential LINQ with Entity Framework 4.0. Here is a breakdown of the course content: Day 1: 1. Here’s when and where we’re offering the course: Boston: February 9-12, 2010 London: February 23-26, 2010 Los Angeles: March 30-April 2, 2010 Boston: April 20-23, 2010 London: May 4-7, 2010 Los Angeles: June 8-11, 2010 Boston: June 29-July 2, 2010. Functional Programming in C# 2. LINQ to Objects 3. LINQ to XML. Day 2: 4. LINQ to SQL 5. EF: Architecture 6. EF: LINQ to Entities. Day 3: 7. Tony and Zuzana's World - Tuesday, December 29, 2009 - Richard Blewett: Devweek 2013–WCF Crash Course
Thanks to everyone who attended my Devweek 2013 pre-conference session on WCF. You can get the slides and demos here DevelopMentor Courses - Tuesday, March 5, 2013 - Flowcharts in Workflow 4 and the Switch activity
Of course the FlowSwitch should just to a ToString() on the expression result , anything else would be pointless as any comparison fails. Flowcharts are a nice addition to Windows Workflow Foundation 4. They allow for a lot of pretty complex behavior that is hard to do in a sequential workflow. In WF 3 we used to model these complex behaviors as state machine workflows. That worked but they weren't really state machines or event driven and things could get a bit tricky. No it is just another activity to drop in a workflow. guess you get the picture. So far so good. Next (5). Enjoy! The Problem Solver - Tuesday, October 27, 2009 %>
| | |