Stories recently tagged with 'Database'

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

submitted by dpetersondpeterson(3464) 14 hours, 15 minutes 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...

add a comment |category: |Views: 91

tags: another

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

submitted by JefClaesJefClaes(536) 2 days, 8 hours 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: 4

tags: another

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

submitted by guffshemrguffshemr(173) 2 days, 18 hours 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: 80

tags: another

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

submitted by flyingkickflyingkick(326) 3 days, 19 hours 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: 131

tags: another

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

submitted by vaskessvaskess(110) 7 days, 12 hours 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: 2

tags: another

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

submitted by vaskessvaskess(110) 21 days, 20 hours 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: 1

tags: another

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

submitted by wullinkmwullinkm(28) 23 days, 6 hours 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: 10

tags: another

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

submitted by vaskessvaskess(110) 24 days, 13 hours 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: 3

tags: another

Telerik OpenAccess ORM – Using the new OpenAccessLinqDataSource (blogs.telerik.com)

submitted by vaskessvaskess(110) 25 days, 15 hours ago

In a previous blog post we have shared with you the upcoming release of a new feature of OpenAccess ORM, helpful for those of you doing RAD development in web environment – the OpenAccessLinqDataSource component. As Q3 is already live, you can try it out! Just drag the component from your Visual Studio toolbox, where you can find it under the Telerik.OpenAccess.Web category: read more...

add a comment |category: |Views: 2

tags: another

Telerik OpenAccess ORM Q3 2011 – Connection pool types(blogs.telerik.com)

submitted by vaskessvaskess(110) 28 days, 19 hours ago

With the Q3 2011 release of Telerik OpenAccess ORM we introduced three connection pool type settings. The OpenAccess Connection Pool, OpenAccess Connection Pool with OpenAccess Connection Management and the ADO Connection Pool. This blog post will show how these types can be used and when it makes sense to make use of them. read more...

add a comment |category: |Views: 56

tags: another

Redis 2.4.6 has been released(data.story.lu)

submitted by pardogopardogo(25) 28 days, 22 hours ago

Redis 2.4.6 has been release,it fixes a critical replication bug and adds a minor feature read more...

add a comment |category: |Views: 27

tags: another

New Cassandra/CQL reference cards ready for download(www.datastax.com)

submitted by pardogopardogo(25) 28 days, 22 hours ago

If you’re like me and sometimes struggle to remember the particular syntax for a CQL or Cassandra nodetool or CLI command, we’ve got something for you that might help. You can now download reference cards for CQL, along with the Cassandra CLI and nodetool. They’re free and pretty darn attractive if I do say so myself. Download them now and let us know what you think. read more...

add a comment |category: |Views: 1

tags: another

NoSQL MongoDb Enterprise Design with C# .NET, the Repository Pattern(www.primaryobjects.com)

submitted by surfer6surfer6(317) 1 month ago

Learn how to use a NoSQL MongoDb database to create a simple .NET application for displaying Dragons. Our architecture will utilize the repository pattern, combined with a global database context provider. We'll create a 3-tier system for accessing the Dragons, creating, updating, and deleting. read more...

1 comment |category: |Views: 248

tags: another

Free Databases in the Window Azure Marketplace(visualstudiomagazine.com)

submitted by pwhe23pwhe23(845) 1 month, 5 days ago

I hadn't heard of the Windows Azure Marketplace prior to the keynote, so I was intrigued to see how data was being sold in it and, more specifically, to see what interesting databases I might find for free or at very low cost. And find them I did. read more...

add a comment |category: |Views: 3

tags: another

New in Telerik OpenAccess ORM Q3 2011: Stored Procedure Editor(blogs.telerik.com)

submitted by vaskessvaskess(110) 1 month, 6 days ago

Supporting stored procedures is nothing new for OpenAccess ORM. The most common solution is to write an additional method for each stored procedure, encapsulating all the required information needed to invoke it, executing it and returning the results. Now you don’t even have to create the methods.... read more...

add a comment |category: |Views: 1

tags: another

OpenAccess ORM Q3 2011: OpenAccessLinqDataSource (blogs.telerik.com)

submitted by vaskessvaskess(110) 1 month, 7 days ago

We at Telerik have added some exciting new features to the upcoming release of Telerik OpenAccess ORM, offering new capabilities and further optimizing your development process. We can’t really wait to show you the details about what we have been working on during the last several months. read more...

add a comment |category: |Views: 1

tags: another