문제

I am trying to do a MVC project where i want to use fluent nhibernate. gonna use sql. unfortunately i am confused about how to even start it. i found no tutorials in the net. i need help in organizing my project.thanks in advance

도움이 되었습니까?

해결책

I have a series on my blog where I build a forum application using asp.net mvc and fluent nhibernate. You can check out one of the earlier posts and download the source code. Here is the link to the series: http://mattias-jakobsson.net/archive.aspx#Jakobsson-forum.

다른 팁

Sharp architecture can be helpful. You can base your application on it. It contains MVC and nHibernate and handles many problems that you will have during application development. It is solid base for every MVC app.

로직은 variationRoot.aspx에 포함되어 있으며 기본적으로 페이지 레이아웃 (VariationRootPageLayout.aspx)의 사용자 정의 컨트롤을 통해 언어 및 쿠키 설정에 따라 사용자를 리디렉션합니다.

사용자 정의 컨트롤을 교체하거나 JavaScript를 사용하여 일부 클라이언트 측 논리를 추가하거나 변형 루트 사이트의 환영 페이지를 변경하는 것을 포함하여 필요한 경우이 논리를 사용자 정의 할 수있는 여러 가지 옵션이 있습니다.

모두 동일한 시작 페이지로 가면 루트 사이트의 시작 페이지를 변경하여 선택한 언어 사이트 랜딩 페이지에서 직접 가리키고 VARIALYROOT.ASPX를 전혀 사용할 수 없습니다.

MSDN (2010 년)그러나 여전히 관련성).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top