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
I have published web-site.
Can I get Project web-site from published web-site (ASP.NET Web Forms)?
Can I get Project web-site from published web-site
Yes you can but you shouldn't unless you are the owner of the code.
But you will have to decompile each of the dll then create proper classes and a project and add them to your project.
Related
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 days ago.
Improve this question
I'm making an application with c#, but I'm not very knowledgeable, it needs to download something via the button
I'm making a folder download program with c#, thanks to the program, I can download folders.
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 days ago.
Improve this question
My friend has a website project, which hosts on ASP.net. He gives me password and user name but I don't know how to log in. This project already has a domain and available on broswer.
I went to some hostings for ASP.net but they are not the ones that my friend uses. He just give me the pass and user name and said that windows hosting is asp.net, and leave me alone with that. What should I do now with this project?
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 2 years ago.
Improve this question
What all tasks should I use to create a build pipeline for .NET Framework solution? I want to add specific settings for each task.
You can find many yaml templates here: azure-pipelines-yaml/templates/, .NET Desktop
For the classic pipelines just use predefined templates:
Create a new pipeline:
Select a source
Select a template
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 4 years ago.
Improve this question
i'm working with a web aplication in which i'm using the Dropbox API, but i'm struggling trying to find out how to get deleted folders or files from the Recycle bin.
Can anyone help me out?
i'm using this line to get Folder/Files from root.
var list = await dbx.Files.ListFolderAsync(string.Empty);
Could inserting the Recycle bin url work?
In the Dropbox API v2 .NET SDK, you can set includeDeleted=true when calling ListFolderAsync to request deleted files as well.
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.