|
|
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.
|
35 Articles match "Information","Web"
|
Related DevelopMentor Courses
|
MORE
|
|
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. intranet? extranet?
DevelopMentor Courses
- Friday, June 12, 2009
Essential Silverlight 3
How can I use local files and external web services to store and retrieve data? The course shows you how to build Silverlight applications that utilize drag-and-drop, dynamic custom controls, streaming media, animation, and integrated Web Services to produce data-driven user interfaces. By the end of the course, you'll have seen how all the major Silverlight features work together to create an engaging user experience on the web. You will also see how Silverlight compares to other rich web-enabled technologies such as AJAX and Flash/Flex. All materials supplied.
DevelopMentor Courses
- Wednesday, June 17, 2009
|
60 Articles match "Information","Web"
|
The Latest from DevelopMentor
|
MORE
|
|
Moving StarterSTS to the (Azure) Cloud
now use the same approach for generating WS-Federation metadata as well as information card files. 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. Provider. Fortunately StarterSTS is already based on the idea of “providers”. Stay tuned.
www.leastprivilege.com
- Wednesday, August 11, 2010
MongoDB vs. SQL Server 2008 Performance Showdown
The scenario: Model a data intensive web application aiming to support as many concurrent users as possible. There will be users from the web application itself. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. This article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB - Oh My!”. In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET using LINQ and NoRM. Those were. Ease-of-use and deployment. Performance. money) to burn.
Michael C. Kennedy's Weblog
- Thursday, April 29, 2010
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
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Using Information Cards in ASMX Web Services
As I wrote here - an Information Card token is just a string. 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" )]. If you want to put in a little bit more work, you can improve the integration of that information using a SoapExtension. corresponding extension attribute connects this logic with the web method: [ WebMethod ]. This gives the web service method seamless access to incoming claims. ClaimTypes.GivenName).Get
www.leastprivilege.com
- Sunday, March 30, 2008
-
RESTful Web Services with WCF Screencast
I recently got the chance to record a screencast discussing REST-oriented web services in WCF. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. 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. 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. In the appendixes we find information about targeting browsers, accessibility resources, performance tips and a. One of the co-authors of this book is none other than AOL's own Kevin. Lawver.
AOL & .Net
- Wednesday, April 2, 2008
-
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. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. 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. That's it. Hope you do too.
Michael C. Kennedy's Weblog
- Thursday, February 25, 2010
-
MSDN Magainze: Web Apps That Support Long-Running Operations
ASP.NET WORKFLOW: Web Apps That Support Long-Running Operations". All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. I'm pleased to announce that MSDN Magazine just published my Windows Workflow article entitled. hope you find it useful and interesting. All content copyright Michael C. Kennedy.
Michael C. Kennedy's Weblog
- Wednesday, December 24, 2008
-
Verifying JavaScript with JSLint and Visual Studio
Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. 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. from the JSLint web site. Next, download jslint.wsf from this web site and put it in the same folder you put fulljslint.js In it, he describes what parts of the JavaScript language we should be using (the good parts) and what parts we shouldn’t (the bad and the awful parts).
Jason Diamond
- Saturday, August 9, 2008
-
Verifying JavaScript with JSLint and Visual Studio
Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. 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. from the JSLint web site. Next, download jslint.wsf from this web site and put it in the same folder you put fulljslint.js finally decided to make this an almost instantaneous process. The source code for JSLint is written in, what else, JavaScript.
Jason Diamond
- Saturday, August 9, 2008
|
|
|