• 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

How to create single dimension arrays in c#?

September 4, 2013 by Rick Hernandez Leave a Comment

using System; namespace PracticeArrays { class PlayingWithArrays { public static void Main(string[] args) { //[1][2][3][5] int[] myCoolNumbers ={0,1,2,3,5,8};//memory //[0][1][2][3][5][8] … [Read more...] about How to create single dimension arrays in c#?

Filed Under: Programming, Software Engineering

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

How to echo MySQL statement in Zend Framework?

August 27, 2013 by Rick Hernandez Leave a Comment

echo $select->__toString(); $this->_helper->viewRenderer->setNoRender(true); … [Read more...] about How to echo MySQL statement in Zend Framework?

Filed Under: PHP, Programming, Zend Framework

Algorithms & Data Structures

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 algorithms and data structures i decided to create videos as i learn new information about the analysis of algorithms and data structs. All this sounds good … [Read more...] about Algorithms & Data Structures

Filed Under: Algorithms, 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

Software Engineering

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 Software Engineering 1 I decided to create videos as i learn new information about software engineering. All this sounds good but what is it in it for me? … [Read more...] about Software Engineering

Filed Under: Programming, Software Engineering

What’s a strategy pattern?

August 17, 2013 by Rick Hernandez Leave a Comment

Defines a family of algorithms, encapsulates each one and makes them interchange. strategy lets the algorithm vary independently from clients that use it. … [Read more...] about What’s a strategy pattern?

Filed Under: Design Patterns, Programming

Wrapper class that prints integral types (byte, short, int and long) in columns.

August 17, 2013 by Rick Hernandez Leave a Comment

package Wrapper; public class wrapper { public static void main(String []args) { System.out.printf("%10s: %,-30d %,-30d%n ", "Byte ", Byte.MIN_VALUE, Byte.MAX_VALUE); System.out.printf("%10s: %,-30d %,-30d%n ", "Short ", … [Read more...] about Wrapper class that prints integral types (byte, short, int and long) in columns.

Filed Under: Java, 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#

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 30
  • Go to page 31
  • Go to page 32
  • Go to page 33
  • Go to page 34
  • Interim pages omitted …
  • Go to page 43
  • Go to Next Page »

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