The mvc tag has no wiki summary.
3
votes
4answers
658 views
SharePoint as data store for a MVC application front end
We currently are running moss 2007 for an enterprise internet facing site. The site's main functionality is surfaced using FAST search with MOSS 2007 used for the cms aspects. We find that the ...
2
votes
2answers
110 views
Use sharepoint 2007 as database for an ASP.NET MVC 4 application
I have built an ASP.NET MVC 4 C# application that has Many to One relationships. The application currently uses SQL as data provider. The following is the data connection string I use:
<add ...
1
vote
1answer
53 views
Asp.net MVC talking to SharePoint from a diffenent server
Ok, so I want to build a internet facing asp.net MVC application, place it on server X in my domain, and i want this application to be able to talk Server Y,where SharePoint 2013 is installed.
I want ...
1
vote
1answer
40 views
Using the razor engine in SharePoint 2013 Visual Web Part
I'm trying to make use of the razor engine in a SharePoint 2013 Web Part. This, I read, shouldn't be too difficult since SharePoint 2013 Visual Web Parts can be built using .NET Framework 4.0
I'm ...
0
votes
1answer
1k views
will sharepoint 2013 support MVC
I'm wandering if anyone knows if SharePoint 2013 will support MVC. Does anyone know?
I'm wanting to be able to implement MVC in my sharepoint development process.
Thanks,
0
votes
0answers
15 views
Site Collection and sites Mapped to controller and action methods on asp.net MVC
I came from an MVC architecture background and currently I am learning the architecture of SharePoint 2013.
So can I make the following assumptions:-
Creating a new site collection in SharePoint ...
0
votes
1answer
61 views
Sugest me, Planing to create a REST based API using MVP under SharePoint 2010
for almost a year now i was working with few open source technologies, and so habituated to it... this pushed me to create a REST based architecture for SharePoint 2010 using ASP.Net MVC 2/3...
...
0
votes
1answer
306 views
Single Sign On between MVC Web Application and SharePoint 2010
I am working on a project where we will be creating an MVC web app and a SharePoint 2010 environment. Users will be authenticating against Active Directory inside the MVC web app. There will be ...
0
votes
2answers
240 views
Where I can use asp.net MVC with my SharePoint 2013 project
My current situation is as follow:-
I have a team with asp.net MVC experience , entity framework, jQuery +SQL server
We have built many web applications using the above technologies.
Currently we ...