Stories recently tagged with 'Database'

Do you want a simple type mapping / conversions in Entity Framework?(www.ladislavmrnka.com)

submitted by LadislavMrnkaLadislavMrnka(65) 2 months, 22 days ago

The article describes a highly missing feature in Entity Framework - a simple type mapping or conversions and links related feature suggestion from Data UserVoice. read more...

add a comment |category: |Views: 4

tags: another

Entity Framework 4.3 migration and an existing database(www.ladislavmrnka.com)

submitted by LadislavMrnkaLadislavMrnka(65) 2 months, 25 days ago

The article describes how to add code first migrations to an application with an existing database and how to use a new feature in EF 4.3.1 when adding initial migration. read more...

add a comment |category: |Views: 28

tags: another

How To Use SQL IN Statement to Select Data Having All Specified Values(techbrij.com)

submitted by urenjoyurenjoy(337) 3 months ago

Learn How to write SQL Where.. IN query to select data which has all values specified in IN condition. read more...

add a comment |category: |Views: 6

tags: another

Implement Audit Trail Quickly for Microsoft SQL Server(techbrij.com)

submitted by urenjoyurenjoy(337) 3 months, 1 day ago

It explains how to implement an audit trail quickly by creating shadow table for each table in database and triggers to log every time when a record is inserted, updated or deleted in the table. read more...

add a comment |category: |Views: 3

tags: another

Telerik OpenAccess ORM Q1 2012 - Batch Operations (blogs.telerik.com)

submitted by vaskessvaskess(120) 3 months, 2 days ago

In previous versions of OpenAccess ORM, configuring large data models could be a bit cumbersome. However, I am happy to say that in Q1 2012 we are adding a new batch operation dialog, which makes configuring data models easier than ever! read more...

add a comment |category: |Views: 4

tags: another

A DynamicData Attribute Based Permission Solution using User Roles(csharpbits.notaclue.net)

submitted by levihlevih(0) 3 months, 3 days ago

Dynamic Data Attribute Based Permission Solution using User Roles read more...

add a comment |category: |Views: 8

tags: another

Good Devs Don't Like Magic(tatiyants.com)

submitted by atatiyanatatiyan(127) 3 months, 6 days ago

Solutions of the “magical” variety go out of their way to hide (obfuscate?) the underlying implementation. They present the developer with a Faustian bargain: I’ll make it easy for you to get things done so long as you don’t question how I work. read more...

1 comment |category: |Views: 184

tags: another

Telerik OpenAccess ORM – ASP.NET Web Forms Video Tutorials (blogs.telerik.com)

submitted by vaskessvaskess(120) 3 months, 13 days ago

Besides the currently trending MVC framework, the traditional Web Forms are widely used for web applications development, so probably many of you are already familiar with them. OpenAccess ORM is an excellent choice for your Data Access Layer in such situation, as it is easy to integrate in just a few steps. ... read more...

add a comment |category: |Views: 10

tags: another

EF 4.3 Code-Based Migrations(blogs.msdn.com)

submitted by dpetersondpeterson(4397) 3 months, 16 days ago

Entity Framework 4.3 has been released, and the big new feature is migrations for code-first projects. This article is a walkthrough of how to take advantage of the new migration support. read more...

1 comment |category: |Views: 285

tags: another

Book review: Working with NHibernate 3.0(jclaes.blogspot.com)

submitted by JefClaesJefClaes(650) 3 months, 18 days ago

It's been a while since I wrote my last book review, mostly because I'm still trying to figure out when it adds value to write one. For this one it was pretty obvious, there are far too little reviews out there. Being new to NHibernate, and NHibernate being known as having a steep learning curve, I thought it would be a good idea to do some reading. Searching for books on NHibernate 3.0... read more...

add a comment |category: |Views: 8

tags: another

Basic Raven DB Indexing and Querying with Lucene(unstructuredthinking.blogspot.com.au)

submitted by guffshemrguffshemr(178) 3 months, 18 days ago

We've got up and running with Raven DB for our new project, which has been a delight to use from a code perspective, but one of the big gaps for me is figuring out how to do SQL like queries. I'm not too bad at putting a SQL query together as something I do semi-regularly as part of my job, so I thought it shouldn't be too much of a stretch to start pulling some statistics. I was wrong. read more...

add a comment |category: |Views: 123

tags: another

Why is RAID So Important for Databases?(www.sqlservercurry.com)

submitted by flyingkickflyingkick(331) 3 months, 19 days ago

A good server design has no, or very few, single points of failure. One of the most common server component that fails, are disks. So data redundancy becomes essential to recoverability. Redundant Array of Independent/Inexpensive Disks (RAID) is a disk system that provides better fault-tolerance by making use of redundancy of disk(s). read more...

1 comment |category: |Views: 175

tags: another

Telerik OpenAccess SDK – MVC 3, RAD data binding and more (blogs.telerik.com)

submitted by vaskessvaskess(120) 3 months, 23 days ago

As a response to your constant requests for sample projects demonstrating the best practices of using OpenAccess ORM in web projects, we have released some of the new and updated samples before Q1 2012 so that you can benefit from them immediately. MVC developers will be happy to ... read more...

add a comment |category: |Views: 5

tags: another

Telerik OpenAccess ORM – Connection Pooling in Oracle environments(blogs.telerik.com)

submitted by vaskessvaskess(120) 4 months, 6 days ago

With the Q3 2011 release of Telerik OpenAccess ORM we introduced three connection pool types. In this blog post we will have a look at the connection pooling behavior of the Oracle driver and what setting to be used when we want to use Telerik OpenAccess ORM with Oracle databases. read more...

add a comment |category: |Views: 3

tags: another

Seed your database with test data using the entity framework(www.michaelwullink.com)

submitted by wullinkmwullinkm(33) 4 months, 8 days ago

In this post we fill focus on Data Initializers for EF Code First, this feature allows you to seed your database in development scenario’s with some standard test data. I’m assuming you’ll already have some experience using EF Code First read more...

add a comment |category: |Views: 16

tags: another

Telerik OpenAccess ORM – Stored Procedure Editor essentials (blogs.telerik.com)

submitted by vaskessvaskess(120) 4 months, 9 days ago

Before Q3 2011 was live we have introduced you one of the major new functionalities you can find in the release – the new Stored Procedure Editor. It is the tool that allows us now to present our stored procedure support as feature complete. Along with the visual interface the Editor is offering, we have enhanced the functionality ... read more...

add a comment |category: |Views: 9

tags: another