| |
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.
|
16 Articles match "Error Handling","How To"
| Related DevelopMentor Courses | MORE | | Essential Windows Communication Foundation 4 Training Discover the fundamental tasks of designing and building services & contracts, master error handling, serialization, instance and concurrency management and bend hosting, security, identity management, and reliability to suit your needs. You'll get answers to these questions: How do I design services using contracts? How can I model services in a pure Web style? What's the best way to host and expose services? How do I secure services-based applications? Design by Contract WCF offers many means to design your services. DevelopMentor Courses - Tuesday, March 1, 2011 Essential SQL Server 2012 for Developers Training Learn to write robust code for maximum database performance, re-usability, and extensive application modularity. Acquire the exceptional skills you need to be productive today and create more responsive databases with fewer vulnerabilities. xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> T-SQL Sets In this exciting first day, we dig into the complex T-SQL language to discuss best practices for our queries for superior functioning. We look at how different ways of writing code can affect your queries. Uncover these SQL secrets and more! DevelopMentor Courses - Wednesday, February 22, 2012 Foundations of C# Programming and the.NET Framework Training Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Perform error notification and error handling using exceptions Use properties to implement the private data/public accessor pattern Use namespaces to group related types Use delegates and events to implement callbacks Override Object class methods such as ToString Avoid dll conflicts during deployment Use dynamic binding and polymorphism to write generic code (i.e., less code!) DevelopMentor Courses - Wednesday, February 22, 2012 |
6 Articles match "Error Handling","How To"
| The Latest from DevelopMentor | MORE | | Updating data with the ASP.NET Web API In the previous blog post I demonstrated how to get started with the ASP.NET Web API and retrieve some products data from the Northwind database. Something that was really easy to do But quite often we want to update data just as much as we want to retrieve it. The convention for REST service as defined by Roy Fielding is to use different HTTP methods to signify our intent with the HTTP request. The HTTP GET method, by far the most commonly used one on the internet, is used to retrieve data. Adding new products to the database. The Problem Solver - Monday, March 12, 2012 Updating data with the ASP.NET Web API In the previous blog post I demonstrated how to get started with the ASP.NET Web API and retrieve some products data from the Northwind database. Something that was really easy to do But quite often we want to update data just as much as we want to retrieve it. The convention for REST service as defined by Roy Fielding is to use different HTTP methods to signify our intent with the HTTP request. The HTTP GET method, by far the most commonly used one on the internet, is used to retrieve data. Adding new products to the database. The Problem Solver - Monday, March 12, 2012 Token based Authentication for WCF HTTP/REST Services: Authentication This post shows some of the implementation techniques for adding token and claims based security to HTTP/REST services written with WCF. The framework I am using/building here is not the only possible approach to tackle the problem. Based on customer feedback and requirements the code has gone through several iterations to a point where we think it is ready to handle most of the situations. The framework should be able to handle typical scenarios like username/password based authentication, as well as token based authentication. Error handling. www.leastprivilege.com - Tuesday, November 15, 2011 | -
| The Best from DevelopMentor | MORE | - Global Error Handling in ASP.NET MVC 3 with Ninject
In my last blog post I explained how to decouple infrastructure concerns, such as logging, from the rest of your application using a Dependency Injection container, such as Ninject. In this post I will show you how to implement centralized error handling in an ASP.NET MVC 3 application, so that you can handle exceptions in one place, where you can perform logging as well as display a custom error page. One of the worst things you can do to handle errors is place a try / catch block in every action of every controller. Tony and Zuzana's World - Friday, October 21, 2011 - Token based Authentication for WCF HTTP/REST Services: Authentication
This post shows some of the implementation techniques for adding token and claims based security to HTTP/REST services written with WCF. The framework I am using/building here is not the only possible approach to tackle the problem. Based on customer feedback and requirements the code has gone through several iterations to a point where we think it is ready to handle most of the situations. The framework should be able to handle typical scenarios like username/password based authentication, as well as token based authentication. Error handling. www.leastprivilege.com - Tuesday, November 15, 2011 - Article: Azure Storage
Listen to this article as a podcast: Azure-Storage-Article-Kennedy.mp3 ]. This scalable and reliable platform-as-a-service functionality is commonly referred to as " Cloud Computing " because it runs somewhere out there on the Internet. few companies have realized this dream - Google and Amazon come to mind as a couple of the rare exceptions who have accomplished this goal. These companies' web properties seem to handle unbounded amounts of traffic with zero down time. Microsoft's Azure is a new comer to the industry. Want to get started? Enjoy! Michael C. Kennedy's Weblog - Wednesday, April 8, 2009 - Updating data with the ASP.NET Web API
In the previous blog post I demonstrated how to get started with the ASP.NET Web API and retrieve some products data from the Northwind database. Something that was really easy to do But quite often we want to update data just as much as we want to retrieve it. The convention for REST service as defined by Roy Fielding is to use different HTTP methods to signify our intent with the HTTP request. The HTTP GET method, by far the most commonly used one on the internet, is used to retrieve data. Adding new products to the database. The Problem Solver - Monday, March 12, 2012 - Updating data with the ASP.NET Web API
In the previous blog post I demonstrated how to get started with the ASP.NET Web API and retrieve some products data from the Northwind database. Something that was really easy to do But quite often we want to update data just as much as we want to retrieve it. The convention for REST service as defined by Roy Fielding is to use different HTTP methods to signify our intent with the HTTP request. The HTTP GET method, by far the most commonly used one on the internet, is used to retrieve data. Adding new products to the database. The Problem Solver - Monday, March 12, 2012 - Dangers of /clr and /clr:pure in sandboxed execution scenarios: Thread-promotion can bypass the sandbox!
One of the benefits of managed code is sandboxed execution: To avoid that malicious code is executed by plug-ins, an application does not need to use a separate language with restricted features. If your library has to interoperate with native code, you should surely know about a pitfall that can easily allow a user of your library to bypass the sandbox. In this post, I will explain this pitfall and how to avoid it in your libraries. To execute code in a sandbox, the CLR offers an API called the simple sandboxing API. include. Program::Main(); }. Marcus' Blog - Friday, October 9, 2009 %>
| | |