.NET Framework Bookmark and Share   
 index > .NET Framework Networking and Communication > WCF: How to CRUD
 

WCF: How to CRUD

Hi


1.Can we make CRUD operations on SQL Server from WCF service without going for REST,LINQ and just using ADO.NET Classes.
2.Is the above practice a good one or will there be issues with that.
3.What is the best approach to connect to SQL Server for data manipulation and insertion from the WCF service.

Thank You
sangeetaandkarthik
You can do the the CRUD by using WCF and conventional ADO by using a dataLayer(I am following it in my product). DATA LINQ has lots of draw backs and not suggested for a big application , Data link can be used only if you app is too small.

Mark as answer if it helps.

Regards,
Pramod
Pramod K V P
You can do the the CRUD by using WCF and conventional ADO by using a dataLayer(I am following it in my product). DATA LINQ has lots of draw backs and not suggested for a big application , Data link can be used only if you app is too small.

Mark as answer if it helps.

Regards,
Pramod
Pramod K V P

You can use google to search for other answers

Custom Search

More Threads

• Dot Net support for Tuxedo
• Deserialization Error while deserializing the xml response from Webrequest
• C# Setting UDP Socket Receive Timeout
• Get server Name from 3DNS or WebFarm
• An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full
• New Line in E-mail Body
• The process cannot access the file because it is being used by another process.
• how to develop a small chat system using C # in asp.net 2.0 ~~urgent help ~~
• Multiplexing I/O
• Design question for SSH Tunneling like protocol using C# .NET