gmiller

Stories submitted by gmiller

Simple speach example in C# - Principia Programatica(principiaprogramatica.com)

submitted by gmillergmiller(95) 4 years ago

A simple example of how to use text to speech in C#. read more...

add a comment |category: |Views: 13

tags: another

Get the Unix Epoch Time in one line of C#(principiaprogramatica.com)

submitted by gmillergmiller(95) 5 years, 4 months ago

One line of code to get the number of seconds since Jan 1 1970. read more...

add a comment |category: |Views: 21

tags: another

Query and join tables across db server instances(principiaprogramatica.com)

submitted by gmillergmiller(95) 5 years, 4 months ago

Sometimes you need to query across servers, even servers of different type such as doing a table join from MySQL to Oracle. I’m going to show you two ways you could do this if you have access to an SQL Server. There are ways to do this with other servers, and there are more than two ways to do this in SQL Server, but I’m only covering two methods both using SQL Server here. read more...

add a comment |category: |Views: 265

tags: another