|
|
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.
|
72 Articles match "Web"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
These data services integrate naturally with the Web and can be consumed by Web clients within a corporate network or across the Internet. In this module you'll learn to expose data to web clients as a REST-ful resource, addressable with URIs that clients can interact with using standard HTTP verbs, such as GET and POST. In this course, you learn to: Leverage new features of C# 3.0, Learn to combine flavors of LINQ to query and transform in-memory collections, XML data sources, and relational databases. How is LINQ to Entities different from LINQ to SQL?
DevelopMentor Courses
- Friday, June 12, 2009
Securing J2EE Web Applications
Throughout the course, students learn the best practices for designing, implementing, and deploying secure web services using J2EE. Students who attend Securing J2EE Web Services will leave the course armed with the skills required to recognize actual and potential software vulnerabilities, implement defenses for those vulnerabilities, and test those defenses for sufficiency. This course quickly introduces developers to the most common security vulnerabilities faced by web applications today.
DevelopMentor Courses
- Friday, June 12, 2009
SharePoint for Developers (WSSv3/MOSS2007)
How can I build custom lists, pages, master pages, web parts, event handlers, content types and more? We examine what a web application is, what site collections are, where critical files are stored, how pages are processed, and how to locate and manage the important information. Web Services with WSS v3 and MOSS 2007 Developing applications with WSS and MOSS cannot always be done locally at the server. client application may need to run off-host and communicate with the server via web services in order to complete required tasks. With WSS v3, all that has changed.
DevelopMentor Courses
- Friday, June 12, 2009
|
195 Articles match "Web"
|
The Latest from DevelopMentor
|
MORE
|
|
Moving StarterSTS to the (Azure) Cloud
The default implementation uses the ASP.NET web cache and can be easily extended to use products like memcached or AppFabric Caching. also include a (very) simple web page that allows working with the relying party provider data. Quite some people asked me about an Azure version of StarterSTS. While I kinda knew what I had to do to make the move, I couldn’t find the time. Until recently. This blog post briefly documents the necessary changes and design decisions for the next version of StarterSTS which will work both on-premise and on Azure. Provider. URL Handling. New Features.
www.leastprivilege.com
- Wednesday, August 11, 2010
StarterSTS v1.2
to a web application project. I just uploaded version 1.2 of StarterSTS. This is simply a conversion of v1.1 Some people have asked for it so here we go. This version is still compiled against.NET 3.5 SP1 – but this will the last release. All upcoming releases will be.NET 4.0. Codeplex Site
www.leastprivilege.com
- Thursday, July 22, 2010
Purchasing Visual Studio 2010
Web Performance Testing. Web Development. Amazon sells various versions of Visual Studio 2010. Here is an overview of versions and this will give you a good indication of prices. Below the prices is a feature comparison also…. Visual Studio Professional. Plain. Upgrade from 2005/2008. with MSDN. Visual Studio Premium. with new MSDN. with MSDN renewal. Visual Studio Utlimate. with new MSDN. with MSDN renewal. Visual Studio 2010 Feature Comparison. Debugging & Diagnostic. IntelliTrace (Historical Debugger). Static Code Analysis. Code Metrics. Profiling. Testing. Unit Testing.
The Blomsma Code
- Tuesday, July 13, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
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: shouldiusetablesforlayout.com. Tags: CSS Web Hint: View source.
Jason Diamond
- Sunday, January 18, 2009
-
RESTful Web Services with WCF Screencast
I recently got the chance to record a screencast discussing REST-oriented web services in WCF. If you're interested in WCF you should definitely check it out because WCF and REST make an awesome combination. WCF-REST-Kennedy-Peepleocity.wmv 35 MB (WMV HD). cover building WCF services using REST princples, the WebGet and WebInvoke attributes, working with the SyndicationFeed & Rss20FeedFormatter classes, and configuration-free WCF hosting in IIS. You can also download the source code of the project built in the screencast. All content copyright Michael C. Kennedy.
-
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), adding behaviour using Javascript and AJAX, building web applications and introducting standards using the. One of the co-authors of this book is none other than AOL's own Kevin. Lawver. good opportunity to review the book and be able to ask Kevin some questions about the it. Circle of Standards'. read more
AOL & .Net
- Wednesday, April 2, 2008
-
Using Information Cards in ASMX Web Services
Here's 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" )]. corresponding extension attribute connects this logic with the web method: [ WebMethod ]. This gives the web service method seamless access to incoming claims. As I wrote here - an Information Card token is just a string. This means that (with the help of some extra plumbing) you can seamlessly integrate cards into "legacy" technologies. public string Token; }. ClaimTypes.GivenName).Get
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, Google and others. See here for specs. The Azure platform App Fabric Access Control service e.g. uses this token type. Why yet another token type? Well – the advantages of SWT are that it is simple to construct (form encoded key value pairs), that only simple crypto is needed (SHA256 HMACs) and that it is compact on the wire which allows easy embedding in HTTP headers or query strings. The downsides are – it is not a widely adopted token format (current spec version is 0.9.5.1) X.509 based).
www.leastprivilege.com
- Monday, February 8, 2010
-
Handy Web Development Technique
came across what I think is an awesome technique for seeing how you web page will look as you edit it. I'm working on a fantastic website that I hope will have significant impact when it's ready. I'm planning on launching in roughly one month. This is WAY beyond WYSIWIG: Load the page you're working on in ALL the browser you care about. I'm using Chrome 4, FireFox 3.6, and IE 8. If you have the monitor space, cascade these browsers side-by-side. Add a meta-refresh tag to the header of that HTML file you're working on (or which consumes the CSS you're building). . That's it. Cheers!
Michael C. Kennedy's Weblog
- Thursday, February 25, 2010
-
Using an Active Endpoint to sign into a Web Application
The scenario is, that you don’t want to do a passive redirect in a web app – but directly talk to an active STS endpoint to authenticate and request a token. The reasons for that could be that you need a local sign-in page in the web app – or that the token service is not publicly reachable. This question comes up from time to time, so I thought I’ll document it here. The following code can be used on a login page: protected void _btnLogin_Click( object sender, EventArgs e). {. // authenticate with WS-Trust endpoint. var factory = new WSTrustChannelFactory (.
www.leastprivilege.com
- Wednesday, April 14, 2010
|
|
|