namespace Remote-Developer
{
publicclass KrisCarewicz: .NET
{
publicstring[] Technologies = { "WINFORMS","ASP.NET", "AJAX","WCF", "WEB SERVICES","WPF","SILVERLIGHT" };
publicstring[] Languages = { "C#", "VB","JAVASCRIPT","PHP", "XHTML" };
publicvoid HelloWorld()
{
// WELCOME ON MY SITE - Feel free to contact me any time ...// Looking for a freelance developer to design a custom software solution?// I'm specialized in .NET framework and all technologies connected with it// I spent many years developing custom desktop and web based applications
}
publicvoid ContactMe(bool needRemoteSeniorDeveloper)
{
if ( needRemoteSeniorDeveloper )
System.Console.WriteLine("");
}
publicvoid SeePortfolio()
{
Response.Redirect("my portfolio of solutions");
}
}
}