Azure to develop new web UI [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 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

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/

creating RESTful like urls despite heavy limitations [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 6 years ago.
Improve this question
Environment:
.Net Framework 3.5 SP1
WebForms Application
What would be the best way to mimic url routing in a web form application with authentication in mind?
I've researched things like: WebClient class, URL Rewriting, Custom HTTP Handlers. Any insights?
I think this might help you
ASP.NET FriendlyUrls - cleaner URLs, easier Routing, and Mobile Views for ASP.NET Web Forms

Best way to design an architecture for an online web, android, windows and ios application in .Net [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 7 years ago.
Improve this question
My requirement is to design an software architecture for an online application, which will be hosted on web (both desktop and mobile browser), windows phone, android and iOS. So please suggest me a design in which most of the part can be used commonly to support all these client APIs. I want to develop this in .Net technologies.
I can suggest you technologies:
ASP.NET MVC
Web API
Bootstrap - for layout design
AngularJS/Knockout
Rest up to you.........

Implementation of pay-wall in .net MVC 4 application [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 8 years ago.
Improve this question
I am trying to implement pay-wall mechanism in my MVC 4 application.
The requirement is to restrict access to some pages of a PDF file in preview mode and allow the complete file to display after pay-wall subscription.
i searched some links but they are providing only theoretical information about pay-wall.
Please suggest some link or examples for implementing it.
Any kind of help will be appreciated.
Thanks in advance.

anyone have any comment on Business Logic Toolkit for .NET? [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 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.

Categories

Resources