| |
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 "Course"
See all articles with
"Course"
| The Latest from Jason Diamond | MORE | | RogueSharp Of course, before I can try to do any refactoring, I need to get some tests in place. I just pushed a pet project of mine up to GitHub today. It’s a port of the original game of Rogue from C to C#. It’s not complete–it doesn’t save your progress and let you continue on later, but it is playable. Now that the actual port is done, I plan on cleaning up the code. Like most software written in C in the 80s, it relies on way too many global variables, uses an abundance of switch statements on object types, and has no abstraction between the game logic and the UI. Jason Diamond - Monday, February 15, 2010 AutoRunner You can use whatever test runner you like, of course. I recently came across this awesome code kata performance by Corey Haines here. Besides enjoying and learning from his actual performance, I was really impressed by his use of a Ruby tool called autotest. I’m not sure, but it looks like it has become autospec.). Not being a Ruby developer, I wanted the same thing for.NET. did some searching, but my Google-fu failed me so I spent an hour hacking together my own. The result is called AutoRunner (I know–way creative) and its source is available on GitHub. Jason Diamond - Sunday, September 27, 2009 Verifying JavaScript with JSLint and Visual Studio Of course, to get the most out of using this, you’re going to want to set it up as an external tool in Visual Studio. Enter “&JSLint as the Title and “C:Toolsjslint.cmd (modified to use the folder you actually saved the files in, of course) as the Command. Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. In it, he describes what parts of the JavaScript language we should be using (the good parts) and what parts we shouldn’t (the bad and the awful parts). Jason Diamond - Saturday, August 9, 2008 | | The Best from Jason Diamond | MORE | | Verifying JavaScript with JSLint and Visual Studio Of course, to get the most out of using this, you’re going to want to set it up as an external tool in Visual Studio. Enter “&JSLint as the Title and “C:Toolsjslint.cmd (modified to use the folder you actually saved the files in, of course) as the Command. Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. In it, he describes what parts of the JavaScript language we should be using (the good parts) and what parts we shouldn’t (the bad and the awful parts). Jason Diamond - Saturday, August 9, 2008 Jason’s AJAX Component Library I’m assuming you have Visual Studio 2005 and ASP.NET AJAX installed, of course. [Update: This release won't build if you extracted it to a folder with spaces in the path. You might want to get Release 2 instead.]. I’ve been really busy recently working on some extender controls for ASP.NET AJAX. My current employer was kind enough to let me release the extenders I’ve been working on for them as part of an open source project. So here is the first release of Jason’s AJAX Component Library. Try not to confuse this with the Microsoft’s AJAX Control Toolkit. =). Jason Diamond - Monday, June 4, 2007 Verifying JavaScript with JSLint and Visual Studio Of course, to get the most out of using this, you’re going to want to set it up as an external tool in Visual Studio. Enter “&JSLint” as the Title and “C:Toolsjslint.cmd” (modified to use the folder you actually saved the files in, of course) as the Command. Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. In it, he describes what parts of the JavaScript language we should be using (the good parts) and what parts we shouldn’t (the bad and the awful parts). It’s too simple, though. Jason Diamond - Saturday, August 9, 2008 | - AutoRunner
You can use whatever test runner you like, of course. I recently came across this awesome code kata performance by Corey Haines here. Besides enjoying and learning from his actual performance, I was really impressed by his use of a Ruby tool called autotest. I’m not sure, but it looks like it has become autospec.). Not being a Ruby developer, I wanted the same thing for.NET. did some searching, but my Google-fu failed me so I spent an hour hacking together my own. The result is called AutoRunner (I know–way creative) and its source is available on GitHub. Jason Diamond - Sunday, September 27, 2009 - RogueSharp
Of course, before I can try to do any refactoring, I need to get some tests in place. I just pushed a pet project of mine up to GitHub today. It’s a port of the original game of Rogue from C to C#. It’s not complete–it doesn’t save your progress and let you continue on later, but it is playable. Now that the actual port is done, I plan on cleaning up the code. Like most software written in C in the 80s, it relies on way too many global variables, uses an abundance of switch statements on object types, and has no abstraction between the game logic and the UI. Jason Diamond - Monday, February 15, 2010 - Windows Workflow Rules Engine…Without Windows Workflow!
This is assuming, of course, you actually want your users to be able to write code to extend your application. Of course, it’s marked as an internal class so we can’t use it from outside its assembly. It requires the appropriate security permissions, of course, but you probably need those anyways since the Workflow assemblies don’t allow partially trusted callers. While intrigued, I thought I’d have to do a lot of research figuring out how to get it to work outside of Workflow. The designers even provide IntelliSense! levitra. buy levitra. cipro. Jason Diamond - Friday, June 29, 2007 %>
349 Articles match "Course"
See all articles with
"Course"
| The Latest from DevelopMentor | MORE | | 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: }. The Problem Solver - Monday, May 20, 2013 Dialogue Sheets - update & new planning sheet When I do training course I always give teams one or two retrospective dialogue sheets for them to use for their first retrospectives. 'Last month InfoQ carried an update on the use of retrospective dialogue sheets. The use of these sheets continues to grow and I continue to receive good feedback. If you’ve tried the sheets and haven’t sent me some feedback than please e-mail me and let me know about your experiences. And for those of you who’ve not tried a dialogue sheet retrospective, whats stopping you? The Dialogue Sheet PDFs are free to download. Allan Kelly's Blog - Tuesday, May 7, 2013 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 | -
| The Best from DevelopMentor | MORE | - 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. - 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. - 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 %>
| | |