Skip to main content

Home/ Coders/ Group items tagged MSDN

Rss Feed Group items tagged

Joel Bennett

ADO.NET Data Services Team Blog : Breaking Down 'Data Silos' - The Open Data Protocol (... - 2 views

  •  
    "Driven by the goal to enable simple data sharing across disparate data sources, today, at PDC, we are announcing the Open Data Protocol (OData). " (November 2009)
Joel Bennett

Open Data Protocol Q&A - 1 views

  •  
    "The Open Data Protocol (OData) is a web protocol for querying and updating data. OData applies web technologies such as HTTP, Atom Publishing Protocol (AtomPub) and JSON to provide access to information from a variety of applications, services, and stores. OData emerged organically based on the experiences implementing AtomPub clients and servers in a variety of products over the past several years."
Traveller Spice

Windows Azure and Cloud Computing - 0 views

  •  
    The feature-complete release of the Windows Azure Platform enables developers to easily build or migrate applications to the cloud. The newly announced Windows Server AppFabric and Windows Azure Platform enables you to use existing technology to improve scalability and performance in complex applications without having to learn a new skill set.  Get started by downloading the free Windows Azure Platform training kit.
Traveller Spice

NET Framework 3.5 SP1 with Free Training. - 0 views

  •  
    NET Framework 3.5 SP1 with Free Training.
Joel Bennett

Matt Manela's Blog : DiffPlex 1.0 Released!! - 0 views

  •  
    The DiffPlex project is a combination of a .NET Diffing Library with a Silverlight and HTML diff viewer. It is released open source under the MS-PL license.
Joel Bennett

Server Core .NET Functionality (Namespaces missing from Server Core) - 1 views

  •  
    Server Core contains the normal complement of .NET namespaces with a few exceptions. This list contains, by name, the namespaces that are missing from a Server Core installation.
Joel Bennett

Using WS-Man to invoke a Powershell Cmdlet - Windows Management Infrastructure Blog - 1 views

  •  
    A simple SOAP template example of invoking a PowerShell command remotely via WS-Man (WinRM) ... this is one way you could build a PowerShell remoting client for non-PowerShell platforms.
Joel Bennett

Understanding WS-Federation - 2 views

  •  
    WS-Security, WS-Trust, and WS-SecurityPolicy provide a basic model for federation between Identity Providers and Relying Parties. These specifications define mechanisms for codifying claims (assertions) about a requestor as security tokens which can be used to protect and authorize web services requests in accordance with policy.
Joel Bennett

WIF Workshops - Vibro.NET - 2 views

  •  
    All Will Be Revealed: ~7 Hours Recordings from the WIF Workshops
Joel Bennett

Windows Developer Preview Metro style app samples - 3 views

  •  
    The Windows Developer Preview Samples Gallery contains a variety of code samples that exercise the various new programming models, platforms, features, and components available for the BUILD conference.
Joel Bennett

MSDN Virtual Lab: Building Windows Azure Services with PHP - 0 views

  •  
    learn to enable FastCGI support in IIS 7.0, use FastCGI to host PHP applications on IIS 7.0, and use Windows Azure to host PHP applications...
  •  
    I still can't get over Microsoft not only offering to host PHP apps in their cloud, but offering training for it ...
Joel Bennett

Functional Programming Fundamentals, Chapter 1 of 13 - Dr. Erik Meijer - C9 Lectures - ... - 0 views

  •  
    "We kick off C9 Lectures with a journey into the world of Functional Programming with functional language purist and high priest of the lambda calculus, Dr. Erik Meijer "
Matteo Spreafico

Clemens Vasters, Bldg 42 : Port Bridge - 0 views

  • In order to increase the responsiveness and throughput for protocols that are happy to kill and reestablish connections such as HTTP does, “Port Bridge” is always multiplexing concurrent traffic that’s flowing between two parties on the same logical socket.
  • With Hybrid, all connections are first established through the Service Bus Relay and then our bits do a little “NAT dance” trying to figure out whether there’s a way to connect both parties with a direct socket – if that works the connection gets upgraded to the most direct connections in-flight.
  • Now you might say You are using a WCF ServiceContract? Isn’t that using SOAP and doesn’t that cause ginormous overhead? No, it doesn’t. We’re using the WCF binary encoder in session mode here. That’s about as efficient as you can get it on the wire with serialized data. The per-frame SOAP overhead for net.tcp with the binary encoder in session mode is in the order of 40-50 bytes per message because of dictionary-based metadata compression. The binary encoder also isn’t doing any base64 trickery but treats binary as binary – one byte is one byte. Port Bridge is using a default frame size of 64K (which gets filled up in high-volume streaming cases due to the built-in Nagling support) and so we’re looking at an overhead of far less than 0.1%. That’s not shabby.
Joel Bennett

Reactive Extensions for .NET (Rx) Prerelease - 0 views

  •  
    "Rx is a superset of the standard LINQ sequence operators that exposes asynchronous and event-based computations as push-based, observable collections via the new .NET 4.0 interfaces IObservable and IObserver. These are the mathematical dual of the familiar IEnumerable and IEnumerator interfaces for pull-based, enumerable collections in the .NET framework. "
« First ‹ Previous 181 - 200 of 203 Next ›
Showing 20 items per page