|
|
|
Use this tool to learn about websites, specifically the one you just entered.
If you find some aspect of it inappropriate it is not our fault.
If you are the owner of this website: yes we are a real search engine, we do have a real web crawler called FyberSpider and you can block it if you feel the urge.
We are in the process of updating this tool. Until we are done just use our search results to check the inclusion status of your site.
Visit this website or continue reading for info about this site saved by the FyberSearch web crawler FyberSpider.
June 27th, 2008 at 10:57pm
Connection: close Date: Sat, 28 Jun 2008 03:54:05 GMT Server:
Microsoft-IIS/6.0 X-Powered-By: ASP.NET X-AspNet-Version: 2.0.50727 CommunityServer:
2.1.61025.2 X-Pingback: http://blogs.msdn.com/bethmassi/pingback.aspx Set-Cookie:
CommunityServer-UserCookie1001=lv=1/1/1999 12:00:00 AM&mra=6/27/2008 11:54:05 PM; expires=Sun,
28-Jun-2009 03:54:05 GMT; path=/ Set-Cookie: CommunityServer-LastVisitUpdated-1001=;
path=/ Set-Cookie: CommunityServer-UserCookie1001=lv=1/1/1999 12:00:00 AM&mra=6/27/2008 11:54:05
PM; expires=Sun, 28-Jun-2009 03:54:05 GMT; path=/ Cache-Control: private Content-Type:
text/html; charset=utf-8 Content-Length: 49533
-
http://blogs.msdn.com/favicon.ico
Beth Massi - Sharing the goodness that is VB : LINQ to SQL N-Tier Smart Client - Part 3 Database Transactions
This is just a sample of the content found on this website. Please visit the website to read the entire page.
"
Beth Massi - Sharing the goodness that is VB Visual Basic Developer Center | VB Team Blog | How-Do-I Videos | Power Packs | Code Samples | VB Interviews LINQ to SQL N-Tier Smart Client - Part 3 Database Transactions Published 16 April 08 12:03 PM In my previous posts this week I showed how to build a simple distributed application with a Windows client, a WCF hosted middle-tier and a data access layer that used LINQ to SQL: LINQ to SQL N-Tier Smart Client - Part 1 Building the Middle-Tier LINQ to SQL N-Tier Smart Client - Part 2 Building the Client After sleeping on the design I realized that there's a scenario that we may want to handle. When we built the connected client-server version of the application (using the connected DataContext), because the DataContext is tracking all our changes (updates/inserts/and deletes) when we call SubmitChanges these updates are all processed in one single database transaction. This may or may not be required for your application and in the case of Orders/OrderDetails it's okay to allow the updates and inserts and then the deletes to be processed in separate transactions. However what if we were working with drug interactions in a medical application or other data that needs to provide this level of integrity? It's easy to make these modifications to our n-tier application we built. All we need to do is attach ALL the changes that we want processed in a single database transaction to one instance of the DataContext. To do this first we need to modify our service to accept all our changes. This can end up putting more data on the wire which we discussed in Part 1 so you need to evaluate your scenarios carefully. In our case I'm only pulling up open orders for a particular customer ID so the data set is relatively small. First add the following interface on our WCF service: <ServiceContract()> _ Public Interface IOMSService . . <OperationContract()> _ Function SaveAllOrders( ByRef orders As OrderList, _ ByVal deletedOr"
....
read entire page
|
Image Links Found on this Site
|
http://blogs.msdn.com/Utility/global.js?Version=2.1.61025.2 http://blogs.msdn.com/photos/bethmassi/images/8399366/640x392.aspx http://static.technorati.com/pix/fave/tech-fav-1.png http://blogs.msdn.com/photos/bethmassi/images/8654166/original.aspx http://blogs.msdn.com/photos/bethmassi/images/8650058/secondarythumb.aspx http://m.webtrends.com/dcsrubpmj00000oqcq95ilr3l_8q8i/njs.gif?dcsuri=/nojavascript&WT.js=No http://c.microsoft.com/trans_pixel.aspx?TYPE=PV
|
Javascript Files Found on this Site
|
http://blogs.msdn.com/Utility/telligent_web_ui/1_0_3/Telligent_Modal.js http://digg.com/tools/diggthis.js http://blogs.msdn.com/wt.js
|
Links to Pages on Other Domain Names
|
|
Links to Pages on the Same Domain Name
|
|