Sri Lanka’s largest and ever growing undergraduate student technical community, “Microsoft Student Champs” has broaden it’s horizons over the last few months. Since been commenced in 2005, it has been an active community. But from the number of community members, it didn’t had large quantities in the beginning. No worries! we do only count on quality more than the quantity. ...
This is the second article to discuss about how to use Subversion version controlling system in Visual Studio. First part of this article discussed about how to install and configure subversion to work with Visual Studio. Also we discussed how to add a solution to the subversion repository. Now, the next step is to learn how to use this version ...
Sri Lanka’s largest and ever growing undergraduate student technical community, “Microsoft Student Champs” has broaden it’s horizons over the last few months. Since been commenced in 2005, it has been an active community. But from the number of community members, it didn’t had large quantities in the beginning. No worries! we do only count on quality more than the quantity. ...
This is the second article to discuss about how to use Subversion version controlling system in Visual Studio. First part of this article discussed about how to install and configure subversion to work with Visual Studio. Also we discussed how to add a solution to the subversion repository. Now, the next step is to learn how to use this version ...
You already know this November is the Microsoft Student Champs Networking Month. So lot’s of things happening behind. New faces, new universities, loads of events at unis… We have done our last monthly meeting at Open University and reached IIT for an introductory session and several other activities are happening in other universities right now. Of course! this was a ...
You already know this November is the Microsoft Student Champs Networking Month. So lot’s of things happening behind. New faces, new universities, loads of events at unis… We have done our last monthly meeting at Open University and reached IIT for an introductory session and several other activities are happening in other universities right now. Of course! this was a ...
Hey folks! I thought of putting a quick post about changing the Windows 7 login interface. This is not one of the type of posts which I was thinking to put in the blog, but this feature looks really cool to me as it relived me from looking at the same screen every time when I start my computer. Getting ...
Installing Windows 7 from a DVD is the most common way and anyone won’t need any advices on that. Absolutely it is a very straightforward process and what you just need do is following the instructions. But there may be some situations where you need to use a USB as the installation media. For example, some notebook computers doesn’t have ...
It has already been a month after “IFO++”; the ICT exhibition held by University of Colombo School of Computing. As I told in one of my previous posts, this was planned and organized with the purpose of celebrating the 25th anniversary of Computer Science higher education in University of Colombo. I’m happy and proud to say, the exhibition was a ...
Your database servers are MySQL and yet you need to build an application in .Net; is that possible? Yes. MySQL Connector/NET enables developers to easily create .NET applications using C#/Visual Basic with connecting to MySQL databases. MySQL connector is responsible for creating necessary ADO.NET interfaces and integrations to ADO.NET tools. Therefore developers can build applications using MySQL just as they ...
Your database servers are MySQL and yet you need to build an application in .Net; is that possible? Yes. MySQL Connector/NET enables developers to easily create .NET applications using C#/Visual Basic with connecting to MySQL databases. MySQL connector is responsible for creating necessary ADO.NET interfaces and integrations to ADO.NET tools. Therefore developers can build applications using MySQL just as they ...
Debugging is the process of finding and fixing the bugs/defects of a software program. And it’s a essential and a critical part of the software development life cycle. Sometime it may take more time than writing the code. So how to debug? Well, literally you have to go through the code and find where, and what went wrong. Then you ...
Debugging is the process of finding and fixing the bugs/defects of a software program. And it’s a essential and a critical part of the software development life cycle. Sometime it may take more time than writing the code. So how to debug? Well, literally you have to go through the code and find where, and what went wrong. Then you ...
Like any other computer program, a program written in C# should have a default entry point. his entry point is where your code start executing. Similar to many high level programming languages C# entry point is the “Main” method. (Libraries and services do not require a Main method as an entry point.) Main is also a member of a C# ...
Like any other computer program, a program written in C# should have a default entry point. his entry point is where your code start executing. Similar to many high level programming languages C# entry point is the “Main” method. (Libraries and services do not require a Main method as an entry point.) Main is also a member of a C# ...