I was looking at codeproject.com for some interresting articles about C#. I found a pretty good one for the simple thinks you just have to know that they are there. Here’s the link: http://www.codeproject.com/useritems/tips.asp . These small scripts can also be usefull to put in your own code snippets where I was writing about in the last post.
July 4, 2006
Code snippets
It has been a while since my last post here, time is the problem.
But now I found a cool subject to blog about. I was watching channel9 on microsoft(http://channel9.msdn.com/), in which some video blogs are realy interresting(and since a while I look there for some interresting subjects they talk about). One of them shows you how to use code snippets in Visual Studio. In this videoblog there was a demonstration of code snippets with VB, but there are also(not so many) code snippets for C# available in which I code lately. The coolest thing the told about is that it’s really easy to make custom code snippets and share it whith other people in your project. You can create for instance an code snippet for iter in a List or Map. The main reason for defining code snippets whitin a teami think is that all the members are using the same outlining, names of variables so that the “standard” pieces of code are the same and it’s very fast to insert it into your code. I’m planning to use it in my projects.
P.S. Finally I post a new blog mark! So you have a new feed:P
May 19, 2006
Csharp(C#) a lot like Java
Recently I began programming in C#. I didn't thought it was that easy to program in that language. It's for 70% based on java and 15% on C++, so I already knew most of the syntax and things. So this is a nice add to my CV without any education in this mather. A nice site for csharp is www.codeproject.com, which contains helpfull code examples and articles.
May 18, 2006
AjaxWrite
AjaxWrite can be found at www.ajaxwrite.com. It's a complete free wordprocessor web-based! You can import different kind of word documents and other sorts. Also you can save it in different kinds. For example you can save it to a pdf, so a pdf writer is no longer needed when you want to create pdf.
This is one of the great tools they are making with ajax. On the site www.ajaxwrite.com are also other apllications to be found, that are also free and web-based.
So you don't need microsoft word anymore for creation of simple documents! Ajaxwrite is not working with internet explorer yet, it only works with firefox.
April 4, 2006
Portable applications
Last friday I got my ordered USB stick of 1 GB. Yesterday I discovered that there are some handy portable application for usb stick that you can run from it. It's very easy when you are on a public computer or any other computer that isn't yours. You can plugin your USB stick and run your favorite pre-programmed application form there without installing is on the computer. Portable firefox is an example of that. I now can work with tabs instead of open an new window with internet explorer. Here is an intersting link with several application available:
Not all sort of application are available on this site. I'm still looking for an portable application in which I can zip and unzip but also rar and unrar files. If anyone knows such portable application, please place a comment with a link.
Also an interesting weblog can be found with the following url: http://portablesoftwares.wordpress.com/
In this weblog there are several of portable apps and links to it displayed.
Software development page
I adjust te Software development page today. I made it in Englisch and I added a article about UML in it which I wrote in my second year of education for software engineer. It's all downloadable as pdf.
March 27, 2006
Prolog page
I am currently writing some reminders for prolog. Over a few months I have an exam over this stuff and writing some functions down keeps into the material. Maybe it's also interresting for readers to read something about prolog.