I want to operate on CONTROL-M jobs via c#.net.
I couldn't find anything related in the documents.
I understood its possible to use rest api but more dev-ops related.
I saw some commands of ctm, is it related?(CTM language code?)
Any feedback?
thanks,
YD
Related
i have a powerfull server , now i installed Microsoft SQLServer on My Server , however , i want to receive data from my SQLServer like online program,
What is next my step? Would i change the ConnectingString and this will be ok?
or it need more something ?
if it is, tell me Youtube links or some answers with description .
someone tell me the best way is making "API" , would someone tell me whats the best start step ?
You Know ? this program is working on local database , i want to make that online and i need some description to start.
if there is any way with API and ConnectingString or something , just tell the key word with some description , or links , videos...
my program developed by C# .
i can also use MYsql . but my best choice is MSserver for now.
thaks for help .
I suggest you googling "Basic C# asp.net tutorial" and "publishing asp.net website" there are tons of tutorials online. There are several minor important considerations and knowledge that you could get by studying those google results.
Basically you don't even need an API, if your program is very small, working locally and you want to make it online, just get a hosting server that allows the .Net Framework that you are using, upload your files. Then change the conectionstring to point to the Public IP/credentials of your sql server (you may have to work with firewall or routes in your server to allow external access)
...I'm not sure if your local software is in windows application/console. If this is the case you would need to rewrite the UI to ASP.NET (so it can be acessed like a page). If you don't want the asp.net behavior, you can use your windows app connecting direcly to your server.
There are several ways of doing this, but i really sugest some basic courses/online training in C# and ASP.NET (Udemy, Pluralsight, etc...)
Your question is too broad, and with imprecise scope. Well, anyway, below is a link to an asp.net tutorial (you will find TONs googling 'C# course/tutorial')
https://www.tutorialspoint.com/asp.net/
Good luck
I have inherited an older C# console application that makes the call to https://www.box.com/api/1.0/rest?action=get_managed_users and receives back XML data containing data for all of the users. I'm guessing this is related to the "Get All Users in an Enterprise" referenced in the API documentation (https://developers.box.com/docs/#users-get-all-the-users-in-an-enterprise), but not totally sure.
My question...using the newer "box-windows-sdk-v2-master" SDK, is there a way to perform this same action and return a list of users in the system? I'm not seeing anything in the code for it.
Thanks for any help you can provide.
Kevin
I need to find a way to read all contacts and chat messages from Skype without API.
By Microsoft they will not support the Skype API any more. This is why I need it.
In the C:\Documents and Settings**username**\Application Data\Skype there are some files but need to parse them and not sure how if it is the right approach.
Of course the chat messages are always synchronized from the cloud. I need at least the messages saved on the disk.
According to Ilya Ivaonv Skype saves all the data in the SQLLite main.db file situated in %AppData%\Skype folder.
I recommend two ways to do this:
A. Easiest way is to use Skyperious. Available for Windows, Linux and Mac. You can do all this
This is the search function:
And here is sample output from an export:
B. The harder, but naturally more flexible way, is to install a SQLite Browser, such as this one, and export the messages yourself. You can see some information on how to do that by looking at this article, or you could also search for other similar articles (AlexS' answer also provides clues). You will need some experience with SQL to use this option.
Anybody know of an existing open-source booking systems in Sports Clubs or Leisure Facilities based on .NET?
I searched Google, but nothing relevant came up!
Here you go, in VB, no less:
Box Office.
HTH.
Somewhat open source.... Simpletix.com gives you complete control over the CSS. It's built on C# and Asp.net.
There's a million EventBrite type sites. But this is the only one that is download-able. The fact that you download it gives you access to the asp.net files.
I am trying to get the OpenNetCF.Net FTP Components working with my PDA application. I am struggling to get it doing any more than connecting to the server and wondered if anyone knew of any sample code I could use to learn how to use it with?
I need to be able to download and upload files, as well as determining the download size of any files that I wish to download.
Thanks in advance.
I don't like the classes in the OpenNETCF.Net.FTP namespace (the ones in the Smart Device Framework). They're based on streams just like the full framework version (which is why we did them that way) but I find usage to be confusing (though any desktop FTP sample should work as a basis). I wrote a complete FTP set of classes from the RFC but with an object model that I find far more intuitive that is in the OpenNETCF Community Forums. Comes with full source.
This looks like the answer:
http://community.opennetcf.com/competition/folders/opennetcfnetftp/entry64583.aspx