Error!
Success!

By tag: Database

showing:  of
0
kicks

Repository pattern with Entity Framework Code-First in Composable Serv  (Unpublished)

Implement Repository, UnitOfWork with Audit support in Composable Service End


Kicked By:
Drop Kicked By:
0
kicks

Design Data Access With Entity Framework Code-First In Composable Serv  (Unpublished)

Implement Repository, UnitOfWork and Audit Log in Composable Service End


Kicked By:
Drop Kicked By:
0
kicks

Entity framework and pessimistic concurrency  (Unpublished)

Entity framework supports optimistic concurrency out of the box but using pessimistic concurrency requires manual implementation. This article explains why simple solutions don't work and provides a working solution.


Kicked By:
Drop Kicked By:
0
kicks

Data Alerting in SQL Server 2012  (Unpublished)

You can create a data alert to email notification in SQL Server 2012 reporting services. This data alert sends e-mail notification when only when specific conditions in the data are true at a schedule time. This Date Alerting feature is available only when reporting services runs in sharepoint integ...


Kicked By:
Drop Kicked By:
0
kicks

Entity Data Model: The version of SQL Server in use does not support  (Unpublished)

Entity Data Model: The version of SQL Server in use does not support datatype ‘datetime'


Kicked By:
Drop Kicked By:
0
kicks

SSIS Logging in SQL Server 2012  (Unpublished)

Enabling SSIS logging is a tedious process in earlier versions. Integration Services Packages has the two options to log the information during the execution, one option is configure the log providers in each package and associate them to executables within the package. Second option is to use SQL s...


Kicked By:
Drop Kicked By:
0
kicks

Async in Entity Framework 6.0  (Unpublished)

A sneak peak at the upcoming async capabilities in EF 6.0


Kicked By:
Drop Kicked By:
0
kicks

Entity Framework and AutoDetectChanges  (Unpublished)

AutoDetectChanges is one of the performance tuning options inside Entity Framework. This article explores how AutoDetectChanges effects performance and how and when it can be used with Entity Framework.


Kicked By:
Drop Kicked By:
0
kicks

Entity Framework Navigation Properties with Code First  (Unpublished)

An explanation of how navigation properties in Entity Framework can be used. It gives basic examples of what you get by default and the additional configuration you can do with the model builder.


Kicked By:
Drop Kicked By:
0
kicks

Entity Framework Performance Cheat Sheet  (Unpublished)

I recently did a presentation on performance with Entity Framework. This article presents a set of tips for how you can get the best from EF.


Kicked By:
Drop Kicked By:
0
kicks

SisoDb and SQL Server Express 2012, LocalDB  (Unpublished)

This is a verry short introduction to SQL Server Express 2012, LocalDB, and I’ll show you how to use it in conjunction with SisoDb (Simple, Structure, Oriented DB). I'll be using Chocolatey to install it.


Kicked By:
Drop Kicked By:
0
kicks

SQL Server Scripts: Get All Nested Stored Procedures List  (Unpublished)

A stored procedure can be called from another stored procedure as nested stored procedure. Recently on production server, we were asked for all stored procedures in which other stored procedures are called as nested. Here is simple script.


Kicked By:
Drop Kicked By:
0
kicks

SQL Server: Restrict Login from Valid Machine IPs Only  (Unpublished)

How to restrict VALID database users from INVALID machine IPs. Simple way to protect your SQL Server instance


Kicked By:
Drop Kicked By:
0
kicks

Deep Fried Bytes Episode 89: What is the Big Deal about Big Data?  (Unpublished)

In this episode, Woody sits down with Andrew Brust to discuss another “big” technology for developers and IT professionals: Big Data. Woody and Andrew talk about what Big Data is, who is using it, what tools are available and finally how we has technologists can use this for our products and service...


Kicked By:
Drop Kicked By:
0
kicks

Implementing Repository Pattern with EF4 POCO support  (Unpublished)

About two years ago have written a post and an article in codeproject about the repository pattern implementation with EF V1. After that I got a lot of requests in my articles to make it compatible for EF4 POCO support. So here I am going to make that. In this implementation of repository, I am goin...


Kicked By:
Drop Kicked By: