| |
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.
|
5 Articles match "Books"
See all articles with
"Books"
| The Latest from .NET Mutterings | MORE | | Power point to Microsoft One Note I often find the need to produce a one note book of a set of slides so that I can annotate and scribble notes against a given slide. In the past Ive imported the slides manually into a one note book, I finally got around to building a tool that automates the process. You can download it from [link .NET Mutterings - Wednesday, November 19, 2008 Generic Sum Last night I was skimming through an excellent book on Linq "Linq in Action" published by Manning, and whilst reading the section on how Expression trees work in C# v3.0 Its been a while since I blogged about trying to re-implement C++ STL using.NET generics. it occured to me that I could potentially use them for creating a generic Sum method. First a quick look at C# v3.0 expressions, the lambda expression here is not being turned into a method as would be the norm for anonymous methods but it is turned into an AST. WriteLine ( Expression. Lambda >( Expression. .NET Mutterings - Wednesday, April 2, 2008 Looking for a C# Design Patterns book I co-author developmentor's Code smarter with Design Patterns in.NET course with Kevin Jones, and ever since the creation of the course I've been on the look out for a good book to recommend to students. So my quest continues to find a good C# patterns book I can recommend for class The one I currently recommend is the excellent Head First Design Patterns, although the only rub is its in Java, but in terms of teaching patterns its awesome. recently decided to order the latest Design Patterns for C# v3.0 from OReilly written by Judith Bishop, and see if I could recommend that text. .NET Mutterings - Wednesday, April 2, 2008 | | The Best from .NET Mutterings | MORE | | Finger printing in schools just gets hotter… believe I’ve managed to get that stopped now, however this is not the case for many parents who are currently discovering that without their knowledge or consent their child’s biometrics have been taken by the school and stored for such trivial uses as borrowing a library book. A while back I mentioned that the primary school my children are attending was planning to introduce fingerprinting for school registration. Please check the web site out, and make your voice heard…. Leave Them Kids Alone .NET Mutterings - Friday, July 7, 2006 Pfx, Parallel Extensions take advantage of multiple cores, but be careful. So first task was to find some code I wanted to parallelise I frequently use a piece of logic I stole from the book "How long is a piece of string" that uses many iterations to work out the value of PI as a good async demo, so I thought I would have a go at parallelising this piece of code. Microsoft has now made available a parallel library for.NET, its still in early stages with its aim is to make it easier to write applications to take advantage of multiple cores. Pfx has really two layers one which offers a relatively high level of abstraction, providing a Parallel.For, Parallel.Do .NET Mutterings - Sunday, January 13, 2008 Looking for a C# Design Patterns book I co-author developmentor's Code smarter with Design Patterns in.NET course with Kevin Jones, and ever since the creation of the course I've been on the look out for a good book to recommend to students. So my quest continues to find a good C# patterns book I can recommend for class The one I currently recommend is the excellent Head First Design Patterns, although the only rub is its in Java, but in terms of teaching patterns its awesome. recently decided to order the latest Design Patterns for C# v3.0 from OReilly written by Judith Bishop, and see if I could recommend that text. .NET Mutterings - Wednesday, April 2, 2008 | - Generic Sum
Last night I was skimming through an excellent book on Linq "Linq in Action" published by Manning, and whilst reading the section on how Expression trees work in C# v3.0 Its been a while since I blogged about trying to re-implement C++ STL using.NET generics. it occured to me that I could potentially use them for creating a generic Sum method. First a quick look at C# v3.0 expressions, the lambda expression here is not being turned into a method as would be the norm for anonymous methods but it is turned into an AST. WriteLine ( Expression. Lambda >( Expression. .NET Mutterings - Wednesday, April 2, 2008 - Power point to Microsoft One Note
I often find the need to produce a one note book of a set of slides so that I can annotate and scribble notes against a given slide. In the past Ive imported the slides manually into a one note book, I finally got around to building a tool that automates the process. You can download it from [link .NET Mutterings - Wednesday, November 19, 2008 %>
283 Articles match "Books"
See all articles with
"Books"
| The Latest from DevelopMentor | MORE | | Unit testing a ASP.NET WebAPI controller Testing a simple ApiController that gets data Suppose we have the following ASP.NET WebAPI Controller with two Get methods, the first returns the complete list of books and the second returns the book with the requested ID. 14: 15: // GET api/books. 24: var book = _repo.GetBook(id); 25: 26: if (book == null ). 30: 31: return Request.CreateResponse(HttpStatusCode.OK, book); 32: }. The Get() method that returns all books is easy enough to test. There are no dependencies on WebAPI bits, all it does is return a enumeration of books. 8: 9: }. The Problem Solver - Sunday, May 12, 2013 Requirements and Specifications The first book I picked up was Mike Cohn’s User Stories Applied , the nearest thing the Agile-set has to a definitive text on requirements. True Requirements runs throughout the book but doesn’t help me compare and contrast. The fact that so many prominent books duck the question of requirements and specification makes me think this is a fairly common issue. 'As I was saying in my last blog, I’m preparing for a talk at Skills Matter entitled: “Business Analyst, Product Manager, Product Owner, Spy!” and so I’ve been giving a lot of thought to requirements. nothing. Allan Kelly's Blog - Monday, April 15, 2013 Requirements whose job are they anyway? The talk title is a reference to the John Le Carre book “Tinker Tailor Solider Spy!” , its probably too clever by half and I should just have entitled it “Requirements: Whose job are they anyway?” 'Later this week I’m giving a talk at Skills Matter entitled: “Business Analyst, Product Manager, Product Owner, Spy!” The talk idea was born out of what I see as confusion and land-grabbing in the requirements space, or as I prefer to think of it “the need side” i.e. the side of development which tries to understand what is needed. Undoubtedly some do but I’m far from convinced they all do. Allan Kelly's Blog - Monday, April 15, 2013 | -
| The Best from DevelopMentor | MORE | - How to rip audio books
So i listen to a lot of audio books, and here's how i create the mp3 of them. Make sure the book is UNABRIDGED 1) get a ipod - i prefer the nano. link] 4) set your encoding bitrate to 64k & stereo, this is a very high quality audio book. Overview we are going to create bite size files about 30 minutes each. then label them, and create the id tags. finally we'll attach a picture. link] Ripping 2) download audiograbber & install. link] 3) download lame encoder & install. To do this double click a track. select the Sectors>Last. And there you go Llewellyn Falco - Sunday, July 6, 2008 - 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. In these cases the book is a nice point to get started but no more than that and getting additional information on the Internet is pretty much a requirement. 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 - Books on Windows Phone 7 development
Here are some books for people that are looking to get into Windows Phone 7 development (some are pre-order only at this time): Microsoft XNA Framework Programming for Windows Phone 7. Microsoft Silverlight Programming for Windows Phone 7. Windows Phone 7 Plain & Simple. Developing Windows Phone 7 Applications. Windows Phone 7 The Blomsma Code - Thursday, December 2, 2010 - Using SignalR for real time data updates
In the following code the clients starts the communications hub and passed the loadBooks callback to load the books as soon as the communications are initialized. $( function () {. then( function (books) {. each(books, function () {. appendTo(ul); renderBook(newLi, this ); }); }); }; function renderBook(li, book) {. var books = _repo.GetBooks(); return books; }. }. e.preventDefault(); var form = $( this ); var book = {. val(). }; hub.updateBook(book); }); hub.bookUpdated = function (book) {. public void updateBook(Book book). {. The Problem Solver - Wednesday, July 25, 2012 - Unit testing a ASP.NET WebAPI controller
Testing a simple ApiController that gets data Suppose we have the following ASP.NET WebAPI Controller with two Get methods, the first returns the complete list of books and the second returns the book with the requested ID. 14: 15: // GET api/books. 24: var book = _repo.GetBook(id); 25: 26: if (book == null ). 30: 31: return Request.CreateResponse(HttpStatusCode.OK, book); 32: }. The Get() method that returns all books is easy enough to test. There are no dependencies on WebAPI bits, all it does is return a enumeration of books. 8: 9: }. The Problem Solver - Sunday, May 12, 2013 %>
| | |