Skip to main content

Home/ Little Architecture Huddle/ Group items tagged data

Rss Feed Group items tagged

Jacques Bosch

Introducing Data Quality Services - 0 views

  •  
    "The data-quality solution provided by Data Quality Services (DQS) enables a data steward or IT professional to maintain the quality of their data and ensure that the data is suited for its business usage. DQS is a knowledge-driven solution that provides both computer-assisted and interactive ways to manage the integrity and quality of your data sources. DQS enables you to discover, build, and manage knowledge about your data. You can then use that knowledge to perform data cleansing, matching, and profiling. You can also leverage the cloud-based services of reference data providers in a DQS data-quality project."
Jacques Bosch

InfoQ: Finding the Right Data Solution for Your Application in the Data Storage Haystack - 0 views

  •  
    "Thanks to the NoSQL movement, data storage solutions are no longer a solved problem. Many are working hard to build new storage solutions, and even more are willing to use them. On the flip side, if you are a programmer or a solution architect who wants a data storage solution for your application, you have to face the daunting task of weighing and understanding the tradeoffs associated with the application and make a decision. This article explores the data needs of end user applications and various tradeoffs. It provides guidelines on the criteria for selecting data storage choices enabling the architects and developers to make an informed decision."
Jacques Bosch

Constraints and the Test-Driven Database - 0 views

  •  
    "Bad data always seems to appear when, and where, one least expects it. Sam explains the great value of a defensive approach based on constraints to any team that is developing an application in which the data has to be exactly right, and where bad data could cause consequential severe financial damage. It is perhaps better seen as creating a test-driven database"
Jacques Bosch

Yet Another SQL Strategy for Versioned Data - 0 views

  •  
    "There is a popular design for a database that requires a built-in audit-trail of amendments and additions, where data is never deleted, but merely superseded by a later version. Whilst this is conceptually simple, it has always made for complicated SQL for reporting the latest version of data. Alex joins the debate on the best way of doing this with an example using an indexed view and the filtered index."
Jacques Bosch

Model- First in the Entity Framework 4 - 0 views

  •  
    "Summary: In this paper we'll look at the new Entity Framework 4 that ships with .NET Framework 4 and Visual Studio 2010. I'll discuss how you can approach it's usage from a model-first perspective with the premise that you can drive database design from a model and build both your database as well as your data access layer declaratively from this model. The model contains the description of your data represented as entities and relationships providing a powerful approach to working with ADO.NET, creating a separation of concerns through an abstraction between a model definition and its implementation."
Jacques Bosch

The What, Why, and How of Master Data Management - 0 views

  •  
    "Summary: The recent emphasis on regulatory compliance, SOA, and mergers and acquisitions has made the creating and maintaining of accurate and complete master data a business imperative. This paper covers the reasons for adopting master-data management, the process of developing a solution, and several options for the technological implementation of the solution. (12 printed pages)"
Jacques Bosch

InfoQ: Netflix's Cloud Data Architecture - 0 views

  •  
    " Siddharth Anand overviews Netflix's business model, then he explains why they chose Amazon AWS, and how they moved their data into the cloud using a NoSQL solution. "
Jacques Bosch

SQL Strategies for 'Versioned' Data - 0 views

  •  
    "If you keep your data according to its version number, but need to work only with a particular version, what is the best SQL for the job? Which one works best? Which one do you use and when?"
Jacques Bosch

MS Open Tech Open Sources Rx (Reactive Extensions) - a Cure for Asynchronous Data Strea... - 0 views

  •  
    "If you are a developer that writes asynchronous code for composite applications in the cloud, you know what we are talking about, for everybody else Rx Extensions is a set of libraries that makes asynchronous programming a lot easier. As Dave Sexton describes it, "If asynchronous spaghetti code were a disease, Rx is the cure.""
Jacques Bosch

InfoQ: Accelerate SQL Server Performance With SafePeak's Dynamic Database Caching - 0 views

  •  
    "SafePeak is a plug-and-play Dynamic Database Caching Solution, designed to improve data access performance for Applications built on SQL Server. It offloads the read queries and stored procedures which perform "Select" by dynamically caching in-memory result sets, thereby reducing read response time and overall database load."
Jacques Bosch

InfoQ: Functional Approaches To Parallelism and Concurrency - 0 views

  •  
    " Don Syme overviews some of the basic features of functional languages, presenting why and when they are useful for parallel programming: simplicity, composability, immutability, lightweight reaction, translations, data parallelism, using F# examples but addressing the larger spectrum of functional languages including Haskell, Erlang, Clojure and JavaScript. "
Jacques Bosch

InfoQ: LMAX - How to Do 100K TPS at Less than 1ms Latency - 0 views

  •  
    " Martin Thompson and Michael Barker talk about building a HPC financial system handling over 100K tps at less than 1ms latency by having a new approach to infrastructure and software. Some of the tips include: understand the platform, model the domain, create a clear separation of concerns, choose data structures wisely, and run business logic on a single thread. "
Jacques Bosch

Stop using AutoMapper in your Data Access Code | Blog | DevTrends - 2 views

  •  
    "A few months ago, Jimmy Bogard, author of the excellent AutoMapper wrote a great article about Autoprojecting LINQ queries. Now that Jimmy has done all the hard expression tree work, this article extends his example to include caching and simple flattening capabilities and goes on to show it in use in a simple EF 4.1 Code First application."
Jacques Bosch

InfoQ: Events Are Not Just for Notifications - 0 views

  •  
    " Greg Young discusses how to use events to store data, and how testing, versioning and performance are impacted by an event-centered model. "
Jacques Bosch

VMware Communities: vFabric SQLFire - 0 views

  •  
    "vFabric SQLFire is a memory-oriented, shared-nothing distributed data management system designed for applications that demand high speed, scalability and availability."
Jacques Bosch

A Money type for the CLR - CodeProject - 0 views

  •  
    "A large number of the world's applications manipulate money values. Here is a convenient, high-performance money structure for the CLR which handles arithmetic operations, currency types, formatting, and careful distribution and rounding without loss."
Jacques Bosch

PetaPoco - 0 views

  •  
    "PetaPoco is a tiny, fast, single-file micro-ORM for .NET and Mono. Like Massive it's a single file that you easily add to any project Unlike Massive it works with strongly typed POCO's Like Massive, it now also supports dynamic Expandos too - read more Like ActiveRecord, it supports a close relationship between object and database table Like SubSonic, it supports generation of poco classes with T4 templates Like Dapper, it's fast because it uses dynamic method generation (MSIL) to assign column values to properties"
1 - 17 of 17
Showing 20 items per page