| |
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.
|
12 Articles match "Books","Build"
| Related DevelopMentor Courses | MORE | | Screening C# Candidates: Let’s Play 20 Questions! For example, someone might be called upon to build a WPF app retrieving data from a WCF service that queries a SQL database using Entity Framework with Ninject for dependency injection and MOQ for unit testing. 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. Over the past year I was involved in the process of interviewing candidates for both mid and senior level developer positions. What kind of type is a string? DevelopMentor Courses - Tuesday, February 28, 2012 Agile: Where's the evidence? For their book Organizational Patterns of Agile Software Development Coplien and Harrison spent over 10 years assessing teams. If you believe you can follow a defined process and write down a process to follow and the requirements of the thing you wish to build then waterfall is probably for you. A few weeks ago I was presenting at the BCS SIGIST conference - another outing for my popular Objective Agility presentation. Someone in the audience asked: “Where is the evidence that Agile works?” My response was in two parts. It is rarely a question aimed at a rational decision. Scrum? Allan Kelly's Blog - Friday, March 30, 2012 10 Things to make you Agile adoption successfull And I fluffed it, despite having written a book on the subject I didn’t have a quick answer to hand. You can read the books, you can experiment, you can go on courses. The longer you spend talking about doing it, and not actually doing it, the more it anticipation will build up, the more more it will look like jus another management fad. Reading books works for some people but most books go unread, or the words go in one eye and out the other. Do everything build the fire without extinguishing it. Either way, the prognosis isn’t optimistic. Allan Kelly's Blog - Monday, May 14, 2012 |
62 Articles match "Books","Build"
| The Latest from DevelopMentor | MORE | | Agile Advice for Aviva (and many other big companies) During the day I did build up a picture of much that is happening inside Aviva and I did give some advice in conversations. Give your team support, send them on training, hire consultants to come and coach, buy them books. I’m starting this blog entry on the train returning to London after speaking at Sync Conference in Norwich - and I’m finishing sitting in my local coffee shop on Tuesday. My conference presentation Agile in 90 minutes is online (PDF) or via Slideshare.) An awful lot of people at SyncConf worked for Aviva and during the day I spoke to many of them. Allan Kelly's Blog - Tuesday, February 19, 2013 What is Agile? At first I thought my notes on Xanpan would be similar to my “Agile Reader” mini-book , then I thought Xanpan would be a replacement for the Agile Reader series, now I’m seeing it as a book format collection of writing that goes beyond Agile Reader and includes new material on Xanpan specifically. The Not the Waterfall perspective : traditional software development was largely rooted in a mindset which said “Define what you want, design it, build it, testing it and deliver it, in sequence with little or no feedback from later stages.” What’s happening? Allan Kelly's Blog - Wednesday, January 16, 2013 Using RavenDB with ASP.NET MVC 4 Instead of the default package you need to installl a specific version which is build with the same version of Newtonsoft.Json as ASP.NET MVC4. We can run the ASP.NET MCV 4 application and we get to see the same books as before except now with the new stying. However one thing to keep in mind is that RavenDB.Client is the only RavenDB NuGet package build against this version of Newtonsoft.Json. Some people might have wondered why I used ASP.NET MVC 3 in my previous blog post. In itself this isn’t a problem except that RavenDB requires Newtonsoft.Json version 4.0.8 Enjoy! The Problem Solver - Monday, November 26, 2012 | -
| The Best from DevelopMentor | MORE | - Building Windows Machines in Amazon EC2
Now I must admit I'd rather have found a good tutorial on The Internets or even in a book. 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. 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. Personally I just want a simpler way to create virtual machines. Here we go. Create an Account. Launch! Michael C. Kennedy's Weblog - Saturday, January 30, 2010 - Book review: Silverlight 4 in Action
Reviewing this book took some time as it weighs in at a hefty 798 pages, who ever said that Silverlight was a small products? That is a lot of material but then the book doesn't assume any prior knowledge of Silverlight at all. The book is divided into 25 chapters in 3 different sections. The second part is titled "Structuring your application" This section is divided into 7 chapters and build on top of the first part. Pete has a pretty solid coverage of the material the book will help you understand what you need to know. Enjoy! The Problem Solver - Wednesday, September 29, 2010 - Using HTTP status codes in a REST service
When we build services, or write any code for that matter, error can occur and we have to cater for those. When we are building REST service we embrace HTTP and as a result we also embrace all the HTTP status codes, not just 200 and 500. Book GetBook( int id). {. If I request the books resource using the URL [link] I get the following. However if I use the URL [link] to get a book with id 999 which doesn’t exist I see the following: Not exactly what I want, there is no book found and yet it returns a null book resource. The fix is quite simple. The Problem Solver - Wednesday, July 20, 2011 - The NoSQL Movement, LINQ, and MongoDB - Oh My!
The outcry about flat files above is meant to highlight an assumption developers often have about building data-driven applications: Data goes in the database (SQL Server, Oracle, or MySql). Shortly we’ll look at an example where we build out a disconnected, offline RSS reader that uses MongoDB and LINQ to store its data. Michael Dirolf also has a great book in the works. You can catch a preview of it on Safari Books Online. Download MongoDB and the NoRM driver and build some apps. Insanity!” Flat files? Tell me we aren’t we going back to flat files.”. Ok, ok. Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - Screening C# Candidates: Let’s Play 20 Questions!
For example, someone might be called upon to build a WPF app retrieving data from a WCF service that queries a SQL database using Entity Framework with Ninject for dependency injection and MOQ for unit testing. 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. Over the past year I was involved in the process of interviewing candidates for both mid and senior level developer positions. What kind of type is a string? DevelopMentor Courses - Tuesday, February 28, 2012 - Using RavenDB with ASP.NET MVC 4
Instead of the default package you need to installl a specific version which is build with the same version of Newtonsoft.Json as ASP.NET MVC4. We can run the ASP.NET MCV 4 application and we get to see the same books as before except now with the new stying. However one thing to keep in mind is that RavenDB.Client is the only RavenDB NuGet package build against this version of Newtonsoft.Json. Some people might have wondered why I used ASP.NET MVC 3 in my previous blog post. In itself this isn’t a problem except that RavenDB requires Newtonsoft.Json version 4.0.8 Enjoy! The Problem Solver - Monday, November 26, 2012 - REST services and URL’s
When designing and building REST services the URL’s used take on a rather important part. So for example: [link] Points to a specific book identified by 123 (whatever that might mean). link] Points to the collection of books. link] Points to a collection of books authored by Douglas Adams. For example: [link] This would search the book collection for books about robots. So it pays to think a lot about the URL structure up front. Basically a URL is used to identity a recourse. So it kind of behaved like a primary key in a database. Enjoy! The Problem Solver - Thursday, July 14, 2011 %>
| | |