C#
C#
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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