Skip to main content

Home/ General Development In DotNet/ Group items tagged microsoft

Rss Feed Group items tagged

Jonah Hayes

The Official Microsoft ASP.NET Site - 0 views

shared by Jonah Hayes on 26 Nov 13 - Cached
  •  
    In this tutorial, you will create your first HTTP service using ASP.NET Web API.
Jacques Bosch

Wicked Code: Asynchronous Pages in ASP.NET 2.0 - 0 views

  •  
    "When ASP.NET receives a request for a page, it grabs a thread from a thread pool and assigns that request to the thread. A normal, or synchronous, page holds onto the thread for the duration of the request, preventing the thread from being used to process other requests. If a synchronous request becomes I/O bound-for example, if it calls out to a remote Web service or queries a remote database and waits for the call to come back-then the thread assigned to the request is stuck doing nothing until the call returns. That impedes scalability because the thread pool has a finite number of threads available. If all request-processing threads are blocked waiting for I/O operations to complete, additional requests get queued up waiting for threads to be free. At best, throughput decreases because requests wait longer to be processed. At worst, the queue fills up and ASP.NET fails subsequent requests with 503 "Server Unavailable" errors."
Jacques Bosch

Loading Related Objects - Entity Framework 4 - 1 views

  •  
    "This topic describes patterns that you can use to load related entities. Entity types can define navigation properties that represent associations in the data model. You can use these properties to load entities that are related to the returned entity by the defined association. When entities are generated based on the data model, navigation properties are generated for entities at both ends of an association. These navigation properties return either a reference on the "one" end of a one-to-one or many-to-one relationship or a collection on the "many" end of a one-to-many or many-to-many relationship. For more information, see Navigation Properties and Defining and Managing Relationships. "
Jacques Bosch

Compare Edition Features - 0 views

  •  
    "This page provides a comparison of key capabilities between SQL Server 2008 Enterprise, Standard, Workgroup, Web and Express editions."
Jacques Bosch

Comparing Change Data Capture and Change Tracking - 0 views

  •  
    "SQL Server 2008 introduces two tracking features that enable applications to determine the DML changes (insert, update, and delete operations) that were made to user tables in a database. Before these features were available, custom tracking mechanisms had to be implemented in applications. These custom mechanisms often required schema changes to the tracked table or the use of triggers. Neither change data capture nor change tracking requires any schema changes at the source or the use of triggers."
Jacques Bosch

How to use complex type objects in Entity Framework 4 - 0 views

  •  
    "This article describes an All-In-One Code Framework sample that is available for download. This code sample demonstrates how to use complex type, which is one of the new features of Entity Framework 4.0 (EF4). This code sample shows how to add complex type properties to entities, how to map complex type properties to table columns, and how to map a Function Import to a complex type."
Johann Strydom

Thread-Safe Collections - 2 views

  •  
    Thread-safe collection classes in .Net 4
Jacques Bosch

sqltablediff - A user interface for batch processing with Microsoft tablediff.exe. - Go... - 1 views

  •  
    "A simple user interface to automate the batch processing of comparing Sql Server table data using the tablediff.exe utility that comes with Sql Server 2005/2008. "
Jacques Bosch

tablediff Utility - 1 views

  •  
    "The tablediff utility is used to compare the data in two tables for non-convergence, and is particularly useful for troubleshooting non-convergence in a replication topology. This utility can be used from the command prompt or in a batch file to perform the following tasks:"
‹ Previous 21 - 32 of 32
Showing 20 items per page