| |
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.
|
104 Articles match "Course"
| Related DevelopMentor Courses | MORE | | Essential Techniques for Gathering Requirements Training In this highly interactive 2-day course, you will learn how to enhance and refine your elicitation skills. case study driven workshop comprises more than half the course and provides a real-world example, templates, and job aids to reference once you are back on the job. Success is dependent on a mixture of technical skills (i.e. knowing which technique to use and how to use it) and interpersonal skills (i.e. building relationships, listening, and gaining consensus). Industry best practices are explained and then augmented with professional tips and methods. DevelopMentor Courses - Tuesday, March 1, 2011 Foundations of C# Programming and the.NET Framework Training In this course, you spend half your time on the C# language and half on the.NET platform. are integrated throughout the course. To put the language in context, the course includes several.NET platform topics. less code!) Distinguish between "implementation inheritance" and "interface inheritance" Use ADO.NET to connect to SQL Server and run a simple query Build a basic Windows Forms GUI Foundations of C# Programming and the.NET Framework is ".NET NET 101" for developers moving to.NET. Explore core C# features like classes, inheritance, namespaces, and events. DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (US) Training In addition to the latest core.NET topics, we'll be covering cutting-edge content that you simply cannot get at other courses including multi-touch programming, Mono.NET, and NoSQL / MongoDB. class] Night out for drinks and conversations Day 5 Managed Extensibility Framework WCF Data Services Power Debugging with WinDBG This course covers is a deep exploration of.NET 4.0 and build on the PFx Task library (covered elsewhere in the course), the dynamic capabilities of C# 4.0, C# : Leverage new features of C# including asynchronous methods from C# 5.0, assuming Silverlight 5.0 DevelopMentor Courses - Tuesday, March 1, 2011 |
311 Articles match "Course"
| The Latest from DevelopMentor | MORE | | 10 Things to make you Agile adoption successfull One of the closing slides in my Agile Foundations course includes a quote from Ken Schwaber saying that only 30% of teams who attempt Scrum will be successful. few months ago, at the end of the course, someone asked the obvious question, a question so obvious I wonder why nobody has asked it before: “What can we do to ensure that we are in the 30% who make it?” You can read the books, you can experiment, you can go on courses. What I find interesting about this quote is that it aligns with many other change management studies. Either way, the prognosis isn’t optimistic. Allan Kelly's Blog - Monday, May 14, 2012 Points 4 of 4 - Breakdown Of course the break down does create some problems: a Blue can only be done when all the Whites, or some done and other cancelled, which mean tracking becomes more complex. This entry directly continues from three earlier ones: Story points considered harmful? of 4 - Journey's start Story points 2 of 4 - Duarte's arguments Story points 3 of 4 - An example Duarte’s analysis, and my response, has got me thinking. And I think it would be useful - to me at least, maybe to some readers! Why do I advise teams to break down Blues/Stories? Thus I would break Blues down to Whites. Placebo effect. Allan Kelly's Blog - Thursday, April 19, 2012 Story points 3 of 4 - An example Of course this won’t help if the end customers/users/clients/stakeholders aren’t prepared to engage. This entry continues from two earlier ones: Story points considered harmful? of 4 - Journey's start Story points 2 of 4 - Duarte's arguments I’ve got some (abstract) points data of my own. Not as much as Duarte’s but some. One team in particular is interesting. The development manage said a few months ago “We can deliver to the day.” But actually, when you look at the data the velocity looks quite variable. Whats going on? Well two things, at least. Look at the trend.” Allan Kelly's Blog - Wednesday, April 18, 2012 | -
| The Best from DevelopMentor | MORE | - 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 - HTML 5 and file Drag & Drop
Of course as always not every browser supports the new feature. There is a lot of new goodness in HTML 5 and one of these features is being able to drag a file from the Windows explorer into the browser and handling the drop event using JavaScript. If you are a GMail user you are probably familiar with this as GMail allows users to attach files to emails using this Drag&Drop style. This works just fine with the current versions of Chrome or FireFox though. The HTML page I am using is real simple and looks like this. 1: 2: 3: 4: HTML 5 Drag & Drop demo. 1: $( function () {. Enjoy! The Problem Solver - Thursday, October 13, 2011 - 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 - Using Model – View – ViewModel with Silverlight
Of course there is no need to duplicate properties the UI is never going to bind to directly. The View – Model – ViewModel design pattern, also known as MVVM, is getting more popular these days. have found it extremely easy to use when developing very different applications and have used the design pattern recently in both ASP.NET, WPF and Silverlight applications. However easy as it might be is seems to confuse people as I have seen some terrible examples where people make a complete mess of things. The View is data bound to a ViewModel. This is the most important step to remember. The Problem Solver - Tuesday, April 7, 2009 - Workflow 4 Services and duplex communications
And the is of course the biggest problem of them all: what if you can’t create a ServiceHost on the client? There are quite a a few cases where it is useful to have a duplex communications. An obvious candidate is allowing a service to notify the user interface application of the progress so the user knows what is happening. Normally, when using plain WCF , you would use a ServiceContract attribute with a CallbackContract that specified the service uses duplex communications. public interface IService1. {. OperationContract]. string GetData( int value ); }. ServiceContract]. Conclusion. The Problem Solver - Monday, May 3, 2010 - Windows Phone 7, Animations and Data Binding
Of course I could have changed the animation to do nothing for a second and then sweep in but that felt like a wrong hack so I decided to find out what was really going on and why the two pages where behaving differently. Of course the data binding was there for a good reason and removing it wasn’t an option so I had to change the way the data binding was initialized. Of course I also needed to prevent the page from setting the DataContext when first created while still maintaining the blendability of the page. The app is pretty simple with just two pages. Storyboard. The Problem Solver - Monday, December 27, 2010 - Paging with the Silverlight RIA services DomainDataSource
Of course it is just a matter of setting properties so doing so from code is easy enough. Using the declarative DomainDataSource that is part of the upcoming Silverlight 3 RIA services makes it quite easy to work with data. All you need to do is add a DomainDataSource control to the the XAML, point it to the generated DomainContext class (in this case NorthwindContext) and tell it which method to use to load the data from the web service(in this case LoadCustomers). Next add a DataGrid to display the data and you are good to go. Adding paging. Using progressive loading. Enjoy! The Problem Solver - Monday, April 27, 2009
| | |