Posts
Post has attachment
Public
C# for Beginners [Part 2]
In the previous tutorial we covered some basic structure of a C# program and what it looks like. I would like to build upon that knowledge and cover some of the basic syntax of C#, some of this may be slightly repetitive from the previous tutorial but it…
In the previous tutorial we covered some basic structure of a C# program and what it looks like. I would like to build upon that knowledge and cover some of the basic syntax of C#, some of this may be slightly repetitive from the previous tutorial but it…
Add a comment...
Post has attachment
Public
C# for Beginners [Part 1]
Ok so yesterday I received a request to do a C# tutorial covering the basics of the C# language. This will be a short multi-part tutorial on the basics of C#. In Part 1 we’re going to cover some basic structure and syntax. I do not intend to get too…
Ok so yesterday I received a request to do a C# tutorial covering the basics of the C# language. This will be a short multi-part tutorial on the basics of C#. In Part 1 we’re going to cover some basic structure and syntax. I do not intend to get too…
Add a comment...
Post has attachment
Public
Hackers gain access to US power grid
In a time of hacker attacks on critical infrastructure, even a run-of-the-mill malware infection on an electric utility’s network is enough to raise alarm bells. But the latest collection of power grid penetrations went far deeper: Security firm Symantec…
In a time of hacker attacks on critical infrastructure, even a run-of-the-mill malware infection on an electric utility’s network is enough to raise alarm bells. But the latest collection of power grid penetrations went far deeper: Security firm Symantec…
Add a comment...
Post has attachment
Public
SQLite in C#? Tutorial [Part 2]
Building off the previous tutorial SQLite in C# [Part 1] we are going to get a little more in detail with SQLite and populate our database with some information that we can pull back out later. Lets start off with inserting information into our database.…
Building off the previous tutorial SQLite in C# [Part 1] we are going to get a little more in detail with SQLite and populate our database with some information that we can pull back out later. Lets start off with inserting information into our database.…
Add a comment...
Post has attachment
Public
SQLite in C#? Tutorial [Part 1]
I can’t tell you how many times I am working on an application that I want to store data in an organized fashion but I don’t want the dependency of an external server. Maybe I want to be able to use the application offline? Or maybe the device I am…
I can’t tell you how many times I am working on an application that I want to store data in an organized fashion but I don’t want the dependency of an external server. Maybe I want to be able to use the application offline? Or maybe the device I am…
Add a comment...
Post has attachment
Wait while more posts are being loaded