marcos

Stories submitted by marcos

FREE Visual Studio .NET Tips and Tricks Book !!(infoq.com)

submitted by marcosmarcos(2779) 5 years, 9 months ago

Visual Studio .NET Tips and Tricks explains how to use VS.NET efficiently. Organized into short and easy-to-grasp sections, and containing tips and tricks on everything from editing and compiling to debugging and navigating within the VS.NET IDE, this book is a must-read for all .NET developers, regardless of expertise and whether they program in C#, VB.NET, or any other .NET language. This book covers the Visual Studio .NET 2002, 2003, and 2005 Beta 1 releases read more...

add a comment |category: |Views: 34

tags: another

SSW Rules to Better ...(ssw.com.au)

submitted by marcosmarcos(2779) 5 years, 10 months ago

I don't know how I don't found it before. These are A FANTASTIC SET OF RULES in a lot of areas. A Must Check for you and your team. read more...

add a comment |category: |Views: 4

tags: another

SSW Rules to Better .NET Projects(ssw.com.au)

submitted by marcosmarcos(2779) 5 years, 10 months ago

A great set of rules with isues that you must keep in mind if you want to succed with .NET. Perfect to share it with all members of your team. read more...

add a comment |category: |Views: 21

tags: another

Firefox Myths - Myths Regarding The Firefox Web Browser(mywebpages.comcast.net)

submitted by marcosmarcos(2779) 5 years, 10 months ago

I know that a lot of people don't agree with this article, the web developers much less, but I found it interesting and some things that he saids are true. I use the Maxthon Browser (based on IE) and sometimes Opera. Some new features of Firefox 2.0 are in Maxthon and Opera from a lot of time now =) read more...

5 comments |category: |Views: 3

tags: another

Linux + Subversion + Trac in a VmWare Image = Perfect Agile World(vmware.com)

submitted by marcosmarcos(2779) 5 years, 10 months ago

I love Trac as SCM because it integrates directly with the Subversion repository and full support the agile methodology. Now thanks to the guys of VmWare you can download a the Free VmWare player http://www.vmware.com/download/player/ and run your linux box inside windows for free. And of course you can move it from machine to machine in your pen drive =) the best part, isn't ? read more...

1 comment |category: |Views: 596

tags: another

SharpSSH - A Secure Shell (SSH) library for .NET(tamirgal.com)

submitted by marcosmarcos(2779) 5 years, 10 months ago

This is a pure .NET implementation of the SSH2 client protocol suite. The purpose of this project is to provide an easy API for reading/writing data to/from SSH channels and perform SFTP/SCP file transfers for .NET applications. read more...

add a comment |category: |Views: 387

tags: another

The Art of Building a Reusable Class Library (Slides)(microsoft.com)

submitted by marcosmarcos(2779) 5 years, 10 months ago

Simple Awesome !!! The slides from PDC 2005 of Brad Abrams and Krzysztof Cwalina. Excellent to learn about usability, API and framework design. <br /> Similar contents to the book: Framework Design Guidelines of both gurus. read more...

add a comment |category: |Views: 14

tags: another

Designing .NET Class Libraries - From the CLR Code Team Members(msdn.microsoft.com)

submitted by marcosmarcos(2779) 5 years, 10 months ago

Designing .NET Class Libraries: a complete guide for designing and programming libraries and controls using the techniques of the creators of .NET. The goal of the Designing .NET Class Libraries series is to encourage consistency and predictability in public APIs while enabling Web and cross-language integration Are a bit old but you need to look at this, this videos provide an big backgrounf in a lot of .NET issues that are valid for all version of .NET. Happy Coding read more...

add a comment |category: |Views: 6

tags: another

Fireball Framework - Free .NET Syntax Highlight Control and More(dotnetfireball.net)

submitted by marcosmarcos(2779) 5 years, 11 months ago

Fireball Framework is project that aim to create the best controls and libraries for developer, the project already contains some control, CodeEditorControl with Syntax Highlight, Collections,Outlook Navigation bar and etc.. Here are some compiled examples: http://prdownloads.sourceforge.net/dotnetfireball/FireEdit_Bin.zip?download Simply Excellent !! read more...

add a comment |category: |Views: 1278

tags: another

Mentas Ribbon - Controls like the ones in the MS Office 2007 UI(gotdotnet.com)

submitted by marcosmarcos(2779) 5 years, 11 months ago

Basic and easy .NET 2.0 controls to make your application feel like MS Office 2007 UI experience. You must check this out. Full source included. read more...

2 comments |category: |Views: 277

tags: another

PDFsharp - .NET Library to create PDF files(pdfsharp.com)

submitted by marcosmarcos(2779) 5 years, 11 months ago

PDFsharp is a .NET library for creating and modifying Adobe PDF documents programmatically from any .NET language like C# or VB.NET. PDFsharp defines classes for the objects found in PDF files, so you never have to deal with IDs or references directly. Really easy to use !!! read more...

add a comment |category: |Views: 493

tags: another

FileHelpers - Strong type your flat files with two lines of code(filehelpers.sourceforge.net)

submitted by marcosmarcos(2779) 5 years, 11 months ago

The FileHelpers are an automatic file Import/Export framework for .NET that allows you to import data into your code as a typed data structure and then export it back. Basically it can be used to read/write data from files with fixed length or delimited records. Also it has support for importing/exporting data from different data storages (Excel, Acces, SQL Server). Is perfect for parsing CSV files. read more...

2 comments |category: |Views: 30

tags: another