| |
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.
|
16 Articles match "Server Side","Windows"
| Related DevelopMentor Courses | MORE | | Guerrilla.NET (UK) Training Develop network services with Windows Communication Foundation Develop cutting-edge UIs with Silverlight 4.0 Use data binding to create rich data driven Silverlight applications Use powerful new security models with Windows Identity Foundation Debug.NET application beyond using Visual Studio breakpoints Come and learn to build robust.NET applications! How do I develop network services with Windows Communication Foundation? ASP.NET has used server sided controls to build "web forms". Day 4 Windows Workflow Foundation 4.0 Leverage new features of C# 4.0, DevelopMentor Courses - Tuesday, March 1, 2011 HTML5 WebSockets One of the most exiting new things in HTML5 is the ability to start pushing data from the server to the client. Traditionally web applications have depended on clients requesting data from the server. The long polling mechanism has actually been formalized in the HTML5 specs as well with Server-sent DOM events and the the EventSource object. Where the EventSource object uses standard HTTP traffic and has no special requirements on the server the same isn’t true for WebSockets. This new WS and WSS protocol does mean we need some additional capabilities on the server. The Problem Solver - Thursday, July 5, 2012 Using SignalR for real time communication on the web Unfortunately the current support for WebSockets, both on the client and on the server, is still somewhat limited making this a thing of the future. And depending on the client and sever capabilities it can use one or 4 different networking techniques WebSockets Server Send Events Forever frame Long polling It just chooses the best solution that both the browser and server support. The client side code The HTML markup required is really simple. The firsts, jquery.signalR-0.5.2.js, points to client side library that ships with SignalR. The server parts. The Problem Solver - Monday, July 9, 2012 |
10 Articles match "Server Side","Windows"
| The Latest from DevelopMentor | MORE | | Using SignalR for real time communication on the web Unfortunately the current support for WebSockets, both on the client and on the server, is still somewhat limited making this a thing of the future. And depending on the client and sever capabilities it can use one or 4 different networking techniques WebSockets Server Send Events Forever frame Long polling It just chooses the best solution that both the browser and server support. The client side code The HTML markup required is really simple. The firsts, jquery.signalR-0.5.2.js, points to client side library that ships with SignalR. The server parts. The Problem Solver - Monday, July 9, 2012 Using SignalR for real time communication on the web Unfortunately the current support for WebSockets, both on the client and on the server, is still somewhat limited making this a thing of the future. And depending on the client and sever capabilities it can use one or 4 different networking techniques WebSockets Server Send Events Forever frame Long polling It just chooses the best solution that both the browser and server support. The client side code The HTML markup required is really simple. The firsts, jquery.signalR-0.5.2.js, points to client side library that ships with SignalR. The server parts. The Problem Solver - Monday, July 9, 2012 HTML5 WebSockets One of the most exiting new things in HTML5 is the ability to start pushing data from the server to the client. Traditionally web applications have depended on clients requesting data from the server. The long polling mechanism has actually been formalized in the HTML5 specs as well with Server-sent DOM events and the the EventSource object. Where the EventSource object uses standard HTTP traffic and has no special requirements on the server the same isn’t true for WebSockets. This new WS and WSS protocol does mean we need some additional capabilities on the server. The Problem Solver - Thursday, July 5, 2012 | -
| The Best from DevelopMentor | MORE | - Using SignalR for real time communication on the web
Unfortunately the current support for WebSockets, both on the client and on the server, is still somewhat limited making this a thing of the future. And depending on the client and sever capabilities it can use one or 4 different networking techniques WebSockets Server Send Events Forever frame Long polling It just chooses the best solution that both the browser and server support. The client side code The HTML markup required is really simple. The firsts, jquery.signalR-0.5.2.js, points to client side library that ships with SignalR. The server parts. The Problem Solver - Monday, July 9, 2012 - HTML5 WebSockets
One of the most exiting new things in HTML5 is the ability to start pushing data from the server to the client. Traditionally web applications have depended on clients requesting data from the server. The long polling mechanism has actually been formalized in the HTML5 specs as well with Server-sent DOM events and the the EventSource object. Where the EventSource object uses standard HTTP traffic and has no special requirements on the server the same isn’t true for WebSockets. This new WS and WSS protocol does mean we need some additional capabilities on the server. The Problem Solver - Thursday, July 5, 2012 - HTML5 WebSockets
One of the most exiting new things in HTML5 is the ability to start pushing data from the server to the client. Traditionally web applications have depended on clients requesting data from the server. The long polling mechanism has actually been formalized in the HTML5 specs as well with Server-sent DOM events and the the EventSource object. Where the EventSource object uses standard HTTP traffic and has no special requirements on the server the same isn’t true for WebSockets. This new WS and WSS protocol does mean we need some additional capabilities on the server. The Problem Solver - Thursday, July 5, 2012 - Using SignalR for real time communication on the web
Unfortunately the current support for WebSockets, both on the client and on the server, is still somewhat limited making this a thing of the future. And depending on the client and sever capabilities it can use one or 4 different networking techniques WebSockets Server Send Events Forever frame Long polling It just chooses the best solution that both the browser and server support. The client side code The HTML markup required is really simple. The firsts, jquery.signalR-0.5.2.js, points to client side library that ships with SignalR. The server parts. The Problem Solver - Monday, July 9, 2012 - Devweek 2012
RSK guys will be speaking at DevWeek this year, and as usual we will be talking about a large range of cutting edge topics, including Our fluffy cuddly colouring in guy Dave Wheeler will be doing a huge number of sessions on Windows 8 Metro including the Keynote to get you all fired up, but don’t think they will be all soft, one session includes a COM primer for all those youngsters who didn’t take their COM apprentiship. Rich will be covering topics from Whats New in WCF 4.5, In total we will be presenting a total 19 sessions, plus pre and post conference sessions. DevelopMentor Courses - Thursday, November 24, 2011 - Validation with Simple MVVM Toolkit
This interface obsolesces IDataErrorInfo because it does everything that interface did but enables additional functionality : Multiple validation errors per property Entity-level validation Asynchronous server-side validation. INotifyDataErrorInfo is supported by Silverlight 4, but it is not supported by WPF and will only have limited support in Windows Phone 7.1. In WCF RIA Services, for example, the Entity class, which is the base class for client-side entities, implements INotifyDataErrorInfo. In version 2.1 name; } set { if (( this._name name != Technical MVVM Tony and Zuzana's World - Sunday, July 10, 2011 - A first Look at Silverlight and WIF Integration
The integration code consists of two projects (client & server side plumbing) and can be divided into several feature areas. It supports Username/Password and Windows credentials as well as bearer and symmetric token types. This needs some server side plumbing (the AuthenticationService ) and seems to focus on passive scenarios. At MIX, Caleb did a talk about the new Silverlight/WIF integration classes that “ship” with the latest identity training kit. Since this is a topic that comes up really frequently – I had a first look. This is my favourite feature! www.leastprivilege.com - Sunday, March 21, 2010 %>
| | |