First Steps in C#

After all that years of Java coding I need to do some little graphics programming with Visual Studio 2008 Express with C#. I must said that C# has been pretty copied from Java with some influence of other languages. But more or less I would said it is Microsoft’s Clone of the Java Programming language. Maybe that’s why I somehow like it. ;-)

Well I need to do some things for university studies. Our first task was to build a little vector calculator that can do some easy vector stuff and visualize them. After some lines of codes, some more lines of codes and some lines that have been deleted… here it is:

Vector Calculator

If you have Windows running you can also run the calculator yourself. Just download the vector calculator ZIP archive and have fun with it. :-)

Tagged with:  

As I said in my last post about the eclipse Tree Widget for Path Mapping I have built a snippet base on the snippet for building a tree with basic check functionality. You can have a look at the snippet and the screenshot. The snippet compiles and runs, even though there are Java errors in it! I have added a method called buildUpProjectStructureTree which would build up the project structure in the tree. In the snippet I only use a dummy tree to show the functionality of the tree editor within a single column to map a path. :-)

Screenshot of the running PathMappingSnippet

Screenshot of the running PathMappingSnippet

(weiterlesen…)

Tagged with:  

eclipse Tree Widget for Path Mapping

For the first time I used the eclipse tree widget, today. I wanted to create an easy possibilty to manage a path mapping configuration. The configuration should map workspace paths to individual paths on the server. This dialog will be integrated in a plugin I wrote some days ago, which deploys workspace files to a WebDAV resource (such as our content management system provides :-) ).

The mapping should make it possible to have the local project build with maven by using mavens directory structure, where the place the files are deployed to belong to the structure of the cms system. So local paths like “/target/classes” should be deployed to “/apps/bechte/classes”. (weiterlesen…)

Tagged with:  
Page 10 of 10« First...678910

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

© 2009-2010 Stefan Bechtold