Welcome to Geekdojo Sign in | Join | Help

Jose Luis Manners

.NET and other related technologies

C# (RSS)

C#
Network Programming with .NET 2.0 - Part II
The long-waited second part of my article on network progamming has just been published.  Check it out: Network Programming with .NET 2.0 - Part II (Spanish)   Read More

posted Tuesday, May 01, 2007 3:31 PM by jmanners | 0 Comments
Filed Under: ,

VSS-enabled source code header
Yes, I know we all have our feelings for VSS, but I've been using this little trick (for the lack of a better word) for several years now, and I thought it's about time for me to post it here in case is beneficial to anybody else.  At the very Read More

posted Friday, November 10, 2006 11:14 PM by jmanners | 0 Comments
Filed Under:

Code for Jacksonville talk
Thank you everyone for coming to my talk this past weekend at the Jacksonville Code Camp held in beautiful (and always under construction) Jacksonville, Florida.  For those of you who asked, you can get the code I used during my demos from the Read More

posted Sunday, August 27, 2006 11:16 PM by jmanners | 0 Comments
Filed Under: ,

C# Frequently Asked Questions
Continuing with the posts on good online resources, you should check this one out once in a while or better yet, subscribe to the RSS Feed: C# Frequently Asked Questions Read More

posted Thursday, March 30, 2006 4:47 PM by jmanners | 0 Comments
Filed Under: ,

How to enumerate the forms in a project
Someone posted a message in one of the many newsgroups I frequently visit.  He needed to find out at runtime how many Windows forms exist in a project.  Here's the message and my solution to his problem in case anybody else finds Read More

posted Monday, March 13, 2006 2:40 PM by jmanners | 0 Comments
Filed Under: ,

I'm a MCAD.NET
Today I passed exam 70-320 Developing XML Web Services and Server Components with Microsoft Visual C# .NET and the Microsoft .NET Framework , which was the last exam I needed to pass in order to complete my MCAD.NET certification.  Read More

posted Saturday, February 18, 2006 12:02 PM by jmanners | 8 Comments
Filed Under: ,

Populating a ListBox with month names
Somebody posted a message in the C# newsgroup asking for a way to populate a ListBox with the name of the months in Spanish.  He basically had created an enum and wanted to fill up the ListBox from that enum.  The enum looks like this: Read More

posted Thursday, February 02, 2006 4:57 PM by jmanners | 1 Comments
Filed Under:

so you wanna program in C#?
Haga click aquí si desea leer este mensaje en español If you want to develop (or continue "sharpening") your C# programming skills.  I'd recommend you frequently check the Centro de Desarrollo Microsoft Visual C# (for Spanish Read More

posted Friday, January 13, 2006 3:25 PM by jmanners | 0 Comments
Filed Under:

How to disable the [X] button in a Windows form
Haga click aquí si desea leer este mensaje en español Recently I had a need to create a Form with a disabled close button.  Believe or not, this simple task cannot done be achieved by simply configuring Read More

posted Tuesday, January 03, 2006 3:54 PM by jmanners | 5 Comments
Filed Under:

How to use log4net
Haga click aquí si desea leer este mensaje en español Like with the Datagrid Jerárquico (Hierarchical Datagrid) sample application, for long time I've been receiving emails from people asking me to send them an example on how to Read More

posted Wednesday, October 26, 2005 8:31 PM by jmanners | 0 Comments
Filed Under:
Attachment(s): Log4NetSampleApp.zip

<example>, <code> and NDoc
Haga click aquí si desea leer este mensaje en español Quite frequently I see posts like this in the Microsoft Newsgroups: "I am documenting my code with the XML tags included in .NET for this, but my comments inside these tags do not show" Read More

posted Monday, September 26, 2005 3:01 PM by jmanners | 0 Comments
Filed Under:

New Recommendations for Using Strings in .NET 2.0
Haga click aquí si desea leer este mensaje en español Dave Fetterman of the Microsoft's .NET Base Class Library (BCL) Team just published this paper on using some of the new culture-agnostic methods of the String class in favor of using CultureInfo.InvariantCulture Read More

posted Thursday, June 02, 2005 12:59 PM by jmanners | 4 Comments
Filed Under:

C# 2.0 at FladotNet
Haga click aquí si desea leer este mensaje en español Last week we had David McNamee from developerLabs, Inc. talking about some of the new features that will ship with C# 2.0. Although this is a well known subject among .NET ranks, what Read More

posted Monday, January 31, 2005 12:05 PM by jmanners | 0 Comments
Filed Under:

Hierarchical Datagrid
Haga click aquí si desea leer este mensaje en español I've received a few emails from people inquiring about the sample code that demostrates how to create a hierarchical datagrid. You can download the code from the "Attachments" link below. Let me Read More

posted Tuesday, January 04, 2005 4:56 PM by jmanners | 0 Comments
Filed Under:
Attachment(s): DatagridJerarquico.zip

Llamando funciones del Win32 API que usan LPTSTR
Cuando en C# necesitas llamar funciones de Win32 API que reciben cadenas de caracteres, debes ponerle cuidado al tipo de acceso que la función receptora le da al argumento como también al tipo de dato de .NET que le vas a enviar a dicha función. Read More

posted Monday, November 29, 2004 4:20 PM by jmanners | 1 Comments
Filed Under:

More Posts Next page »
Powered by Community Server, by Telligent Systems