C# is having Dataset and datatables which can be used much similar to external database (eg. ms access database (.mdb)).
Even when the database is more optmized to handle query for selection and sorting, it is advisable to use built-in Dataset/Datatables.
Because I/O operations between the C#/.net application and the external database will consume significant time which will ultimately reduce the performance/speed of execution.
I can see significant performance difference between these two approaches when we did some performance testing using the code developed based on database and the code using built-in datatables.
But I am not sure whether Dataset will be useful if we need to handle large amount of data.
More Articles...
Shop at Rajamanickam.com | Birthday Gift Idea? | Hire me for $6 per Hour
Get 3 useful ebooks for Rs 99 in India and $5.99 globally
Get a 75% commission | ChatGPT and and Google Gemini for Beginners (Use Discount code QPT)
Search This Blog
Art of Talking to AI | Tech eBook | Dream Big | Listen to Dream Big
Today's Deals | Timesheet | Products | 3 ebooks for $5.99 / Rs 99 | Earn 50% commission
About | Privacy | Follow | TOS | WhatsApp | Contact
I may earn a commission from Amazon affiliate links
Today's Deals | Timesheet | Products | 3 ebooks for $5.99 / Rs 99 | Earn 50% commission
About | Privacy | Follow | TOS | WhatsApp | Contact
I may earn a commission from Amazon affiliate links
1 comment:
Here is a database compatible with .NET, Silverlight, Windows Phone, Mono, Monodroid, and Monotouch:
http://www.kellermansoftware.com/p-43-ninja-net-database-pro.aspx
Post a Comment