“Microsoft drops C#”
Posted in General on Mar 30th, 2005
I was browsing the Internet and found this entry in Hannes Preishuber’s blog.
It’s pretty old news but it’s fun to read what do you think about it?
Check it out here
.NET Developer
Posted in General on Mar 30th, 2005
I was browsing the Internet and found this entry in Hannes Preishuber’s blog.
It’s pretty old news but it’s fun to read what do you think about it?
Check it out here
Posted in Web Development on Mar 28th, 2005
Introduction
(…)
Internet Explorer contains many little-known and hidden features that, given the right circumstances, you can use to your advantage when developing Web sites. Because many of these features are specific to Internet Explorer, and are not available on any other browser, you should probably only consider using them when you are developing in an environment […]
Posted in .NET on Mar 28th, 2005
Have you ever wondered if there is a performance difference between Convert.ToString() or Int32.ToString()? Yeah, me too.
Here is the answer.
Posted in Web Services on Mar 25th, 2005
When I created my first public Web service, results were returned as a DataSet.
It was OK for me, because I was receiving information with a client written in .NET. But since then I felt that something was wrong. Yes, I had to change returned results type from DataSet to array of objects. So I did […]