• Skip to main content
  • Skip to primary sidebar

Founder at work

Master the skills to create and launch your next SaaS company

  • About Me
  • Reviews
  • Resources
  • Community
  • Contact
  • Lessons
  • Series
  • Search
  • Login

C#

The Self-Taught Game Programmer

June 20, 2017 by Rick Hernandez Leave a Comment

Learning anything new is always a challenge. Especially if you are starting from ground zero, I recently had a client of mine ask for a Unity Interactive that pulls in 100,000+ data points to do a data visualization. I'm by far no expert in unity3d but this did … [Read more...] about The Self-Taught Game Programmer

Filed Under: C#, Programming

How to enable vi mode in MonoDevelop

May 25, 2017 by Rick Hernandez Leave a Comment

For OSX: MonoDevelop → Preferences → Text Editor → Behavior → Navigation (use vi modes) For Windows: Edit → Preferences → Text Editor → Behavior → Navigation (use vi modes) … [Read more...] about How to enable vi mode in MonoDevelop

Filed Under: C#, Programming

How to setup monoDevelop for ASP.NET applications in Linux / Ubuntu?

November 16, 2013 by Rick Hernandez 6 Comments

sudo apt-add-repository ppa:directhex/ppa sudo apt-get update sudo apt-get install monodevelop sudo apt-get install mono-xsp What just happened? Simply, added an external package, updated those packages, then installed mono develop then finally last part install … [Read more...] about How to setup monoDevelop for ASP.NET applications in Linux / Ubuntu?

Filed Under: C#, Programming

How to get the source code for any website using C# Video

October 18, 2013 by Rick Hernandez Leave a Comment

… [Read more...] about How to get the source code for any website using C# Video

Filed Under: C#, Linux, Programming, Youtube

How to get the source code for any website using C#

October 18, 2013 by Rick Hernandez Leave a Comment

Here is a small console application that will read any URL, and return back the source code for that page, in this example, we are fetching the source code from coding horror. Let's get started with some shell commands Let's go ahead and save this class but let's … [Read more...] about How to get the source code for any website using C#

Filed Under: C#, Linux, Programming

How to run/compile C# application in Ubuntu/Linux?

September 4, 2013 by Rick Hernandez Leave a Comment

… [Read more...] about How to run/compile C# application in Ubuntu/Linux?

Filed Under: C#, Programming, Youtube

How to run C# application in ubuntu?

September 4, 2013 by Rick Hernandez 5 Comments

Let's get started, pull up a terminal and fire up sublime install mono-gmcs to compile our C# programs Now we are ready to write some code! let's get started by creating our first class and call it printHello.cs Let's go ahead and save this class but let's … [Read more...] about How to run C# application in ubuntu?

Filed Under: C#, Programming

C# Programming

August 21, 2013 by Rick Hernandez Leave a Comment

Why the Videos? I'm a college student studying the art of computer science, since this semester I'm taking advance C# programming, I decided to create videos as i learn new information about C# and the .net framework. All this sounds good but what is it in it for … [Read more...] about C# Programming

Filed Under: C#, Programming

A new type of String in C# verbatim Strings!

August 8, 2013 by Rick Hernandez 1 Comment

using System; using System.Collections.Generic; using System.Linq; namespace firstProject { class Program { static void Main(string[] args) { //verbatim string string foo = @"This is an as is a verbatim string with … [Read more...] about A new type of String in C# verbatim Strings!

Filed Under: C#

Primary Sidebar

Learn How To Take Your Idea And Convert It Into An App From Scratch Even If You Have Never Written A Single Line Of Code.

  • How to Find Your Next Great App Idea
  • The Secret To Getting PAID To Build Your Own App
  • How To Create Your App (SaaS, Mobile, VR, AR, Game)
  • How To Monetize Your Apps
Learn More
4.82 Ratings

Copyright © 2025 · JSecademy Blog Theme on Genesis Framework · WordPress · Log in