(Steve Carroll) One of the cool new features in Visual Studio 2013 is the ability to analyze managed memory issues. Recently, Azure Web Sites added support to programmatically get mini-dumps and “diagsession” files that have heap information from Azure Web Sites in production. In this walkthrough, I
Author: SSWUG Research
Web API With AJAX: Submit Form Data After Serialization
(Sourav Kayal) This article provides two ways to submit form data (save user’s data) to the server; the first is to take data from each control and form it in JSON format and the second is to serialize an entire form’s data and send it to the server.
8 New Things To Check Out in Visual Studio 2013
(Ondrej Balas) From Peek Definitions to scroll bar customization, here are eight of the most helpful features you’ll want to explore in Visual Studio 2013.
ODI 12c – Components and LKMs/IKMs
(David Allan) Here I’d like to illustrate some nice capabilities of ODI 12c’s knowledge module framework in combination with the new component based mapper.
Multiple masters : attraction to the stars
(Giuseppe Maxia) In the last 10 years I have worked a lot with replication systems, and I have developed a keen interest in the topic of multiple masters in a single cluster. My interest has a two distinct origins:
T-SQL Join Types
(Steve Stedman) One of the most powerful features of the T-SQL SELECT statement is the ability to retrieve data from multiple tables using the JOIN clause. Although there are other ways of pulling data from more than one table (e.g., using subqueries, using the APPLY operator), the join is the most
Auto Generate Forms the Easy way in ASP.NET using the FormView Control
(Mark Kendall) Learn how using the FormView Web Server Control as a code generator for your ASP.NET forms production, can cut development time in half for most Forms.
Transactions: What are they?
(Kenneth Fisher) I’ve done a couple of posts now talking about how rolling back a transaction works. I thought this time I would back up a bit and talk about what exactly a transaction is and why we have them. A transaction is simply a unit of work. A unit of work is a series of inserts/updates/dele
SQL Server Error Message: Database diagram support objects cannot be installed . . .
(Ged Mead) One of the first things I usually do when I’ve attached a database to my server is have a look at its Database Diagram.
Customization Options With ASP.NET Identity
(K. Scott Allen) Identity and membership systems are difficult to implement because there is such a wide variety of business needs and technology requirements for these systems. Out of the box solutions for identity management will never make everyone happy and are guaranteed to make somebody angry.
