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.
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 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
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
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've been asked to write an internal application for our business that uses mapping functionality to place push-pins of business related data.
As this is not a public facing application and to be used by a single person within our firewall I can not use google maps as we do not have the funds for the google license.
I am investigating the use of OpenStreetMap and can either embed a component into an already existing WPF application or embed into an existing WPF application, a NetBeans platform based application or into a new web application.
Could someone please suggest a library for use in either of these environments?
I recently updated JMapViewer from r26523 to r26975 without incident. Subjectively, it seems faster.
I've recently started to build a WPF prototype using SharpMap - although it's currently migrating to V2 and some of the dataproviders are missing - so I've been using V1 which has support for BruTile. You also might find BruTile useful.
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
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.