Development Romance
WPF and C#
Sign in
|
Join
Help
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET application plug in
asp.net download file
crossword
Excel interop
SolFinder search algorithms
SolidTube youtube client WPF
splash screen WPF
SQL compact ADO.NET
surface SDK Linq Twitter
UAC manifest
visual studio setup uninstall
web request
windows mobile SDK
WPF
WPF button template
WPF ListBox
WPF studentguru
WPF sudoku
WPF toolkit
WPF Toolkit DataGrid
WPF validation
youtube wpf
News
Navigation
Home
Blogs
Forums
Videos
Δωρεάν e-Learning
Photos
Downloads
Archives
Μάρτιος 2010 (1)
Φεβρουάριος 2010 (1)
Ιανουάριος 2010 (3)
Δεκέμβριος 2009 (3)
Νοέμβριος 2009 (5)
Οκτώβριος 2009 (4)
Σεπτέμβριος 2009 (2)
Αύγουστος 2009 (4)
Ιούλιος 2009 (2)
Ιούνιος 2009 (2)
Μάιος 2009 (2)
Απρίλιος 2009 (2)
Μάρτιος 2009 (2)
Δεκέμβριος 2009 - Posts
3
Comments
<?php include(…) ?>: strange extra white space at the beginning of page
by
solidus
Well, recently i took my first steps with php, created a header, a footer, saved them as UTF-8 pages, and included them in each page. By the time i tested my web application for the first time, i recognized a strange extra white space at the beginning...
2
Comments
Unit Testing
by
solidus
One of the worst things a developer is anxious for is being sure that their application is fully correct. There are many ways to test your applications Using messages to test if your procedures are correct Setting breakpoints in order to debug your application...
7
Comments
IKVM: Write Java with C#
by
solidus
Recently, i had a project in which i had to use weka for data mining, but the only libraries i found can only be used with Java, so i wondered if i could use C# instead of Java. I began searching for such a tool and found the IKVM ( http://www.ikvm.net...