| |
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.
|
27 Articles match "How To","Transaction"
| Related DevelopMentor Courses | MORE | | NET Programming for Performance Training Write code that works well with the garbage collector Properly handle and throw exceptions Automate transactions with System.Transaction Implement IDisposable to build reliable.NET applications Scale your application to multicore machines using threads Improve memory usage through proper understanding of assemblies, types, and JIT compilation Debug difficult problems using WinDBG, SOS, and ADPLUS.NET Programming for Performance provides experienced.NET developers with practical knowledge and techniques for building robust, scalable, and highly available.NET applications. 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!) Each technique has its place. DevelopMentor Courses - Wednesday, February 22, 2012 |
5 Articles match "How To","Transaction"
| The Latest from DevelopMentor | MORE | | Screencast: Real-World MVVM with WCF RIA Services have just published an online tutorial and screencast for using the Simple MVVM Toolkit to build Real-World MVVM Apps with WCF RIA Services. This tutorial and screencast will help you quickly get up to speed on using the Simple MVVM Toolkit together with WCF RIA Services to build a real-world MVVM Silverlight application. Entities are persisted to the Northwind sample database (using SQL Server 2008 Express) through an ADO.NET Entity Data Model. The tutorial also demonstrates how to build unit tests against a ViewModel and run them asynchronously. Tony and Zuzana's World - Thursday, April 28, 2011 WCF Data Services versus WCF Soap Services Someone recently asked me this question: When a company that has been using 2 tiers wants to move to n-tier, what are the considerations for choosing WCF and STEs [or Trackable DTOs] vs. WCF Data Services? This is a great question because it relates to a recent re-alignment of what used to be called “ADO.NET Data Services” (code-named Astoria) under the umbrella of Windows Communication Foundation (WCF), as well as the renaming of.NET RIA Services to WCF RIA Services. The resulting XML is used to populate client-side entities, which are change-tracked. Tony and Zuzana's World - Tuesday, April 13, 2010 Trackable DTO’s: Taking N-Tier a Step Further with EF4 While STE’s are placed in an assembly that does not reference the Entity Framework, the way in which change state is preserved in an STE is overly complex because it tries make it easier for EF to transmit those changes to the ObjectStateManager on the service side. Requiring a Java client to implement all that is asking an awful lot, and it couples the client too tightly to the service implementation. The beauty of this approach is that it allows multiple changes to be sent to a service in a single round trip, where they can all be saved in a single transaction. Tony and Zuzana's World - Friday, February 19, 2010 | -
| The Best from DevelopMentor | MORE | - WCF Data Services versus WCF Soap Services
Someone recently asked me this question: When a company that has been using 2 tiers wants to move to n-tier, what are the considerations for choosing WCF and STEs [or Trackable DTOs] vs. WCF Data Services? This is a great question because it relates to a recent re-alignment of what used to be called “ADO.NET Data Services” (code-named Astoria) under the umbrella of Windows Communication Foundation (WCF), as well as the renaming of.NET RIA Services to WCF RIA Services. The resulting XML is used to populate client-side entities, which are change-tracked. Tony and Zuzana's World - Tuesday, April 13, 2010 - Screencast: Real-World MVVM with WCF RIA Services
have just published an online tutorial and screencast for using the Simple MVVM Toolkit to build Real-World MVVM Apps with WCF RIA Services. This tutorial and screencast will help you quickly get up to speed on using the Simple MVVM Toolkit together with WCF RIA Services to build a real-world MVVM Silverlight application. Entities are persisted to the Northwind sample database (using SQL Server 2008 Express) through an ADO.NET Entity Data Model. The tutorial also demonstrates how to build unit tests against a ViewModel and run them asynchronously. Tony and Zuzana's World - Thursday, April 28, 2011 - Trackable DTO’s: Taking N-Tier a Step Further with EF4
While STE’s are placed in an assembly that does not reference the Entity Framework, the way in which change state is preserved in an STE is overly complex because it tries make it easier for EF to transmit those changes to the ObjectStateManager on the service side. Requiring a Java client to implement all that is asking an awful lot, and it couples the client too tightly to the service implementation. The beauty of this approach is that it allows multiple changes to be sent to a service in a single round trip, where they can all be saved in a single transaction. Tony and Zuzana's World - Friday, February 19, 2010 - Article: Building a Twitter Application in.NET
If your company wants to interact with your customers in a modern and engaging experience, you need to be on Twitter. In this article, we will explore how to build a rich interactive experience on Twitter that goes beyond just creating a new Twitter account. We will build a.NET application that uses the Twitter API (a free service) alongside other cool technologies such as the WCF REST Starter Kit [ [link] ] and LINQ to fully leverage the Twitter experience. If you want to download the sample application to follow along, you can get it here: [link]. - System.Transactions and Windows Vista NTFS (Updated)
I've been playing with my fresh copy of Vista Ultimate - which I am surprised to find that I absolutely love. Being a big fan of System.Transactions, I naturally wanted to use it with Vista's TxF (Transactional NTFS) file system. But unlike the data libraries, the file APIs don't auto-enlist in the transaction. There is a nice article about how to work with these APIs in the MSDN article: "NTFS: Enhance Your Apps With File System Transactions". So I built my own transactional file stream in C#. sw.Write(newContents); }. Kennedy. Michael C. Kennedy's Weblog - Thursday, December 6, 2007 %>
| | |