首页 \ 问答 \ Asp.Net MVC主题,如何?(Asp.Net MVC Themes, how to?)

Asp.Net MVC主题,如何?(Asp.Net MVC Themes, how to?)

我有一个ASP.Net 2.0网站,并希望将其翻译成MVC范式(我是新手),但是从零开始。

我在我的旧网站有一些主题,但在这里和那里阅读,似乎主题不适合MVC范式。

问题是:

MVC中构建主题用户可定制站点的最佳做法是什么? 如果适用,你能举一个小例子吗?

注意:我知道这一点,但他们没有谈论最佳实践或如何开始。


I have a ASP.Net 2.0 site and want to translate it into MVC paradigm (I'm new to this), but starting from Zero.

I have some themes in my old site, but reading here and there, it seems like Themes doesn't fit well into MVC paradigm.

The question is:

What is the best practice in MVC for building a Themed user customizable site? Can you give a little example, if applicable?

Note: I'm aware of this but they don't talk about best practices or how to start with.


原文:https://stackoverflow.com/questions/769878
更新时间:2023-11-08 07:11

最满意答案

dos命令没法连接wifi,建议用linux

其他回答

直接下一个connectify 就行了,不用这么麻烦吧

相关问答

更多
  • GRANT ALL ON *.* TO username@IP IDENTIFIED BY "password" 登陆到远程服务器 telnet IP login name: password: 登陆成功后就可以象在本机一样操作了 shell>mysql -h IP -u username -p EnterPassword:password
  • 以下DOSKEY命令的使用方法 doskey /reinstall就可以删除DOSKEY /HISTORY中的内容 微软的Doskey说明 调用 Doskey.exe,它可以撤回以前输入的命令行命令、编辑命令行并创建宏。 语法 doskey [/reinstall] [/listsize=Size] [/macros:[{all | ExeName}] [/history] [{/insert | /overstrike}] [/exename=ExeName] [/macrofile=FileName] ...
  • 编辑词条DOS命令 dos命令 dos命令大全 注意! dos命令不区分大小写,比如C盘的Program Files,在dos命令中完全可以用"program files"代替,加上英文引号是因为名称的中间有空格(即多于一个词),这一点是初学者经常忽略的。 目录操作类命令 (一)md——建立子目录 1.功能:创建新的子目录 2.类型:内部命令 3.格式:md[盘符:][路径名]〈子目录名〉 4.使用说明: (1)“盘符”:指定要建立子目录的磁盘驱动器字母,若省略,则为当前驱动 ...
  • 编辑词条DOS命令 dos命令 dos命令大全 注意! dos命令不区分大小写,比如C盘的Program Files,在dos命令中完全可以用"program files"代替,加上英文引号是因为名称的中间有空格(即多于一个词),这一点是初学者经常忽略的。 目录操作类命令 (一)md——建立子目录 1.功能:创建新的子目录 2.类型:内部命令 3.格式:md[盘符:][路径名]〈子目录名〉 4.使用说明: (1)“盘符”:指定要建立子目录的磁盘驱动器字母,若省略,则为当前驱动器; (2)“路径名”:要建立的 ...
  • 一、linux看设置的wifi热点的方法:   首先,保证电脑能用 WiFi 上网。   第二,在“系统设置”那里点开“网络”,在那个界面上点“用作热点”。   二、用Linux做wifi热点的方法:   1、检查确认笔记本网卡支持master模式   首先要安装一个iw:yum install iw -y   然后执行命令:iw list   2、安装hostapd   通过 yum install hostapd -y 安装,如果是其它红帽系列的可以安装epel的源,或者找一下hostapd的rpm,下 ...
  • dos命令没法连接wifi,建议用linux
  • 用笔记本创建WiFi无线热点赚钱 本文介绍如何利用Wiwiz HotSpot Builder系统在笔记本电脑上创建WiFi无线热点认证网关并实现计费管理。 随着WiFi与WLAN技术的普及,现在,架设一个无线热点变得越来越容易。一般,只需要购买一个普通的无线路由器,通过简单的设置SSID,WEP或WPA加密设置之后就可以组建一个无线局域网了。这种无线局域网在一般的家庭或小型企业中很常见。但是这种应用模式并不能满足商业应用或运营级的企业应用。作为商业应用的无线WiFi热点仅仅为用户提供简单的网络互连是不够的, ...
  • 1.快速进入服务面板 “运行”:services.msc 2.快速启动服务:net start 3.快速启动oracle:oradim (此命令对于一些系统下服务面板启动数据库不行的时候,很奏效.)
  • 连接到热点时,请查看WifiManager.getDhcpInfo() 。 Hotspot可能充当DHCP服务器。 DhcpInfo.gateway或DhcpInfo.serverAddress应该为您提供热点的IP。 - Have a look at WifiManager.getDhcpInfo() when connected to the hotspot. The Hotspot likely acts as a DHCP server. DhcpInfo.gateway or DhcpInfo.s ...
  • 这是一个代码快照希望它将为你工作! public static int getNetworkType(Context context) { ConnectivityManager connectivity = (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE); if (connectivity != null) { // 获取网络连接管理的对象 Netwo ...

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)