Hi, I got a web application called BUS developed based on ADO.Net data access technique. Now, I am integrating this web application to a webservice. For that, I need a seperate project to access web service and store the data in a temporary database which
will later moved to my web application BUS database. I would like to use Entity framework in the project to access webservice and store the temp database. Is it good idea ? will it cause any problem for other projects in the same solution ?
siddagarisur...
Member
260 Points
216 Posts
Entity Framework - ADO.Net - in a solution - Visual Studio
Apr 22, 2012 05:47 PM|LINK
Hi, I got a web application called BUS developed based on ADO.Net data access technique. Now, I am integrating this web application to a webservice. For that, I need a seperate project to access web service and store the data in a temporary database which will later moved to my web application BUS database. I would like to use Entity framework in the project to access webservice and store the temp database. Is it good idea ? will it cause any problem for other projects in the same solution ?
Please comment on this.
Thanks.
Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: Entity Framework - ADO.Net - in a solution - Visual Studio
Apr 22, 2012 05:51 PM|LINK
There should not be any problems with using the entity framework and ado.net in the same project.
Space Coast .Net User Group