| |
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.
|
79 Articles match "Course","Programming"
| Related DevelopMentor Courses | MORE | | The value of Pair Programming Gary Filer made an interesting comment to me the other day; “I use to think that the value of pair programming was the shared brain” “But after seeing you pair for the last week, I realized that the shared part is actually the waste. Of course, another value of the pairing overlap comes from just looking at the mistakes. But pairing reduces the cost of mistakes constantly. What Gary was seeing was the countless times Jason or I would say “Let’s do.” only to have the other one say, “No, your forgetting about.” or “No, there's a better way.”. Finding dead code and deleting it. DevelopMentor Courses - Saturday, April 30, 2011 NET Programming for Performance Training Write code that works well with the garbage collector Properly handle and throw exceptions Automate transactions with System.Transaction Implement IDisposable to build reliable.NET applications Scale your application to multicore machines using threads Improve memory usage through proper understanding of assemblies, types, and JIT compilation Debug difficult problems using WinDBG, SOS, and ADPLUS.NET Programming for Performance provides experienced.NET developers with practical knowledge and techniques for building robust, scalable, and highly available.NET applications. DevelopMentor Courses - Tuesday, March 1, 2011 Screening C# Candidates: Let’s Play 20 Questions! Of course, the questions are not meant to be exhaustive and are only scratching the surface of CLR and C# fundamentals. If a person has ever bothered to read a book or technical article or taken a training course, their answers will set them apart from the crowd of folks who don’t make time for ongoing professional development. My short list for the books on various.NET API’s is Programming Entity Framework by Julie Lerman , Programming WCF Services by Juval Lowy , Essential WPF by Chris Anderson , Silverlight 4 in Action by Pete Brown , and Pro ASP.NET MVC by Steve Sanderson. DevelopMentor Courses - Tuesday, February 28, 2012 |
70 Articles match "Course","Programming"
| The Latest from DevelopMentor | 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. Basic objected-oriented programming in C# (what is a class, what is inheritance not patterns per say). 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. '[ Note : I am reblogging this post which originally was posted to the LearningLine blog. How do I do that?” Michael C. Kennedy's Weblog - Monday, May 6, 2013 The Architecture of WCF 'Before WCF it was, of course, possible for software running on different machines to communicate. Programming at the channel layer, however, is relatively heavy lifting and so, generally, we work at a higher level of abstraction that takes care of much of the inherent complexity. Of course, there is nothing to stop developers getting involved at many of the extensibility points of WCF but fortunately that is not a requirement to get clients and services talking to each other. The problem is all of these have different APIs and different levels of capability. Messages. DevelopMentor Courses - Sunday, April 7, 2013 | -
| The Best from DevelopMentor | MORE | - The value of Pair Programming
Gary Filer made an interesting comment to me the other day; “I use to think that the value of pair programming was the shared brain” “But after seeing you pair for the last week, I realized that the shared part is actually the waste. Of course, another value of the pairing overlap comes from just looking at the mistakes. But pairing reduces the cost of mistakes constantly. What Gary was seeing was the countless times Jason or I would say “Let’s do.” only to have the other one say, “No, your forgetting about.” or “No, there's a better way.”. Finding dead code and deleting it. DevelopMentor Courses - Saturday, April 30, 2011 - 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. Functional Programming in C# 2. 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. LINQ to Objects 3. LINQ to XML. Day 2: 4. LINQ to SQL 5. EF: Architecture 6. EF: LINQ to Entities. Tony and Zuzana's World - Tuesday, December 29, 2009 - Using Reporters in Approval Tests
He and I pair-programmed remotely (he lives in Finland) to extend ApprovalTests per his ‘asks’. Because of this, you might want to decorate your class or method with [UseReporter( typeof (FileLauncherReporter))] Comparing Results Of course, not only do ApprovalTests Reporters tell you the results, but also the results can help you determine what has changed since they last passed. Today I pushed new versions of ApprovalTests for both C# and Java to SourceForge. Updates include new capabilities around the Reporters feature set for ApprovalTests. Why Use Reporters? png, *.html, DevelopMentor Courses - Saturday, December 31, 2011 - WCF Duplex Messaging
So here is the client: class Program. {. Now the issue is of course that the call is going to be processed on a non UI thread so you would have to manually marshal any UI interaction using the SynchronizationContext.Post method. I am one of the moderators of the MSDN WCF Forum. One of the main areas of questions on the forum is duplex messaging – particularly using the WSDualHttpBinding. What is Duplex Messaging? However, the first three of these are supported natively in WCF and are known as One-way, request/response and duplex. Duplex Contracts in WCF. interface IOrderPizza. {. .NET Meanderings - Tuesday, June 9, 2009 - Screening C# Candidates: Let’s Play 20 Questions!
Of course, the questions are not meant to be exhaustive and are only scratching the surface of CLR and C# fundamentals. If a person has ever bothered to read a book or technical article or taken a training course, their answers will set them apart from the crowd of folks who don’t make time for ongoing professional development. My short list for the books on various.NET API’s is Programming Entity Framework by Julie Lerman , Programming WCF Services by Juval Lowy , Essential WPF by Chris Anderson , Silverlight 4 in Action by Pete Brown , and Pro ASP.NET MVC by Steve Sanderson. DevelopMentor Courses - Tuesday, February 28, 2012 - The NoSQL Movement, LINQ, and MongoDB - Oh My!
The converse is, of course, also true. cover the programming model in detail as well as introduce the actual database server below. NoSQL and a New Programming Model. We’ll be using.NET and C# of course. You unzip the zip file and run the mongod.exe program. 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!” Flat files? Tell me we aren’t we going back to flat files.”. Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - Computer Science vs. The Real World
As usual, Joel Spolsky hits the nail square on the head in his Oct 26, 2009 piece on the discrepancy between what Computer Science programs teach and what software developers need to know in the real world: It is amazing how easy it is to sail through a Computer Science degree from a top university without ever learning the basic tools of software developers, without ever working on a team, and without ever taking a course for which you don’t get an automatic F for collaborating. Where do they learn to write a program longer than 20 lines? link]. Ardent Dev - Wednesday, October 28, 2009 %>
| | |