I got myself some .NET hosting today, simply because I want to do a few projects and I prefer C# and .NET. So I registered a domain, www.fremus.net and I will be getting stuck into a few ideas I have. .NET Hosting in my home country, South Africa, really sucks, there is no other word [...]
Windows Communication Foundation versus older web services (.asmx) is a question that really bugged me today. Why? Because I was merrily developing an application using a SOAP Client and asmx files, and I stopped mid-flight, thinking to myself am I doing the right thing? Should I be adjusting my approach? So I set about Googling [...]
Continue reading about Making decisions, and carefully considering them
Ok so I have written my first CLR project, but there are a few things I didnt do right and which I know requires a bit more knowledge and effort. Firstly, the context-connection seems to be only applicable to the SqlPipe class. I tried using an SqlConnection that used a regular connection string, but I [...]