csharp
between c# windows form and console which is best and fast in applications
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manish Kumar ChoudharyPosted Jan 16, 2015, 1:34 AM
It depends on the requirement you have. Console application dot have UI but you can do everything by using console application also.
MahaPosted Jan 16, 2015, 5:09 AM
Carlos kambuiPosted Jan 16, 2015, 2:13 AM
Manish Kumar ChoudharyPosted Jan 16, 2015, 2:00 AM
Actually console application will be faster because there is no UI.
But if you create a crystal report using console application I don't think it will improve your application performance much. Better solution just improves the performance of the query that you are using to access in the crystal report.
If you are able to access the record from you DB faster then it will improve the loading time of the report.
Carlos kambuiPosted Jan 16, 2015, 1:45 AM