ASP.NET MVC & Expression XAML - How to integrate?

Some information:
ASP.net MVC is primarily a paradigm shift in how you structure and develop ASP.NET applications. Moving from the "mentality" behind the code to most of the standard MVC Ruby on Rails, such as the mentality. I welcome it as a simulation tool for simple unit testing and code separation (although the embedded html code can be controversial).

Expression and XAML are a way to describe the level of presentation that can be simple for designers.

The question arises:

If we use ASP.NET MVC to develop our next website, how should a development team that uses Expression and XAML create (V) iews or integrate into the development flow?

More specifically, Expression users can still work in the ASP.NET MVC world?

Note that pages in the Expression model also use paradigm-based code.

+3
source share
3 answers

This is a hack, but you can use XAML to render static images in ASP.NET MVC. Check out my XAML post meets ASP.NET MVC - rendering images on servers - shows how to render XAML and WPF controls as an image in ASP.NET MVC

http://amazedsaint.blogspot.com/2010/07/xaml-meets-aspnet-mvc-create-databound.html

MvcXaml, , XAML.

http://mvcxaml.codeplex.com

+3

, , .

ASP.Net MVC - -, XAML - . XAML Internet Explorer, , Silverlight.

, MVC , M-V-VM, WPF XAML.
M-V-VM .
A M-V-VM

- MVC, , HTML + CSS- , .

, .

0

. , , silverlight-as-a-view-in-aspnet-mvc ? XAML, , Silverlight ...

0
source

Source: https://habr.com/ru/post/1707040/


All Articles