|
|
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.
|
36 Articles match "Service","Web"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Create LINQ to SQL queries to execute SQL Server stored procedures and perform updates in real-world database applications Write LINQ to XML queries to search XML documents and save them to the file system Build a rich conceptual entity model using the EF and to visually map it to a database schema Use LINQ to Entities to write strongly typed queries against the Entity Data Model Detect and resolve concurrency conflicts with both LINQ to SQL and LINQ to Entities Execute business
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 Discussions range from object-oriented programming to enterprise patterns, networking to
DevelopMentor Courses
- Friday, June 12, 2009
SharePoint for Developers (WSSv3/MOSS2007)
Utilize the WSS object model for building applications in SharePoint Build custom workflow solutions for SharePoint Create custom event handlers Use features and solutions for deploying projects for WSS and MOSS Build standard web parts and web parts utilizing AJAX Handle custom authentication solutions Implement best practices for building solutions with WSS and MOSS Leverage the Business Data Catalog Create custom lists that use custom content types Essential SharePoint for Developers (WSSv3/MOSS2007) covers the critical building blocks for developing solutions for both Windows SharePoint Services
DevelopMentor Courses
- Friday, June 12, 2009
|
63 Articles match "Service","Web"
|
The Latest from DevelopMentor
|
MORE
|
|
Securing WCF Data Services using WIF
Since WCF Data Services is just a normal WCF service (using the web programming model),
all for REST-style services. Enabling WIF in the Data Service
The easiest way to get WIF wired up is by writing a custom service host factory.
You This questions comes up every once in a while..
Since all the typical security APIs and extensibility points apply.
That
www.leastprivilege.com
- Monday, February 15, 2010
Survival Skills for Developers
Even web site developers have to consider how their pages will look when printed and perhaps generate PDF documents for printing. Regardless of whether you write desktop apps, web apps, or middleware, you should be able to print and generate some basic reports.
If you don’t build web applications, you don’t need to master these technologies, but a grasp on the basics will come in handy. Let’s suspend reality for a moment and pretend you’re heading out into the woods this weekend. Set aside the fact that you are a software developer and have no business
Ardent Dev
- Wednesday, February 10, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
RESTful Web Services with WCF Screencast
I recently got the chance to record a screencast discussing REST-oriented web services
in cover building WCF services using REST princples, the WebGet and WebInvoke attributes,
working in WCF. If you're interested in WCF you should definitely check it out because WCF
and
-
Paging with the Silverlight RIA services DomainDataSource
Using the declarative DomainDataSource that is part of the upcoming Silverlight 3 RIA services makes it quite easy to work with data. All you need to do is add a DomainDataSource control to the the XAML, point it to the generated DomainContext class (in this case NorthwindContext) and tell it which method to use to load the data from the web service(in this case LoadCustomers). Next add a DataGrid to display the data and you are good Pretty simple and that is the way I like it
Adding paging.
The Problem Solver
- Monday, April 27, 2009
-
Using Information Cards in ASMX Web Services
a sample walkthrough for ASMX web services.
To transmit the token to the service, I will use a SOAP header. For metadata support, we can now annotate a web method with this header information:
[ WebService (Namespace
= "urn:leastprivilege" )]
[ WebServiceBinding (ConformsTo = WsiProfiles .BasicProfile1_1)] connects this logic with the web method:
As I wrote here -
an Information Card token is just a string.
www.leastprivilege.com
- Sunday, March 30, 2008
-
Integrating Simple Web Tokens (SWT) with WCF REST Services using WIF
The Simple Web Token (SWT) is a new & simple token format that was created by
Microsoft, The Azure platform App Fabric Access Control service e.g. WCF based REST services (works in ASP.NET as well). Microsoft, Google and others. See here for
specs. specs.
www.leastprivilege.com
- Monday, February 8, 2010
-
Thinktecture Security Token Service Starter Kit
a self contained web site with passive and active endpoints.
a learning tool on how to write custom token services. Some features:
active and passive security token service
supports WS-Federation, WS-Trust 1.3 (message tokens
based on the standard membership, roles and profile provider infrastructure
membership provider is I am happy to announce the “Thinktecture STS Starter Kit” sample. The STS starter
www.leastprivilege.com
- Monday, May 25, 2009
-
Using Silverlight to Access WIF secured WCF Services
An example would be that the user first authenticates with the web application
and some back-end service on a different machine. This back-end service requires an issued
token service. This topic comes up quite often recently – so I hope the title is search engine friendly.
Disclaimer: Disclaimer: At the time of this writing, the current version of Silverlight is v3
and
www.leastprivilege.com
- Wednesday, October 28, 2009
-
MVVM: Service Locator
In this post, we’ll explore the service locator (called ServiceProvider in
the the library) and introduce the specific services included with the MVVM Helper library
(as What is the Service Locator?
In a nutshell, the service locator is a resolver for services that your application
might as of 1.05 anyway).
Mark's Blog of Random Thoughts
- Wednesday, January 27, 2010
|
|
|