Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I want to download all the library documentation about ,msvc++ from MSDN. I don't have access to internet for more than 12 hours in a day . It's creating a lot of problem for me. Can anybody give me idea to locally store entire documentation. Thanks in advance.
EDIT : I got it for visual studio 2008. If anybody gets for 2010, kindly provide me a link.
What is the problem ? download MSDN using download manager (it can stop the download and resume it later. and set the help to go for local copy of the documentation.
it works.
what visual studio do you use ?
MSDN 2008
For 2010 it looks like they did not published an iso download but I've found this post:
Downloading MSDN 2010 :
While no downloadable ISO is available, you can use the Help Manager in VS 2010 to download Help onto your local machine.
To get this, click Manage Help Settings on the Help menu.
If you click Install content from disk, a local version of MSDN library is downloaded onto your machine. Click Choose online or local help and then I want to use local help if you want to use the downloaded content versus online Help content. Of course, the Help downloaded from the disk is only a snapshot taken at RTM, so it lacks topic updates. To get updates (if they're available), click Check for updates online.
HTH,
- Kemp Brown [MSFT]
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am trying to complete the tutorial here.
It lists a zip file called SQL2012.Integration_Services.Create_Simple_ETL_Tutorial.Sample.zip that at the very least has the flat file needed to complete the tutorial. All of the links either point to zip files that don't apply or lead to a page that tells you to click a "download tab" that isn't there. The "download archive" downloads a zip file but the required file isn't there either.
Has anyone managed to find the zip file? If so, would you please post the link in your answer or tell me which MS tutorial I should run instead? I have SQL Server 2017 Express.
The actual page with the download link is here - it's step 2, not the one you linked to
https://learn.microsoft.com/en-us/sql/integration-services/lesson-1-2-adding-and-configuring-a-flat-file-connection-manager?view=sql-server-2017
It refers to this page
http://go.microsoft.com/fwlink/?LinkId=275027
Which has a button at the top right with this download link
https://codeplexarchive.blob.core.windows.net/archive/projects/MSFTISProdSamples/MSFTISProdSamples.zip
Which downloads a ZIP file called MSFTISProdSamples.zip
In that ZIP file is another ZIP file called sourceCode.zip
Inside this ZIP file in Kilimanjaro_RTM\Tutorial\Creating a Simple ETL Package\Sample Data, I'm guessing you will find your files.
Yes that page is incorrect, out of date and full of blind links.
It's also referring a lot to very old versions of SQL Sever
I managed to work this out though
This is question is definitely not suitable for stack overflow but I want to illustrate that it's important to have strong problem solving skills. This is almost as important as just having the base technical skills for the product you are learning
From the comments, #halfer also found this link which is a lot simpler to use
https://www.microsoft.com/en-us/download/details.aspx?id=56827
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I'm looking for a control I could integrate to my angular web application to let my users edit some F# code.
For now they just modify it through a regular text area. The F# code is then saved in a database field and is compiled and executed by another external process.
But I'm looking for something providing keywords formatting and maybe intellisense.
There is no need to run the F# code, just a nice editor.
Thanks
Dan
As far as I know, there are two open source projects you can use:
FSharpWebIntellisense provides an integration for the Ace editor and for CodeMirror. It is an older project that has been the core for the F# support for IPython Notebook and I also used it in a couple of project including fun3d.net. For Fun3D, I modified it a bit (made it simpler with Suave backend), so you might want to use this version instead. I tried turning this into a stand-alone repo which can be referenced via Paket as shown in a demo.
Ionide Web is a new work-in-progress project that brings Ionide (F# support for VS Code) to the web. This is based on the Monaco editor (by Microsoft) which is powering VS Code. I expect there will be more activity here in the near future.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I've almost completed a Windows Application (Windows Forms) project for a client, but one of his requests is to have the typical "?" menu item that opens an help file with a User Guide help.
I know how to build documentation based on Documentation Xml (and I did that already), but this is something different: it must be a User Guide, something that the end-user will understand (he doesn't care to know anything about the code behind the application), with screenshots, HOPW-TOs, FAQ, etc.
User must be able to always open it (so, a web site or anything that requires an internet connection is not an option).
I was thinking to use an actual help file (msha + mshc files?), but since I only know how to build it from Documentation Xml, I have no idea of how I can create it and how I can make it shows from the Windows Application.
Any hint?
You could create a windows help file with this: http://download.microsoft.com/download/office97dev/helpws97/4.03/win98/en-us/hcwsetup.exe
This is a help file creator application.
Creating a .chm/help file that can integrate itself in your application from XML mark-up embedded in code (or otherwise) is never going to be a straight forward matter of conversion. I would suggest looking into the following tools (although they are not free, there may be alternative free tools available):
Doc-to-Help We use this and it can convert a Word document directly into a .chm help file.
Help+Manual
HelpSmith
In addition take a look at this question
What tools are available to create a help file in Visual Studio 2010?
It has some very useful answers and may provide exactly what you are looking for.
I hope this helps.
I haven't used it yet, but HelpPane might be what you're looking for. It's the replacement for CHM as of Windows Vista.
One thought would be to build a self-hosted ASP.NET site, so that you can use Master Pages for your consistent look-and-feel, and then point a HelpPane instance to that site.
With a little bit of digging I'm sure you'll be able to find a suitable library for self-hosting an ASP.NET site.
EDIT1: Also see this SO topic.
EDIT2: It seems that HelpPane.exe will only display Windows help topics. Perhaps this will be better suited for your needs. HTH
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Does anyone know where I can find a thorough VS 2010 Database Project sample. I have scoured the Internet and am still unable to find any sample VS database projects.
Maybe this little walkthrough (MSDN) is what you are looking for:
Walkthrough: Put an Existing Database Schema Under Version Control.
These walkthrough is based on the sample database AdventureWorks2008. How to install and configure the sample database is described by another walkthrough. Because of the hyperlink limitation I can't post the link but you will find it by google: "Walkthrough: Installing the AdventureWorks Database".
If you are looking for further information I recommend you the following document from the Microsoft ALM Rangers: Visual Studio 2010 Database Projects Guidance Document.
Look through the code samples available on MSDN. Not entirely sure what kind of database projects you're looking for, but there is a category for Entity Framework.
EDIT: Also, you might want to check out this sample chapter that introduces to the basics of database projects, and this MSDN code sample set.
in www.codeplex.com there are a lot of examples, on of them is "Expens"
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there a free code formatter available for TSQL - SQL Server 2005/2008. I found few most of which asks to copy paste code online in an applet. I am looking for a desktop version. Tried toad for sql server but formatting is not supported in freeware.
If anyone has any work-around please share it.
I've been working on a formatter for the past few months, I just release the official version v1.0, with no (major) known issues.
It's available for immediate online use at http://poorsql.com, and the project with SSMS Add-In, command-line formatter ready-to-download is available at http://www.architectshack.com/PoorMansTSqlFormatter.ashx.
I know it's been a long while since this question was posted, but I'd love any sort of feedback.
(Edit: updated status)
Check out the SSMS Tools Pack (free addon for SSMS).
One of the features is formatting (http://www.ssmstoolspack.com/Features?f=3), though I don't know what level you want your SQL formatted - maybe you could clarify?
SQLISE has a formating function, you can set a number of formatting options. It is free. It is a codeplex project based on PowerShell.
Drawback it removes all comments
link text
This online tool does excellent sql formatting.
http://sqlserverlearner.com/online-tools/tsql-code-formatter
I use it to format tsql code