anyone have any comment on Business Logic Toolkit for .NET? [closed] - c#

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
hi
i am taking a look now # Business Logic Toolkit for .NET http://bltoolkit.net .
but the strange thing is that i dont see anyone using it but from the documentation it seems very nice.
so my question is why there is no one using this library?
i want to use it but i am afraid there is somethings wrong that dont let the people use it.
thanks

Hi i think the problem is that bltoolkit more popular in russia development comunity. Other problems are: no dependecy injection, no full linq support.

Related

how to develop UI for desktop application using TELERIK [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
i want my interface to look more elegant though professional and i want to make it good as web/android UI's. But how do i do it? I have heard about TELERIK UI. but i have no idea about how to use it. I have downloaded it and initialised it but do not know what and how to do next. any help would be really appreciated.Thanks.
You can start here
http://www.telerik.com/winforms/winforms-guide
http://www.telerik.com/videos/wpf
If you are not super attached to Telerik you can also look at Electron for native desktop apps (as it should have slightly easier learning curve):
http://electron.atom.io/

C# Algebra use in Unity "solve for X" [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Hey ill keep this brief since its a basic question, is there anyway to solve for X using C#
There is no built in way to solve equations in .NET. Symbolic equation parsing/solving is something for advanced math libraries (heck, it wasn't even in TI calculators until the TI-89).
The following libraries may be of use:
http://smartmathlibrary.codeplex.com/
http://mathnetnumerics.codeplex.com/

Azure to develop new web UI [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I want to develop a web UI for azure, what UI technology should I use as best practice? WPF ,ASP, Silverlight, MVC, other ?
In addition any sample/tutorial would be very helpful.
Personally I feel HTML5 is the best way to go with server side using ASP.NET MVC.
Tutorials to start with
http://social.technet.microsoft.com/wiki/contents/articles/2138.windows-azure-and-sql-database-tutorials.aspx
http://social.technet.microsoft.com/wiki/contents/articles/2138.windows-azure-and-sql-database-tutorials.aspx (The automation script section might be of interest)
http://www.asp.net/mvc (for asp.net mvc)
Hope this helps

WCF vs ServiceStack [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I'm struggling with WCF over engineering. It seems to me like a strange code layer, that do something useful, like giving you the possibility to call methods over http.
But in other hands, it increases useless code, useless methods calls, and so on.
Its like buying a japanese car, you will pay cheaper, but it will cost you more than you imagined.
Joking aside, I would like to know if I'm missing the real point here, or there is a better solution ?

how to make an GUI OS with C# [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I would like to know how to make an GUI OS using C# (becuose it`s the language I know the best).
I would like to make it as most as my own.
I know that a good start is to to help to improve completed OS (like a Cosmos) but I would like to do that part of the job by myself. What have the done? How did they made that(boot and some more things)???That is a thing I don`t know.
An operating system usually takes years of work by a team of people. Moreover, you cannot do this with C#, as it's too high level to realistically facilitate the type of development you're talking about.

Categories

Resources