| |
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.
|
60 Articles match "Web"
| Related DevelopMentor Courses | MORE | | NET Architecture and Design Principles: Building Distributed Applications Training Think in terms of layers and tiers Use patterns in your code and across the enterprise Write secure code Use concurrency to build highly available systems Make distributed calls using remoting, web services and Windows Communication Framework Utilize asynchronous communication with message queues Horizontally scale every tier of your system Deploy software across distributed systems Applications that span more than one machine require a deliberate and radically different design approach.NET Architecture and Design Principles presents key concepts in distributed systems. Using C# 3.0's DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (US) Training LINQ : Use LINQ to access objects, XML, and SQL relational data MVC : Learn the how build modern web applications using ASP.NET MVC 3.0 MVC : Build modern web applications and services using JavaScript, jQuery, AJAX, REST, ASP.NET MVC, and more. oData : Expose your SQL data sources to rich clients and RIA web applications using WCF Data Services and oData. LINQ : Use LINQ to access objects, XML, and SQL relational data MVC : Learn the how build modern web applications using ASP.NET MVC 3.0 C# : Leverage new features of C# including asynchronous methods from C# 5.0, DevelopMentor Courses - Tuesday, March 1, 2011 Essential Google App Engine ? Topics covered include: Using Eclipse to Create GAE web applications Creating dynamic web applications Working with files and images in GAE Storing data and designing schemas for the NoSQL Datastore database Using fully relational data with Hosted SQL Deploying and maintaining Google App Engine applications Securing access to your application with Google user accounts, oAuth, OpenID and more. This class will take Java Developers familiar with basic Java web applications and teach them the in's and out's of Google App Engine (GAE). DevelopMentor Courses - Wednesday, October 5, 2011 |
343 Articles match "Web"
| The Latest from DevelopMentor | MORE | | HTML5 Background tasks using Web Workers Fortunately there is a fix for this in the form of the new HTML5 Web Workers specification Web workers are relatively well supported, IE9 being the big exception, as you can see from caniuse.com. text( 'Web Worker is not supported :-(' ).prependTo( Communicating with Web Workers. How about browsers that don’t support Web Workers? It turns out that using this chunking approach in the UI is a very decent alternative to using a Web Worker as it prevents the user interface from completely blocking. 1: 2: 3: 4: 5: 6: 7: 8: Start. 9: 10: Stop. 13: }. The Problem Solver - Wednesday, May 2, 2012 How Are You Scaling ASP.NET? Cheers, @mkennedy Filed … Continue reading → Polls.NET ASP.NET MVC polls webThere are some interesting debates out there around scaling ASP.NET. How do you do it? Please fill out this poll and tell the world: Interested in a blog post on this? Take it to the comments section. Michael C. Kennedy's Weblog - Tuesday, May 1, 2012 Roll Your Own REST-ful WCF Router Nevertheless, there are times when it might make sense to build a router that can talk to clients who don’t know anything about Soap, for example, an AJAX web application. While the ASP.NET MVC or the new ASP.NET Web API might seems like attractive options, WCF is the way to go if you need to accommodate both Soap-based and Rest-ful clients. This allows the service to be entirely stateless and function easily in a web farm environment without maintaining client state between method calls. Download the code for this post here. FirstOrDefault(); if (region != null ) { bool ? Tony and Zuzana's World - Tuesday, April 24, 2012 | -
| The Best from DevelopMentor | MORE | - How Are You Scaling ASP.NET?
Cheers, @mkennedy Filed … Continue reading → Polls.NET ASP.NET MVC polls webThere are some interesting debates out there around scaling ASP.NET. How do you do it? Please fill out this poll and tell the world: Interested in a blog post on this? Take it to the comments section. - Using the WCF Web API in an ASP.NET MVC application
Warning: This post is based on a prerelease version of the WCF Web API In my previous blog post I showed how to add to and use the new WCF Web API a console application using NuGet. Now that works but it is far more likely that you will want to be using IIS and host the REST service as part of a web application. Not that there is anything specific to MVC I need here, all I need is a web site and I could have started with a WebForms application just the same. Just like in this post we can add a reference to the WCF Web API to our project. repo = repo; }. Enjoy! The Problem Solver - Monday, June 13, 2011 - Adapting to web standards - Part 1
A very interesting book has recently hit the shelves of you local bookstore: Adapting to Web Standards: CSS and Ajax for Big Sites (Voices That Matter). The book is split in two main parts, the first part deals with coding web pages, using cascading style sheets. CSS), adding behaviour using Javascript and AJAX, building web applications and introducting standards using the. One of the co-authors of this book is none other than AOL's own Kevin. Lawver. good opportunity to review the book and be able to ask Kevin some questions about the it. Circle of Standards'. read more AOL & .Net - Wednesday, April 2, 2008 - No, You Don’t Need A Windows App
You’ll hear people tell you that if you … Continue reading → jQuery Articles Cloud Opinion webDo you think you need a Window’s app for your next project? Here’s a thought: No you don’t. Let me give you one less reason choose the rocky-road of desktop apps today. Michael C. Kennedy's Weblog - Wednesday, April 4, 2012 - Getting started with the WCF Web API
Warning: This post is based on a prerelease version of the WCF Web API When designing services the REST style is becoming more and more popular. Enter the WCF Web API The new Web API is supposed to change that and enable a lot more flexibility to create more powerful REST services using WCF. At the moment the Web API is still in a preview state so things might change quite a bit before it is actually released so keep that in mind if you read this some time in the future. The equivalent service using the WCF Web API is very similar. ServiceContract]. Enjoy! The Problem Solver - Tuesday, May 31, 2011 - Query composition with the ASP.NET Web API
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. In the previous example we returned an IEnumerable. All we need to do is change this to return an IQueryable and most of the work is done. 1: public class ProductsController : ApiController. 6: public IQueryable Get(). 13: {. The Problem Solver - Wednesday, March 21, 2012 - RESTful Web Services with WCF Screencast
I recently got the chance to record a screencast discussing REST-oriented web services in WCF. If you're interested in WCF you should definitely check it out because WCF and REST make an awesome combination. WCF-REST-Kennedy-Peepleocity.wmv 35 MB (WMV HD). cover building WCF services using REST princples, the WebGet and WebInvoke attributes, working with the SyndicationFeed & Rss20FeedFormatter classes, and configuration-free WCF hosting in IIS. You can also download the source code of the project built in the screencast. All content copyright Michael C. Kennedy.
| | |