|
|
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.
|
38 Articles match "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
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
.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 Web Services,
DevelopMentor Courses
- Friday, June 12, 2009
|
174 Articles match "Web"
|
The Latest from DevelopMentor
|
MORE
|
|
Ask the doctor ( Devweek 2010)
WCF , Design Patterns, Multithreading, Web Development or anything else, we’ll be on hand to lend a sympathetic ear and hopefully solve your problems. Dr Rockman is In! At DevWeek 2010 Rock Solid Knowledge will be running a drop in clinic where our consultants will help you solve your design and development issues. The whole team will be there so whether its WPF, Silverlight, .NET
.NET Mutterings
- Thursday, February 4, 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 in WCF. If you're interested in WCF you should definitely check it out because WCF
and and REST make an awesome combination.
WCF-REST-Kennedy-Peepleocity.wmv 35
MB
-
Using Information Cards in ASMX Web Services
a sample walkthrough for ASMX web services.
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
-
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), CSS), adding behaviour using Javascript and AJAX, building web applications and introducting standards using the
'Circle One of the co-authors of this book is none other than AOL's own Kevin
Lawver. Lawver.
AOL & .Net
- Wednesday, April 2, 2008
-
Paging with the Silverlight RIA services DomainDataSource
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 to go. < UserControl xmlns:dataControls ="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Data.DataForm" x:Class ="LOBUsingRIAServices.CustomerListPage"
xmlns:data ="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Data"
The Problem Solver
- Monday, April 27, 2009
-
Secret Messages
I’m not a Web designer so the battle between those who still use tables for layout and those who use CSS isn’t something I’m directly involved in, but I got a chuckle out of the stance taken by this web site:
Tags: CSS We shouldiusetablesforlayout.com
Hint: View source.
...Tags:
Jason Diamond
- Sunday, January 18, 2009
-
Verifying JavaScript with JSLint and Visual Studio
And, no, I don’t mean my web browser—I mean cscript.exe .
Crockford does have a simple, cscript-compatible version of his script on his web site. To use it, all you have to do is download the latest version of fulljslint.js from the JSLint web site. Next, download jslint.wsf from this web site and put it in the same folder you put fulljslint.js Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. In it, he describes what parts of the JavaScript language we should be using (the
Jason Diamond
- Saturday, August 9, 2008
-
Verifying JavaScript with JSLint and Visual Studio
And, no, I don’t mean my web browser—I mean cscript.exe .
Crockford does have a simple, cscript-compatible version of his script on his web site. To use it, all you have to do is download the latest version of fulljslint.js from the JSLint web site. Next, download jslint.wsf from this web site and put it Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. In it, he describes what parts of the JavaScript language we should be using (the good parts) and what
Jason Diamond
- Saturday, August 9, 2008
|
|
|