Latest ADO.NET stories

What is new in .NET Framework 4.5 (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 7 months, 19 days ago

Another major release in .NET Framework, .NET 4.5 which allows the developers to use Windows 8 technologies and windows runtime directly from .NET 4.5. It makes easy and natural to write Metro style applications using C# and VB. .NET 4.5 makes your applications run faster eg: Faster ASP.NET startup. .NET 4.5 gives you easy access to your data with entity framework code first approach and recent SQL Server features. This post discuss these features in detail. read more...

1 comment |category: |Views: 102

tags: another

Entity framework and Stored procedure output parameter(www.dotnetjalps.com)

submitted by jalpeshjalpesh(1347) 8 months, 19 days ago

One of my friend was having problem in Entity framework and stored procedure output parameter. He was confused how to use output parameter with stored procedures.So I did some search on internet and I found a great way to use output parameter so I thought I should write a blog post for the same. So in this blog post I am going to explain you how we can use output parameter of entity framework. So let’s start coding for that.For demo, I have create a table called ‘Customer’ which contains just two col... read more...

add a comment |category: |Views: 21

tags: another

Foreign key vs. Independent associations in Entity Framework 4(www.ladislavmrnka.com)

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

Independent and Foreign key associations are two ways to model relationships in Entity framework 4. This article describes differences between them. read more...

4 comments |category: |Views: 57

tags: another

Design bug in DbSet.Find method of Entity Framework 4.1(blogs.microsoft.co.il)

submitted by idofidof(307) 9 months, 26 days ago

This blog post shows a problem with the DbSet.Find method that creates bad queries when used in models that have entity hierarchies (inheritance). read more...

2 comments |category: |Views: 55

tags: another

Using Entity Framework to 0Successfully Target Multiple Databases (www.infoq.com)

submitted by rcashrcash(4149) 10 months ago

and LINQ, often forget the specifics of particular databases. This article discusses problems in the process of developing an application for Entity Framework (EF), which is meant to interact with Oracle, MySQL, PostgreSQL or SQLite rather than Microsoft SQL Server. read more...

add a comment |category: |Views: 28

tags: another

Entity Framework 4.1 - manage relations(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 10 months, 15 days ago

How you manage relations between objects with Entity Framework 4.1 Code First approach. read more...

add a comment |category: |Views: 5

tags: another

C#/.NET Fundamentals: Choosing the Right Collection Class(geekswithblogs.net)

submitted by BlackRabbitCoderBlackRabbitCoder(661) 11 months, 11 days ago

The .NET Base Class Library (BCL) has a wide array of collection classes at your disposal which make it easy to manage collections of objects. While it's great to have so many classes available, it can be daunting to choose the right collection to use for any given situation. As hard as it may be, choosing the right collection can be absolutely key to the performance and maintainability of your application! This post will look at breaking down any confusion between each collection and the situations in which they excel. We will be spending most of our time looking at the System.Collections.Generic namespace, which is the recommended set of collections. read more...

add a comment |category: |Views: 56

tags: another

How to Configure a Self Reference in Code First(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 11 months, 24 days ago

A few days ago a worker in Sela asked me how to configure a self referencing entity with EF Code First. In this post I’ll show you how to implement that configuration. read more...

add a comment |category: |Views: 13

tags: another

Entity Framework 4.1 Annotations–Part 1(sankarsan.wordpress.com)

submitted by sankarsansankarsan(460) 11 months, 22 days ago

Entity Framework 4.1 has introduced the Code First Approach with it’s Fluent API and Annotations.In this series of posts we will focus on the Annotations part of it and how it can be used to build the domain model and map it to the database. read more...

add a comment |category: |Views: 35

tags: another

Creating a Code First Database Initializer Strategy(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 11 months, 27 days ago

Yesterday I helped a colleague with his ASP.NET MVC 3 site deployment. That colleague implemented the data access layer using EF4.1 Code First. One of the restrictions that he had was that he didn’t have database permissions to create a new database and couldn’t use SQL Express or SQL CE in his application. Instead he had an empty database for his disposal in the hosting environment without a way to ru... read more...

add a comment |category: |Views: 12

tags: another

Sharing validation code between a WPF client, a WCF Service and Entit(blogs.infosupport.com)

submitted by alexbalexb(268) 1 year ago

Recently Entity Framework 4.1 was released. 4.1 contains a DBContext class, which is largely a wrapper around the ObjectContext class with a simplified API. Now you might think as I did: “But if I’m comfortable with the ObjectContext class and I don’t use code first, why in the world would I need a DbContext?”. The answer is pretty simple. The DbContext has a feature which simply isn’t supported by the ObjectContext: data validation with the attributes from the System.ComponentModel.DataAnnotations namespace. In this article I’ll show you how to decorate your classes with validation attributes and how these classes can be reused by both the client and the server. read more...

add a comment |category: |Views: 172

tags: another

Crazy delicious: defining LightSpeed entities at runtime(www.mindscapehq.com)

submitted by traskjdtraskjd(3229) 1 year, 1 month ago

This post looks at creating entities definitions at runtime in your applications: "Ever since JD unleashed LightSpeed.MetaData on an unsuspecting world, we’ve been inundated by people asking about the possibility of declaring entities at run-time, for example to reflect a database schema that can be modified or extended by users, or to allow common batch actions to be applied to different databases without having to build explicit models for every database." read more...

add a comment |category: |Views: 22

tags: another

Introduction to BLToolkit (Part III): The success story(osmirnov.net)

submitted by slo2olsslo2ols(618) 1 year, 1 month ago

We have already talked about that BLToolkit can serve as a substitute as ADO.NET, and LINQ to SQL. Time to talk about the unique capabilities of this ORM. In this post I will tell about how to expend BLToolkit and open secrets of its performance. read more...

add a comment |category: |Views: 87

tags: another

Using ADRotator Control in our web apps(deliciousdotnet.blogspot.com)

submitted by avinash789avinash789(121) 1 year, 1 month ago

ADRotator: Adrotator control is one of the rich contorls, Rich Controls are server sided controls that can be used to create complex HTML elements. read more...

add a comment |category: |Views: 6

tags: another

Introduction to BLToolkit (Part II): With LINQ to SQL's taste(osmirnov.net)

submitted by slo2olsslo2ols(618) 1 year, 1 month ago

In the previous post we talked about what the BLToolkit was originally created as a high-level wrapper on the ADO.NET. Today we'll talk about why BLToolkit is an ORM and its similarity with LINQ to SQL. As I promised, we will carefully consider a support of Linq. read more...

add a comment |category: |Views: 60

tags: another

ADO.NET Interview Questions(www.codegain.com)

submitted by codegaincodegain(2794) 1 year, 1 month ago

Collections of interview questions on ADO.NET.These questions are belongs to all ADO.NET classes, objects,properties, methods and etc. read more...

add a comment |category: |Views: 7

tags: another