| |
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.
|
62 Articles match "Information"
| Related DevelopMentor Courses | MORE | | Fast Track to IIBA™ Certification Training It contains exercises that will enhance your retention and recall of key BABOK TM concepts and information. Gain valuable insight into the BABOK TM in preparation for the IIBA TM certification exam Enhance retention of BABOK TM key tasks, definitions, and technique strengths/weaknesses Access hundreds of practice questions Walk away with a completed set of Flash-Fill cards to refresh what you?ve To prepare for a successful exam, you must be well versed in all the tasks and techniques presented in the body of knowledge and interpret them with an IIBA TM mindset. DevelopMentor Courses - Tuesday, March 1, 2011 Advanced.NET Training Then imagine that tools could use this information to ensure that the code was correct *at compile time*. We deepen your skills in areas such as multithreading and parallel programming, crash dump capture and analysis and building easily extensible applications. We also lift the lid off of complex pieces of infrastructure like the thread pool and the garbage collector You'll get answers to these questions: How do I use the latest APIs to create efficient multi-threaded code? What are the best practices for parallelizing algorithms? How do Code Contracts help me improve code quality? DevelopMentor Courses - Tuesday, March 1, 2011 Essential Windows Workflow Foundation 4 (WF4) Training When we use workflow tracking we can also create tracking profiles allowing us very fine control over what information is provided. In this module we will see how we can add this workflow designer to our applications and change workflows while informing the end user if the workflow is valid or not. Gain understanding of the strengths and weaknesses of Windows Workflow Foundation 4. Understand how workflow activities work and what their role is. Discover what part of your application is best suited to use Windows Workflow Foundation and why. DevelopMentor Courses - Tuesday, March 1, 2011 |
334 Articles match "Information"
| The Latest from DevelopMentor | MORE | | Story points 2 of 4 - Duarte arguments Claim 1 : The use of Story points allows us to change our mind whenever we have new information about a story Duarte says : Story Points offer no advantage over just simply counting the number of items left to be Done. Claim 2 : The use of Story points works for both epics and smaller stories Duarte says : there is no significant added information by classifying a story in a 100 SP category Again I agree. deliberately delay estimation as long as possible to allow more information to arrive and because work will change. On this I couldn’t agree more. And what does that mean? Allan Kelly's Blog - Tuesday, April 17, 2012 HTML5 and Device API’s They are working on a whole range of interesting devices like: Battery Status API Contacts API HTML Media Capture Media Capture API Network Information API Sensor API Vibration API Calendar API MediaStream Capture Scenarios And more. Last week the question of HTML5 and sensors came up. This wasn’t really strange as we where talking about the HTML5 GeoLocation features and using the, optional, GPS is just one device or sensor you might want to use. It turns out the W3C has a Device APIs Working Group working on this problem. Enjoy! TheProblemSolver DotNetEvents. Futures HTML5 The Problem Solver - Monday, April 16, 2012 HTML5 and Device API’s They are working on a whole range of interesting devices like: Battery Status API Contacts API HTML Media Capture Media Capture API Network Information API Sensor API Vibration API Calendar API MediaStream Capture Scenarios And more. Last week the question of HTML5 and sensors came up. This wasn’t really strange as we where talking about the HTML5 GeoLocation features and using the, optional, GPS is just one device or sensor you might want to use. It turns out the W3C has a Device APIs Working Group working on this problem. Enjoy! TheProblemSolver DotNetEvents. Futures HTML5 The Problem Solver - Monday, April 16, 2012 | -
| The Best from DevelopMentor | MORE | - Using Information Cards in ASMX Web Services
As I wrote here - an Information Card token is just a string. 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. This means that (with the help of some extra plumbing) you can seamlessly integrate cards into "legacy" technologies. Here's a sample walkthrough for ASMX web services. To transmit the token to the service, I will use a SOAP header. public string Token; }. www.leastprivilege.com - Sunday, March 30, 2008 - Using HTTP status codes in a REST service
With SOAP service we gibe a calling application information about the error by returning a SOAP fault. This SOAP fault is just another piece of XML informing the calling application about whatever was wrong. Now the HTTP protocol also contains a way of sending status information back to the client but when using SOAP that is mostly ignored, all we use is a 200 OK or an 500 Internal Server Error error status. In general status code are grouped into a few different categories: 1xx is all about information These are not used a lot. Book GetBook( int id). {. null ). {. The Problem Solver - Wednesday, July 20, 2011 - Adapting to web standards - Part 1
In the appendixes we find information about targeting browsers, accessibility resources, performance tips and a. 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). 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. The book is split in two main parts, the first part deals with coding web pages, using cascading style sheets. Circle of Standards'. CSS Selector Reference. AOL & .Net - Wednesday, April 2, 2008 - Workflow 4 and soap faults
Normally when you want to add extra information with a fault you create an extra class and decorate the service contract with a FaultContract attribute specifying the fault returned. Next create a variable to hold the fault information. Image by ponChiang via Flickr Note: This blog post is written using the.NET framework 4.0 RC 1 Using the ReceiveAndSendReply activity template and the WorkflowServiceHost it is easy to create a workflow service. Other applications can communicate with the workflow just as if it is a regular WCF service, they never need to know the difference. The Problem Solver - Wednesday, March 24, 2010 - Configuring ASP.NET Session State to use AppFabric Caching
If you are using the information in this MSDN page to get started with the ASP.NET Session State Provider to use Windows Server AppFabric Caching you might run into some problems as the steps are less than complete. If you next add the sessionState element as specified you will receive the following error: Parser Error Message: Could not load type 'Microsoft.ApplicationServer.Caching.DataCacheSessionStoreProvider' The reason is the assembly information is not specified so the.NET runtime doesn’t know where to find the DataCacheSessionStoreProvider class. Enjoy! The Problem Solver - Wednesday, December 22, 2010 - HTML5, Google Chrome Frame and older browsers
You can read the Google Chrome Frame FAQ with lots of extra bits of information here. Consider the following problem: You might be tempted to start working with HTML5 features in your web applications but you have to support older bowsers. So for many HTML5 features there are polyfills available that will let you make older browsers like Internet Explorer 7 or 8 work with the newer API. See a possible list of HTML5 polyfills here. But how about just upgrading the complete browser? Seems to make far more sense right? Except upgrading from IE8 to IE9 isn’t possible in all cases. Enjoy! The Problem Solver - Thursday, December 8, 2011 - Versioning long running Workflow Services in WF4
If there is no version information the message is always routed to the last version of the workflow service so new instance requests as well as WSDL requests are always send to the most recent version. One of the problems with the current version of Windows Workflow Foundation is how to handle different versions of your workflows. With short running workflows this is no big deal, workflows do whatever they are supposed to do and finish, and you can deploy a newer updated version of your XAMLX files whenever you want. So how does the WCF RoutingService where to send messages? Enjoy! The Problem Solver - Thursday, November 4, 2010
| | |