How can I integrate visual studio 2010 with DotNetNuke Community Edition?
Please explain it to me clearly
You will need to be building DNNModules. A guide on how to get going can be found here:
http://www.dotnetnuke.com/Resources/Wiki/Page/Module-Development.aspx
There is also a prebuilt DNNModule template which someone has developed here:
http://dnnmodule.codeplex.com/
I have module development templates for VS2010 on Codeplex at http://christoctemplate.codeplex.com/releases/view/93348. The newer releases of the project are for VS2012.
In DNN development you will typically not open the DNN solution itself, but individual projects for modules and skins. This way you create and work with extensions for the platform, but not modify the platform itself.
You can open the DNN solution if you wish to make changes to it, but you should be careful making changes as you will end up going down your own fork and have difficulty when you want to upgrade to a new version of DNN.
Related
I would like to be able to do a collaborative work in Visual Studio. For now I know only how to create and access the project off-line. Is it possible to work on a project on-line?
You could use a version control system, like GitHub. Visual Studio is already integrated to work with GitHub or other VCSs.
I am using Visual Studio Community version 7.3.3 for MacBook. I am working on a project where the repository is hosted in Team Foundation Server (TFS). Can I integrate that using the Version Control option in Visual Studio. Git and SVN are possible thats what I heard. But need some help on this.
This requirement is under plan now. Please check this uservoice:
We’ve been working on some technical prototypes to see how we could
best connect to TFS from a Mac and at this point I’m happy to say that
this work is now planned for an upcoming release. Please keep an eye
on this site for updates!
As of now TFS integration is not implemented for Visual Studio in Mac, they are working on that. Got this information from one person who is directly involved in the development of Xamarin for Mac.
According to this Link this feature is now officially supported and deployed with the new version Visual Studio for Mac (extension v0.3)
Can I create ASP.NET-5 projects in Visual Studio 2013 somehow?
Also share please links with documentation, examples or anything that could help to create project using mvc6 that used to be on web api.
The simple answer is not. I'm pretty sure, vNext is such big change in Microsoft technologies that they will not put any effort in adding that vs2013, you can get vs2015 community edition is very complete free version of visual studio.
this link is very good starting point.
I have a VB6 project that I need to edit. I have downloaded the Visual Studio 2010, but I have read that I need VB6. I have googled but I can't find where I can download VB6.
It is possible to edit this VB6 project with Visual Studio 2010? If not, what can I do?
Best Regards,
You can't just download the older versions of Visual Studio that are used to edit VB6 projects, AFAIK there has never been an Express edition put out for the older version.
Your best bet may be to:
pick up a second hand copy from online, i.e. eBay
use VS2008 or VS2010 and upgrade the VB6 project to .Net
enrol in the BizSpark program if you are eligible
I am a new developer for Umbraco. I am having problem setting up my Visual Studio 2010 as a developer platform for umbraco 4.5.x with TFS and between remote teams.
My current setup is to open the whole umbraco site in Visual studio and tideup with TFS. Obeviusly this means that some of the files and folders gets locked up when commiting to Source control. Problem is this causes the problem when running umbraco as umbraco tried to write to certain files.
Any idea what type of typical setup would be like for VS 2010 and umbraco?
thanks,
Preyash
This should solve your problem =)
EDIT: Link updated
http://our.umbraco.org/wiki/codegarden-2009/open-space-minutes/working-in-visual-studio-when-developing-umbraco-solutions
I made a VS2010 umbraco project template, that configures the commands used to copy files to the umbraco folder on build, like described in the above link.
http://our.umbraco.org/projects/developer-tools/visual-studio-2010-project-template
Is it mandatory to use TFS as your version control?
We have used Mercurial and Visual svn server as version controls in our projects.
In this i feel Mercurial as more comfortable for Umbraco projects.