Erwin's Blog
Developing with .NET
-
Get a culture specific list of month names
A while ago I found a clever way to retrieve a dynamic culture specific list of month names in C# with LINQ.
-
DevDays ‘10 The Netherlands day #2
Day 2 of DevDays 2010 and again 5 interesting sessions at the World Forum in The Hague.
-
DevDays ‘10 The Netherlands day #1
First day of DevDays 2010, I was looking forward to DevDays to see all the new things like VS2010, .NET4.0, MVC2. The lineup for this year is again better than the year before, there are 100+ session of all kind of topics like Cloud, Database, Mobile, SharePoint, User experience, Visual Studio, Web.
-
DataBinder Eval and Indexed properties
As you probably know you can “Eval” an array property like below:
-
How to get detailed connection logging info in .NET
Sometimes when you connect to an external host and you get for example the error “The request was aborted: Could not create SSL/TLS secure channel”, you want to have more detailed info about what causes the error.
-
Creating a delimiter separated list from list of strings
When you have a list of strings like IList<string> of IEnumerable<string> and you want to convert it to for example a comma separated list you can easily do that with the String.Join method.
-
DevDays ‘09 The Netherlands day #2
The second day of DevDays and 5 more interesting sessions to follow.
-
DevDays ‘09 The Netherlands day #1
The first sessions of today was the key note session with David Chappel, the talk was about Microsoft's cloud computing platform Azure. He told us what this new technology means and what it can do, like how do we use it in practice. The technologies that came by are Windows Azure, .NET Services and SQL services. He also mentioned some alternatives like Amazone EC2, Google Appengine and Salesforce Platform.
-
Convert string to byte array and byte array to string
How do we convert a string to a byte array (byte[]) and the other way around. The most simple way to do this is with the Encoding class:
-
Umbraco Demo
Last week I have seen a Demo about Umbraco, the demo was given by Richard Soeteman from Soetemansoftware an experienced Umbraco developer.