.NET

ASP.NET, C#, etc..

Using git with gitignore and Dropbox for your C# projects!

Hello everybody! After a long time without any single post, I’m back here to give you an awesome tip. How to use git for your C# projects, and the best part, with Dropbox, so you can access your files wherever you are. (Ok, that’s a little too much).

Git is a tool to control revision and you can find everything in here, the official website.

gitlogonet1dropbox

For my C# environment I use Windows 7 and Visual Studio 2010, if you have the same, I totally recommend that you install a gitBash, it can be easily downloaded and installed from here.

(more…)

How to place your C# application in the System Tray

Hello people! It’s been an era since my last post, I’ve been busy and.. must confess, a little bit lazy to post here. But (again) I will try to keep this blog alive, since I’m dealing with different kind of problems every single day, I have a lot to contribute.

systray

It was no different today, I had to deal with a simple thing, how to place my application in the System Tray, simple, huh? But I had never done it before, so I’m going to do it in 4 quick steps. There’s no mistake.

(more…)

Easy way to plot graphs with C# and Visual Studio 2010

Ola, amigos! Here I am again to another tutorial. This time I’m going to give you a brief tutorial teaching you how to plot graphs using a component called Chart, its recommended for you to take a look at its documentation before.

first

Well, for almost for years developing in C#, last month was the first time I ended up drawing graphs in an application I’m developing. After a couple of hours looking at the internet, I found an easy way to do it. You only need to add the coordinates, x and y, or only one of those and that’s it. It’s done!

(more…)