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 have recently moved into a team leader position in a company that has some very old school developers. I'm trying so hard to convince them to use LINQ2Entities and over using tools like Codesmith to generate stored procedures and DAL layers. It appears that I'm not getting through. Does anyone know of any ways to prove my point?
This post might help you:
LINQ-to-SQL vs stored procedures?
Performance Difference between LINQ and Stored Procedures
your question might be posted here: http://programmers.stackexchange.com
Regards
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 looking for programs which allows you to view a sql database in a GUI created with C#. The benefits of this would be you could create shortcuts to tables an ease of use for companies. However I can't seem to find anything on the internet about companies using a C# program to view databases.
Have anyone used a program which does this?
Is there a direction someone could point me in?
Many thanks.
You don't need to program anything. You have several options:
SQL Server Management Studio aka SSMS (Even SQL Server Express has it)
Visual Studio has a Server Explorer (Menu View\Server Explorer)
I think that option 1 or 2 is more than enough for you. If you want other alternatives you have LinqPad or Versabanq Squel. Check this question for alternatives.
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.
I am working on image processing library in c#.
want to improve performance/speed and better memory management.
I am using Bitmap class and its just array manipulations.
Can someone suggest me, how to improve it. any guidelines?
The first thing to do is to find out where your problem lies. I would suggest using the built-in Visual Studio profiler to figure out where your execution performance bottlenecks are.
There's an MSDN article here that explains how to use the profiler.
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 12 years ago.
Over the last few years I have grown rather fond of python. I enjoy coding in it a lot more than in other languages. Recently, a coworker told me that he preferred C#. I am having a hard time understanding his choice. When ever I code with C# I feel like its Java but for Microsoft products only. He also added that he is very pleased with the work Microsoft has put into C#. This seems to contradict what I have been lead to believe.
Anyways, which language would you say is more expressive? Which would you use to develop an application and why? What are some of the advantages and disadvantages of using one over the other?
Thanks!
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/