Here are the notes for today’s release: Continued deployment of further infrastructure changes in preparation for a set of scale improvements to our Mercurial services. Deployed several bug fixes: Fixed an issue that prevented users from sharing or bookmarking links to source files easily in Internet Explorer due to the URLs being displayed improperly. Fixed […]
This article describes how to get a response from social websites using OAuth code. The demo project reads from 4 major social sites (Google, Facebook, Twitter and LinkedIn).
The Mono is an open source free programming language project. It has the implementation of Microsoft’s .NET framework based on the ECMA standards for C# language and Common Language Runtime (CLR). In this article, I will explore how does Mono C# compiler works.
This article describes how to get a response from social websites using OAuth code. The demo project reads from 4 major social sites (Google, Facebook, Twitter and LinkedIn).
The Mono is an open source free programming language project. It has the implementation of Microsoft’s .NET framework based on the ECMA standards for C# language and Common Language Runtime (CLR). In this article, I will explore how does Mono C# compiler works.
When you design your software, you always should think in object oriented way. To improve this thinking process with accuracy you always should observe how objects are created and managed in the real world. Along with this if you have knowledge about design principles, you will start doing better.
Sometimes you have to save the content of a ListView to the user's filesystem. That's very easy to manage with the XmlText-Writer and Reader from the .Net Framework 2.0.
If the order of your columns is different in the LINQ to SQL class from that in the database, then you also need to add a column mapping to the bulk copier. Otherwise you get mysterious errors in some of the loaded columns!In my simple fix, I assume that the names match even if the order may...