Posts Tagged ‘code snippets’
How do I learn to piece together code snippets or source code from different open source apps?
This sounds easy, but it’s probably harder than it sounds. I wouldn’t know how to combine web code into a script. I hope there is some software that can automatically do this or at least help me do this! I can of course hire a freelancer to do this, but I’d like to learn and at least do as much as I can.
How do i connect a windows C# application to a remote Mysql database?
I’m currently connected to a local Microsoft SQL server. I’m new to windows programming and i need the code snippets to connect my windows C# application to a remote Mysql database. I have a website which is connected to my web host’s Mysql database. I want to be able to connect my windows C# app. to that same data base. Need your expert advice. By the way, I’m using visual studio.