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
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.
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 :).
Well, today I tested several Code Generator on the market, and found out that it is not an easy world. People say that we should not re-develop something that has been done before. So my expectations were lowered a bit, but I will continue to work on it, and "do exactly what I wanted to do". But for those you are interested in this kind of software, you should take a look at MyGeneration. Excellent software in my opinion.
Since I begin programming, I have this dream of generating automatically my data access code, and finally this day has come. So today, I have done some work concerning the parameters of Stored Procedure. At first, I wanted to retrieve the stored procedure's text and parse it to get all the parameters, type and so on. But I checked on Data Access Application Block from Microsoft and found out that I can derive parameters with an instance of a command object to get everything I need. It can't be better. So I think to put my project on some site (probably GotDotNet) and share with you my entire advance. Oh and I forgot to mention that it will use the codedom namespace eventually.
This book is all about refactoring. And God knows we need it. In my short career I have seen entire systems who should have had a major refactoring. Before buying it, you should know you need a basic understanding of Java. If you do, you'll like it. Excellent book !