|
|
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.
|
17 Articles match "Serialization","Web"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
At the same time, it provides a way to perform serialization of objects to XML, while supplying a bridge to legacy API's, such as XPath and XSLT. Day 4 LINQ in N-Tier Applications Both LINQ to SQL and the Entity Framework support serialization of entities for use with Windows Communication Foundation (WCF), but using LINQ in a service-oriented application architecture presents many other challenges to the application developer. These data services integrate naturally with the Web and can be consumed by Web clients within a corporate network or across the Internet.
DevelopMentor Courses
- Friday, June 12, 2009
NET Architecture and Design Principles: Building Distributed Applications
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 presents key concepts in distributed systems. Using C# 3.0's
DevelopMentor Courses
- Friday, June 12, 2009
Advanced Windows Communication Foundation
Because it incorporates web service standards, WCF enables interoperability with other platforms such as Java/Unix. Discover the advanced tasks of building services-contracts, serialization, hosting, security, identity management, and reliability. WCF includes the "Web Programming Model" which allows building Restful services with an easy to use API. Messaging Sometimes contracts and serialization don't provide enough flexibility. Windows Communication Foundation (WCF) replaces previous technologies such as.NET remoting, ASMX, and COM+. How do I secure a service?
DevelopMentor Courses
- Monday, March 1, 2010
|
11 Articles match "Serialization","Web"
|
The Latest from DevelopMentor
|
MORE
|
|
The NoSQL Movement, LINQ, and MongoDB - Oh My!
There is a movement out in the software development world called the "No SQL" movement and it’s taking the web application world by storm. The NoSQL movement is about re-evaluating the constraints and scalability of data storage systems in the light of the way modern web applications generate and consume data. This move towards NoSQL is driven by pressure from two angles in the web application world: Easy-of-use and deployment. And if you are writing a web app, you definitely want that number to grow. Insanity!” Flat files? The converse is, of course, also true.
Michael C. Kennedy's Weblog
- Thursday, April 22, 2010
Adding a REST Endpoint to a WIF Token Service
So I decided to a add a simple HTTP endpoint to my STS using the WCF web programming model: [ ServiceContract ]. Afterwards you serialize the security token back as a HTTP response and you are done. Sometimes it is useful to have a really simple way to acquire a token from a token service – without having to fiddle around with WS-Federation or WS-Trust. Issuing a simple GET request against a token issuance endpoint seems to fulfill that requirement. public interface IRestfulTokenServiceContract. {. OperationContract ]. WebGet (UriTemplate = "/?realm={realm}" realm={realm}" )].
www.leastprivilege.com
- Friday, September 11, 2009
Who is Improving LINQ to SQL? Plinqo by Code Smith!
Nevertheless, I have a consulting client, Credit Solutions , that uses LINQ to SQL for their line-of-business web application and has had a very favorable experience working with it. Actually, Plinqo creates two files: one for the code-generated entity, and another for your own custom metadata that will not be overwritten by the code-generator (for example, attributes that can drive a dynamic data web site ). SP1 (avoiding cyclic references and the need for the "unidirectional" serialization option). and Visual Studio 2010. file under a common folder.
Tony and Zuzana's World
- Tuesday, August 4, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Use Geneva Session Management for your own needs
closer look reveals, that the purpose of this module is actually serializing SessionSecurityToken s into cookies. This means that the SessionAuthenticationModule is a general module and API to serialize claims principals and security tokens into cookies. You can utilize this infrastructure whenever you need to serialize and round-trip an IClaimsPrincipal. In the next step add a ClaimsAuthenticationManager to the web site and register it, e.g.: Geneva Framework is a Framework is a Framework. One part of that framework is the SessionAuthenticationModule for ASP.NET.
www.leastprivilege.com
- Sunday, May 24, 2009
-
The NoSQL Movement, LINQ, and MongoDB - Oh My!
There is a movement out in the software development world called the "No SQL" movement and it’s taking the web application world by storm. The NoSQL movement is about re-evaluating the constraints and scalability of data storage systems in the light of the way modern web applications generate and consume data. This move towards NoSQL is driven by pressure from two angles in the web application world: Easy-of-use and deployment. And if you are writing a web app, you definitely want that number to grow. Insanity!” Flat files? The converse is, of course, also true.
Michael C. Kennedy's Weblog
- Thursday, April 22, 2010
-
Adding a REST Endpoint to a WIF Token Service
So I decided to a add a simple HTTP endpoint to my STS using the WCF web programming model: [ ServiceContract ]. Afterwards you serialize the security token back as a HTTP response and you are done. Sometimes it is useful to have a really simple way to acquire a token from a token service – without having to fiddle around with WS-Federation or WS-Trust. Issuing a simple GET request against a token issuance endpoint seems to fulfill that requirement. public interface IRestfulTokenServiceContract. {. OperationContract ]. WebGet (UriTemplate = "/?realm={realm}" realm={realm}" )].
www.leastprivilege.com
- Friday, September 11, 2009
-
Article: Azure Storage
These companies' web properties seem to handle unbounded amounts of traffic with zero down time. Queues - provides interprocess communication functionality between various web and worker roles in your hosted services or even applications running outside of Azure. However, real life is full of edge cases, error handling, security, and serialization which makes the pure HTTP model error prone. The web application simply pulls all photos from the approved photo container in Azure blob storage. Read it at the DevelopMentor website here: [link]. Enjoy! by Michael Kennedy.
Michael C. Kennedy's Weblog
- Wednesday, April 8, 2009
-
Setting Key Identifiers in Geneva
Keys used in tokens or RSTRs need to be identified somehow – common ways to do this is to use a thumbprint, a serial number or the subject key identifier. A “Geneva” based token service will use the combination of issuer name and certificate serial number by default. Metro based web services e.g. This is usually fine, but you may need to change that because of interop scenarios. prefer the subject key identifier method. Took me some time to figure it out – so maybe this info is useful to someone. new SecurityKeyIdentifierClause[]. {. new X509SecurityToken(cert).CreateKeyIdentifierClause
www.leastprivilege.com
- Friday, February 27, 2009
-
Who is Improving LINQ to SQL? Plinqo by Code Smith!
Nevertheless, I have a consulting client, Credit Solutions , that uses LINQ to SQL for their line-of-business web application and has had a very favorable experience working with it. Actually, Plinqo creates two files: one for the code-generated entity, and another for your own custom metadata that will not be overwritten by the code-generator (for example, attributes that can drive a dynamic data web site ). SP1 (avoiding cyclic references and the need for the "unidirectional" serialization option). and Visual Studio 2010. file under a common folder.
Tony and Zuzana's World
- Tuesday, August 4, 2009
-
Who is Improving LINQ to SQL? Plinqo by Code Smith!
Nevertheless, I have a consulting client that uses LINQ to SQL for their line-of-business web application and has had a very favorable experience working with it. Actually, Plinqo creates two files: one for the code-generated entity, and another for your own custom metadata that will not be overwritten by the code-generator (for example, attributes that can drive a dynamic data web site ). SP1 (avoiding cyclic references and the need for the “unidirectional serialization option). and Visual Studio 2010. file under a common folder. But wait, there’s more!
Tony and Zuzana's World
- Tuesday, August 4, 2009
|
|
|