| |
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.
|
13 Articles match "Course"
See all articles with
"Course"
| The Latest from .NET Mutterings | MORE | | Days of events We are running days of events, so you don’t have to give up a whole week from the office to attend a training course during August we are running a day of.NET threading featuring C# 5 and Visual Studio 11. In addition to my responsibilities at RSK I also teach for developmentor , and this summer we are trying something new. So at the end of the day you will be up to speed on threading for.NET 4 and have a good insight to how things will be different in C#5 when it ships. For more details click here DevelopMentor Courses - Wednesday, March 21, 2012 Developmentor has moved Both of us author and teach a range of courses for them. In addition to working hard at RSK myself and Richard are also instructors for Developmtor. This year has seen Developmentor move from Hammersmith to central London, for all of you who are based in and around London they are offering an evening of tech and nibbles to show case the new location. Details below, hopefully see some of you there. Come and see us! To register your interest for this free event, please email us salesuk@develop.com or call 01242 525108 DevelopMentor Courses - Tuesday, January 17, 2012 Code smarter with Design Patterns The course traditionally has focused on GoF design patterns, in this release I have added MVC and Repository pattern, to round off the offering. Both these patterns build upon the GoF patterns discussed earlier in the course, and show how the basic GoF patterns are often compounded to produce elegant solutions. Just finished updating the Code Smarter with Design Patterns for Developmentor. Other enhancements include addition of Prototype and Builder patterns, and a general upgrade to the latest features offered by the.NET framework. To learn more click here DevelopMentor Courses - Thursday, January 12, 2012 | | The Best from .NET Mutterings | MORE | | SynchronizationContext assists layering So I decided to write an app to help test them on it…Ok so I’m sure there are tons of them out there…but you can’t beat a home grown solution ;-) Seriously there is a couple of areas I am focusing on at the moment, Ramping up for DM’s.NET architecture course. Having just got back from two weeks travelling I was confronted with the need that my oldest daughter needs to learn her times tables for a tester after half term. Being away a lot and the children having loads of after school clubs etc means we often find it hard to find the right moment to practice. .NET Mutterings - Saturday, October 21, 2006 Days of events We are running days of events, so you don’t have to give up a whole week from the office to attend a training course during August we are running a day of.NET threading featuring C# 5 and Visual Studio 11. In addition to my responsibilities at RSK I also teach for developmentor , and this summer we are trying something new. So at the end of the day you will be up to speed on threading for.NET 4 and have a good insight to how things will be different in C#5 when it ships. For more details click here DevelopMentor Courses - Wednesday, March 21, 2012 Developmentor has moved Both of us author and teach a range of courses for them. In addition to working hard at RSK myself and Richard are also instructors for Developmtor. This year has seen Developmentor move from Hammersmith to central London, for all of you who are based in and around London they are offering an evening of tech and nibbles to show case the new location. Details below, hopefully see some of you there. Come and see us! To register your interest for this free event, please email us salesuk@develop.com or call 01242 525108 DevelopMentor Courses - Tuesday, January 17, 2012 | - Code smarter with Design Patterns
The course traditionally has focused on GoF design patterns, in this release I have added MVC and Repository pattern, to round off the offering. Both these patterns build upon the GoF patterns discussed earlier in the course, and show how the basic GoF patterns are often compounded to produce elegant solutions. Just finished updating the Code Smarter with Design Patterns for Developmentor. Other enhancements include addition of Prototype and Builder patterns, and a general upgrade to the latest features offered by the.NET framework. To learn more click here DevelopMentor Courses - Thursday, January 12, 2012 - Are Singletons Evil ?
Of course a quick google reveals the answer there are numerous rants about this evil pattern. Finally got around to delivering a conference talk on this subject this week at Software Architecture Week , its a topic myself and Kevin Jones are constantly being asked. But like most things in life its not as simple as yes or no. Our goal for this talk was to expose the areas were this pattern causes a developer a whole load of pain. In fact one member of the audience was experiencing such pain in his attempt to take legacy code base heavily utilising singletons and start to write unit tests. .NET Mutterings - Friday, October 2, 2009 - Last two weeks
went up to Edinburgh to deliver a course at the Edinburgh training centre. Last two weeks been very manic….went Didn’t get to see much of the city but will certainly go back for a weekend visit, what I did see was pretty spectacular. What was great was the fact that although you were in the city you could still get to see some pretty amazing “Vista’s”… ( wow that word is now so much in my vocabulary now ). Second week doing a gig for MS Academic Insight were I spoke to nearly 50 academics on the wonders and joys of.NET. Had a lot of fun and the hotel was fantastic. Rant over….After .NET Mutterings - Tuesday, July 4, 2006 - Free Running Threads
Last week I was teaching Developmentor's Effective.NET 2 course, as part of that course we spend at least a day looking at various patterns for building multi threaded applications. With the rise of multi core machines it is becoming increasingly more important to write algorithms that can scale with the availability of new cores. then moved to using Interlocked.Increment and now everything was as expected for the result, but it was slower than a simple i++. All well and good so far.I as all engineers do.we So imagine two integers next two each other in memory. .NET Mutterings - Wednesday, March 21, 2007 - Minimum Debugging tool set
This week I've been teaching DM's Effective.NET course, one theme that run through the course is the ability to debug applications in the field. The tools in your arsenal here are the obvious ones like perfmon, but also the native windows debugging. The native debugger can be used to take snap shots of the suspect process (dump's seems to get a giggle from a few students). This prompted a question from a student as to what is the minimum set of files needed to take a dump from a users machine. .NET Mutterings - Monday, May 14, 2007 - Patterns, Patterns everywhere
I've not blogged for a while now.mainly due to being snowed under writing the developmentor's "Code Smarter with Design Patterns" course with my co-author Kevin Jones ( Course Details ) and working at a local firm ( yes Chippenham has industry). Whilst writing the design pattern course I managed to stumble upon various variations of standard patterns, in the course we discuss various forms of the standard Singleton pattern. My head is now full of a handful of posts I want to make, and I've finally found time to write this one. .NET Mutterings - Friday, September 28, 2007 - Safe Event snippet
This week Im teaching the course I co-wrote with Kevin Jones "Code Smarter with Design Patterns in.NET", as part of the course we introduce the observer pattern and whilst the first part of the deck deals with the basic principles we soon move on to the prefered way of doing it in.NET using delegates/events. When using events in a multi threaded environment care needs to be taken as whilst register/unregister of the events is thread safe, care needs to be taken when raising the event. Remembering to do this could be a pain so I wrote a simple snippet to do it.So .NET Mutterings - Thursday, January 31, 2008 %>
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 %>
| | |