Run source control in visual studio [closed] - c#

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Is it possible to run a source control on a team project in Visual Studio ?

Yes, both TFS and VSO provide the same capabilities for developers working together to build a single product.
https://www.visualstudio.com/features/version-control-vs
You would be best using Git if you are just starting out, or TFVC if you already have a large legacy codebase.
You would also be best using VSO (TFS Online) as it is much easier to setup and support.

Related

how to develop UI for desktop application using TELERIK [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
i want my interface to look more elegant though professional and i want to make it good as web/android UI's. But how do i do it? I have heard about TELERIK UI. but i have no idea about how to use it. I have downloaded it and initialised it but do not know what and how to do next. any help would be really appreciated.Thanks.
You can start here
http://www.telerik.com/winforms/winforms-guide
http://www.telerik.com/videos/wpf
If you are not super attached to Telerik you can also look at Electron for native desktop apps (as it should have slightly easier learning curve):
http://electron.atom.io/

How to set time expiry to windows application in c#? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am a novice software developer and I am building desktop applications using C#. I want to make my applications expire and generate a license file to activate the application after it expires. Meaning I want to include a time bomb to all my applications and detonate it by using the generated license file.
There are many ways to achieve this - the .NET-Way is described here in this MSDN-Article:
How to: License Components and Controls
If you are developing a windows 8 app and you want to find out a way to create a trial version of your app then I think the following article does a pretty good job of explaining how to do it.
http://msdn.microsoft.com/en-us/library/windows/apps/hh694065.aspx

How do I develop a DotNetNuke module from scratch? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm trying to develop a module for DotNetNuke 7 however 90% of the tutorials use templates which I really want to avoid. The other 10% are just simple hello world modules.
I was wondering if anyone could share a simple module project with database access and database queries that I could study or simply tell me what I need to do to go about doing this.
All of the modules on the DNN Forge are open source, if you want to peruse their source code. We also have some simple (and not simple) modules on our GitHub account (the simplest being Tell-A-Friend, Jackrabbit, and Take-Out)

How to Install Sql server based software? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Guys I have made a medical mangment system in c# using windows form application on visual studio and SQL Server.
Now i want to install it on other desktop.
How can i do this ? I want to give him a only .exe file and installing it it should work as it works now own my Laptop.
Bundling SQL express into an existing application is a complex process, not easily described in one post. I would suggest starting with http://msdn.microsoft.com/en-us/library/dd981032(v=sql.100).aspx, then make a new question for any challenges you encounter.

What are the limitations and challenges we have to face migrating from a VS lower version to higher version [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am to migrate my asp.net, c# application from a lower version to higher version VS2012 I want to know what are the limitations and challenges we have to face.
Check out MSDN for compatibility and upgrading to VS2012 http://msdn.microsoft.com/en-us/library/vstudio/hh266747.aspx they know better than most of us here would. I would say that going from 2010 to 2012 has so far been pretty easy for us, with the exception of database projects there really hasn't been much conversion.

Categories

Resources