Wednesday 13 March 2013

Seo networking blog

Thought this would be helpful to share this blog to my readers. It's a seo blog. Seo is very important for freelance coders or anyone who wants to get there website seen.

Seo networking blog

New study subject


Today, I begin studying Component Services. I always wanted to tried learning about this subject. And here I am, and I will try to do my best !

Presentation


Hi, my name is james. I will not detail my life, because you are probably not interested in that. I have a computer since I have 12-13 years old. I begin programming (real programming) 2 years ago. So, I studied in a private school to learn programming because I wanted to to a career in that. I have learned abit of C, a bit of C++, Java, SQL, and VB6. I can say that we haven't really learned a lot in a particular language. At the end of the year,I got a training course in a company that develops in VB.NET. This is where it got interesting... I enjoyed .NET. Not just VB.NET but also C# and Managed C++. This is where I became to really love programming. I havedone 2 certifications since this date, and I am currently studying for the third to get my MCAD title. And now, I am more open to otherlanguages, such as C and Java.

MCAD Training - Part 1

I just got through XML Web Services and they talk a lot about Serialization and I found out that they don't really go through the explanation of what is happening in the process. So I borrowed a book from a friend called "Designing Enterprise Applications with Visual Basic.Net. This book clears every single question I had. I think that I can't post the text from the book, so here is a link on MSDN abot that. Sorry C# guys, but you will have to translate. I don't think this a problem anyway :).

Windows Service


At first, I didn't want to begin a journey on this subject. But then I begin reading this chapter today ... and what the .. it was something very easy to do with Visual Studio.

Step 1 : Add code to the OnStart, OnStop, OnContinue and OnPause.
Step 2 : Go to the designer of the Web Service. Right-Click, Add Installer.
Step 3 : Go to the Bin directory
Step 4 : installutil nameofyourapp.exe
Step 5 : Enjoy

English


Oooh and I forgot to say that English is not my primary language, but I will try the most as I can to get better. Sorry.

Tips and tricks


Today, I have tried FxCop from GotDotNet, and the first warning was about the assembly not marked with ComVisible attribute. What this attribute does in fact is to limit access to components from Vb6 or else, to your assembly. Here is how you can do that:

Step 1: Open AssemblyInfo file.
Step 2: Add this or if needed.)

So it's all. I hope this is a worthy advice.