As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
For now I know SQL and want to write a database program in C#. I tried to read MSDN but it is too difficult for me. I need a book which can explain how ADO.NET works and give some useful examples.
I'm not pro in C# also.
P.S. It would be great if the version of ADO.NET explained in this book is 3.5.
Professional ADO.net 2 by Wrox is a good book. You can download it for free from here
http://www.free-ebooks-download.org/free-ebook/dotnet/ADO.NET/
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am just getting started with ESB, I am currently reading the code for rhino-esb, to see how it is implemented.
Are there any good resources (i.e. books, videos) for beginners to get started with ESB? I am also trying to understand the difference between EAI and ESB.
Cheers!
This website (http://www.eaipatterns.com/) has good information about EAI.
You can start looking at Apache Synapse Enterprise Service Bus (ESB). It has so many samples, which will help you to understand ESB features.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have noticed that the latest commit of petapoco on github https://github.com/toptensoftware/PetaPoco/ was 10 months ago .
What happening with this product ? What can be considered as appropriate replacement ?
Since there is no activity on the project( the patches are not pulled and discussion questions are ignored), I moved to Servicestack OrmLite. The problem with PetaPoco project is, it is controlled by one person and who does not have enough time to update the project. I think Dapper or Ormlite would be a good alternative.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
There are several discussions already here but they are older and non exhaustive.
I am looking for a comparison of CouchDB c# libraries. Specifically, feedback on the ones listed on the CouchDB website .
LoveSeat
Relax
Divan
SharpCouch
DreamSeat
Any feedback on these (or others) - real world experience would be great.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I want to know what are the most popular Web-Engines to use in a Desktop Aplication using C# and WinForms.
Can you suggest some ?
edit: I've edited the question, I think it's OK now.
I would go with WebKit.NET (GitHub Download)
I would use Awesomium.
It has a good .NET/WPF support.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am currently using MS Charts to display information from my reports.
Is there a way I can display the reports in a better way, for example using Silverlight or something which is free for commercial use?
I want the reports graphs to just stand out. Any suggestions?
Use SQL Server Reporting Service. Take a look at this ASP.Net charting demo