Extjs or Deveexpress? [closed] - c#

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 want to develop mvc net application for finance and bank solution . i used Kendo UI in several application but Kendo UI have not stable.
I want to know extjs is good solution or Devexpress for use in finance and bank solutions.

I would do a search on google.
Search for "bad service" "bugs" etc paired with Extjs and "Dev Express" respectively.
Take into account that one of them is probably more popular and will thus will give you more hits.
I am very pleased with the support from Dev Express, always got an answer to my queries within 24 hours.
I have no experience with Extjs

DevExpress is a good solution, I am also using it now as we speak - try the demo version and see if it also works for you.
http://www.devexpress.com/Home/Try.xml

Related

Where can I find reusable ASP.NET MVC UI components? [closed]

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'm new to MVC and am still adjusting to the drastic switch from WebForms. I was a bit happy when I found that the idea of ready-made components is not totally gone when I found http://nuget.org/packages/TinyMCE.JQuery, a nuget package that installs an HTML editor component such that it just takes the addition of a UIHint attribute to use it.
My question is where do I go to find more things like this which will help me get closer to the level of efficiency I got used to with WebForms/AjaxToolkit (not withstanding my obvious need to keep learning MVC best practices)?
The nice thing about MVC is you don't need server controls, you now have the freedom to use anything HTML/CSS/JS
If you want something cohesive try:
http://www.kendoui.com/web.aspx
There's tons of stuff in NuGet, just go searching at NuGet.org

ASP.net/C# books to create realtime applications [closed]

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 create realtime applications using ASP.Net C#
Is there any .Net books you recommend which have topics on architecting and implementing event based/message based realtime systems?
Editted:
I don't mind if it you know of a book which is based on real time web systems and is not based on .Net but created for generic purposes. I want to understand the concepts too.
I have been programming on ASP.Net for 4/5 years so anything advanced will be preferred.
for .net try This Book its good and for asp.net try Microsoft® ASP.NET Internals
I can recommend this.
Pro ASP.NET 4 in C# 2010, Fourth Edition by Matthew MacDonald.
Check the table of content yourself to confirm whether it is useful to your need.
Table Of Content

are there any good open source WIKIs based on asp.net mvc? [closed]

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 a good WIKI software to host on Windows. Are there any based on ASP.NET MVC that have been built? I can't seem to find any by googling.
The only one I could find was MVCWiki on Source Forge. Unfortunately I haven't been able to get it to run with .Net 4.0 MVC2. Also the last commit was done over a year ago, so the project might be dead.
A new mvc4-based wiki engine has been released at http://lynxwiki.codeplex.com with a running version of the engine at http://www.sapientier.com:88/LynxWiki/WikiTopic/Page/WikiRoot/WikiDir/HomePage
This is a full-featured wiki with many of the features of MediaWiki plus it has the capability for dynamic content by using embedded IronPython scripting.

What open source software uses ASP.NET MVC [closed]

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 would like to see how other software is designed using the MVC technology. I am working on a small MVC project and would like ideas on how to design it. The only way to look at high quality code is to inspect other open source projects using the microsofts mvc technology.
Oxite is an open source, web standards compliant, blog engine built on ASP.NET MVC.
you can go to http://www.codeplex.com/ search "asp.net mvc"
The Stack Exchange Data Explorer has just gone open source.
I've had a look through it and it's a well designed, well written project with plenty of useful little tips and tricks. Their use of the Current static object is interesting and something I'm going to look at doing in the future.

winforms instrumentation . [closed]

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.
What is the best pattern for instrumentation. I have an application and i want to be able to track metrics on everytime a users does a number of functions in the app (brings up a form, views a certain feature, etc) but i dont want to have code all over the application that is doing this instrumentation. what are my options here?
At the end of the day, i want to be able to aggregate data across multiple users listing out metrics.
I've been investigating doing something very similar (for an anonymous stats-collection library... kind of like Google Analytics, but for desktop apps. If you're interested, check out the GUI mockup here.)
Anyhow... for .NET, I've been looking at a few aspect-oriented libraries that provide dynamic and static instrumentation. I'm not sure whether they'll fit the bill yet (I haven't written any code yet; I've just started researching the libs). But here are a few prospects:
http://dotspect.tigris.org/
http://setpoint.codehaus.org/
http://www.springframework.net/docs/1.2.0-RC1/reference/html/aop.html
http://www.castleproject.org/aspectsharp/
http://www.postsharp.org/
Good luck!

Categories