Browse by Tags

All Tags » .Net (RSS)

C# Coding Standards and my Motivation for Learning C#/.Net by lamia

I could not find a "Standard" coding standards for C#. Instead, I found this download link that cites some of the best practices for coding with C#. I'm a fan of readable code and I'm always happy whenever I find myself proven wrong...
Filed under:

Darn .hxs file... by lamia

As I was following a tutorial in C# I was instructed to look for the System.Utils. eerrrrr System.Collections.ArrayList class through the .Net SDK Documentation. To my surprise, there was no CHM file but instead .hxs files. WTH!!!? I tried to open in...
Filed under:

Accessing a .Net webservice from a Java client by lamia

Hmmm... Where is the code selector Keith? Anyway, I'm here to show how a .Net webservice and a Java client(in this case, a method in my JSF project) can inter-operate. Ok, I'm no C# coder. So the code I will be posting here will be a code made...

More on Mono by lamia

I'm really a fan of mono project. Too bad I don't have my Linux box here yet to try it out (on Linux of course). Perhaps when I get the time, I will get to try this very cool thing. I also stumbled two great articles, I haven't finished reading it but...
Filed under: