| |
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.
|
19 Articles match "Products"
See all articles with
"Products"
| The Latest from Maurice de Bejeir | MORE | | Different options for hosting RavenDB There is a little bit more work to it and I consider it more of a deployment option but its a great way of hosting RavenDB in production. In the previous blog posts about RavenDB I used the Raven.Server.exe to create a database server. Just running raven.Server.exe and connecting to it is fine for development but certainly not our only option. Running RavenDB as a Windows Service Once you have the RavenDB.Server NuGet package you can install it as a Windows Service. This means it is always available and running whenever you need it. 2: 3: private void CreateRavenDB(). Conclusion. Enjoy! The Problem Solver - Wednesday, December 5, 2012 Different options for hosting RavenDB There is a little bit more work to it and I consider it more of a deployment option but its a great way of hosting RavenDB in production. In the previous blog posts about RavenDB I used the Raven.Server.exe to create a database server. Just running raven.Server.exe and connecting to it is fine for development but certainly not our only option. Running RavenDB as a Windows Service Once you have the RavenDB.Server NuGet package you can install it as a Windows Service. This means it is always available and running whenever you need it. 2: 3: private void CreateRavenDB(). Conclusion. Enjoy! The Problem Solver - Wednesday, December 5, 2012 Query composition with the ASP.NET Web API 12: public Product Get( int id). Loading the products with the original URL returns exactly the same result as before. This request “ [link] ” returns only product 11 to 15 ordered by the product name. Having the ASP.NET Web API as a REST service returning data is kind of nice but to be efficient on the wire we don’t want to return more data that required only to discard it in the client. As we have seen in a previous post just returning a collection data was real easy. As it turns out changing the service so the client can filter data is almost just as easy. 13: {. The Problem Solver - Wednesday, March 21, 2012 | | The Best from Maurice de Bejeir | MORE | | Query composition with the ASP.NET Web API 12: public Product Get( int id). Loading the products with the original URL returns exactly the same result as before. This request “ [link] ” returns only product 11 to 15 ordered by the product name. Having the ASP.NET Web API as a REST service returning data is kind of nice but to be efficient on the wire we don’t want to return more data that required only to discard it in the client. As we have seen in a previous post just returning a collection data was real easy. As it turns out changing the service so the client can filter data is almost just as easy. 13: {. The Problem Solver - Wednesday, March 21, 2012 Using HTML5 WebSockets Now SignalR is an awesome product but as this requires.NET 4.5 In previous blog posts I wrote about using Server-Sent Events so send data from the server to the browser. This works but has the drawback that it is a one way messaging from the server to the browser. There is nothing preventing you from doing ajax style calls back to the server but basically you are using 2 connection. The big plus for Server-Sent Events is that is use standard HTTP connections so the infrastructure is no problem. First we new up the WebSocket and we start listening for onmessage events. text(msg).appendTo( The Problem Solver - Friday, November 11, 2011 Updating data with the ASP.NET Web API In the previous blog post I demonstrated how to get started with the ASP.NET Web API and retrieve some products data from the Northwind database. Adding new products to the database. 12: public Product Get( int id). 18: public void Post(Product product). 20: _db.AddToProducts(product); 21: _db.SaveChanges(); 22: }. Using Fiddler we can POST a new product, in this case the ASP.NET Web API itself, to the server. The function parameter is of type Product and the ASP.NET Web API does the proper deserialization for us. 10: 11: // GET /api/ /5. The Problem Solver - Monday, March 12, 2012 | - 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? Some weeks ago I received a review copy of Silverlight in Action by Pete Brown. 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 first part, consisting of 10 chapters, is titled "Introducing Silverlight" As the name suggests this covers the basics of Silverlight development. In most cases, like validation. So who is this book for? The Problem Solver - Wednesday, September 29, 2010 - Client side support with the ASP.NET Web API
am using Entity Framework Code First here and the model and context look like this: 1: public class Product. 10: public DbSet Products { get; set; }. 12: public Product Get( int id). 3: var baseUrl = @"[link] ; 4: var xml = XElement.Load(baseUrl); 5: 6: foreach (var product in xml.Descendants( "Product" )). 8: Console.WriteLine( "Product '{0}' costs {1:C}" , ( string )product.Element( "ProductName" ), ( decimal )product.Element( "UnitPrice" )); 9: }. Loading a single product is just as easy. 11: }. The Problem Solver - Tuesday, March 13, 2012 - Different options for hosting RavenDB
There is a little bit more work to it and I consider it more of a deployment option but its a great way of hosting RavenDB in production. In the previous blog posts about RavenDB I used the Raven.Server.exe to create a database server. Just running raven.Server.exe and connecting to it is fine for development but certainly not our only option. Running RavenDB as a Windows Service Once you have the RavenDB.Server NuGet package you can install it as a Windows Service. This means it is always available and running whenever you need it. 2: 3: private void CreateRavenDB(). Conclusion. Enjoy! The Problem Solver - Wednesday, December 5, 2012 - Getting started with the ASP.NET Web API
have a copy of the Northwind database on my machine and I am going to create a Web API service to return the products data from that database. Next we need a controller to return the product data. Returning some actual product data from our Web API service. All we need to do is redefine the Get() function to return an IEnumerable , instantiate a NorthwindEntities context and return the Products collection. Refreshing the page in the browser now returns the products data as expected: Returning the a single product is just as easy. 3: // GET /api/. 11: {. The Problem Solver - Friday, March 9, 2012 - CodeCamp iPhone & jQTouch presentation
And if you still want to go the AppStore route a product like PhoneGap will even let you do that. During last years CodeCamp in Rotterdam I recorded my presentation on doing iPhone development using jQTouch and ASP.NET MVC. After looking at several options I have posted the recording on Vimeo. You can view the Dutch language recording here. If you are interested in doing iPhone development but don’t want to get started using Objective-C that jQTouch might just be what you need. Its a cool way to build HTML 5 and JavaScript application for the iPhone. Enjoy! www.TheProblemSolver.nl The Problem Solver - Thursday, January 28, 2010 - Mijn agenda voor de DevDays 2011
Code Like a Ninja: Enhance your Productivity with Visual Studio Wie wil er niet zo productief mogelijk zijn? Nog een paar dagen en het is weer DevDays tijd. Maar waar ben ik te vinden tijdens de DevDays? Ten eerste sta ik als op de web development stand voor Ask The Expert voor de sessions. Dat is altijd leuk om te doen en het verbaast me soms met wat voor problemen je mensen kunt helpen. Op donderdag: DevDays Keynote Wie zou die nu willen missen Expression Blend voor Developers Omdat nog veel te veel ontwikkelaars Blend niet gebruiken bij hun Silverlight en WPF werk. Enjoy! The Problem Solver - Monday, April 25, 2011 - Using HTML5 WebSockets
Now SignalR is an awesome product but as this requires.NET 4.5 In previous blog posts I wrote about using Server-Sent Events so send data from the server to the browser. This works but has the drawback that it is a one way messaging from the server to the browser. There is nothing preventing you from doing ajax style calls back to the server but basically you are using 2 connection. The big plus for Server-Sent Events is that is use standard HTTP connections so the infrastructure is no problem. First we new up the WebSocket and we start listening for onmessage events. text(msg).appendTo( Maurice de Bejeir - Friday, November 11, 2011 %>
380 Articles match "Products"
See all articles with
"Products"
| The Latest from DevelopMentor | MORE | | Agile Clinic: Dear Allan, we have a little problem with Agile. Could it be that the Product Owners are not sufficiently flexible in what they are asking for and are therefore setting the team up to fail each sprint? 'Consider this blog an Agile Clinic. On Friday an e-mail dropped into my mailbox asking if I could help. The sender has graciously agreed to let me share the mail and my advice with you, all anonymously of course… The sender is new to the team, new to the company, they are developing a custom web app for a client, i.e. they are an ESP or consultancy. the Developers work in sprints, estimating tasks in JIRA as they go. And yo have Jira? Allan Kelly's Blog - Sunday, April 28, 2013 A Roundup of MongoDB Management Tools The data is a great asset when optimizing applications during development and potentially invaluable when diagnosing production issues. 'I’ve been working with MongoDB for a long time now. Back in the early days, there really were no management tools analogous to RDBMS tools (e.g. SQL Server Management Studio ). Since then, things have changed significantly. It’s time to look around and see what management / monitoring tooling is around these days for MongoDB. The news is good. There are many different options to choose depending on your platform and use-cases. link]. link]. Michael C. Kennedy's Weblog - Monday, April 22, 2013 Requirements and Specifications '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!” So now I turned to a standard textbook on requirements: Discovering Requirements: How to Specify Products and Services by Alexander and Beus-Dukis. which I should just have entitled it “Requirements: Whose job are they anyway?” and so I’ve been giving a lot of thought to requirements. Bear with me, I’ll come back to this point at the end.) So I turned to my bookshelves…. turned to the index and…. nothing. Which bring us back to BDD. Allan Kelly's Blog - Monday, April 15, 2013 | -
| The Best from DevelopMentor | MORE | - Product Management an open secret, a differenciator
At the Skills Matter Agile Lean Kanban exchange the other week someone - sorry I missed you name - told me about a report from the BBC on Product Management. It turns out the report is from a branch of the BBC I didn’t know about, “BBC Academy” and it entitled “The State of Product Management 2010.” Its well worth reading if you have an interest in Product Management or the UK software development scene. Although I’ve not blogged about it for a while Product Management is one of my passions. In Silicon Valley there is a well developed role called the Product Manager. Allan Kelly's Blog - Tuesday, December 14, 2010 - Minimal Viable Team to create a Minimally Viable Product
Despite being a bit of a mouthful to say “Minimal Viable Product” and the even more difficult to say “Minimally Marketable Feature” (also known as a “Quantum of Value” or “Business Value Increment”) are very useful concepts. What makes gives them killer power is that they speak to a secret belief held by many people (not just managers) that teams gold-plate development and create products with more than is needed. The same applies to product development: saying Yes to a feature is easy, saying No is hard, but unless you say No a lot more than Yes you won’t have a MVP. Allan Kelly's Blog - Monday, October 8, 2012 - Productivity Power Tools 2012 – February 2012
A new update to Productivity Power Tools 2012! This update includes a couple of bug fixes including a crashing bug in the Custom Document Tab Well on debug. Download now! Link: [link]. Download: ProPowerTools.vsix. Visual Studio 2012 DevelopMentor Courses - Monday, February 25, 2013 - Query composition with the ASP.NET Web API
12: public Product Get( int id). Loading the products with the original URL returns exactly the same result as before. This request “ [link] ” returns only product 11 to 15 ordered by the product name. Having the ASP.NET Web API as a REST service returning data is kind of nice but to be efficient on the wire we don’t want to return more data that required only to discard it in the client. As we have seen in a previous post just returning a collection data was real easy. As it turns out changing the service so the client can filter data is almost just as easy. 13: {. The Problem Solver - Wednesday, March 21, 2012 - EF4 compared to NHibernate
On the other side, NH is a much a more mature ORM product than EF and has better batching capabilities. It is also more extensible, especially as an open-source product. The end result will be greater parity between the two products going forward, making the choice even more challenging and determined mostly by philosophical and strategic factors. Last week while teaching my new LINQ and Entity Framework course I got a question asking me to compare EF4 with NHibernate. Not having worked extensively with NHibernate, I wasn’t in a position to address the question. Tony and Zuzana's World - Wednesday, January 13, 2010 %>
| | |