in

dotnet.org.za

South African .NET Developer Portal
All Tags » .NET (RSS)

Browse by Tags

  • C# developer I C# Contractor @ The Corporate Hub

    A dynamic, and highly-focused software development consulting services company requires C# contractors to perform work at their clients based in Midrand. The Company provides their customers with ERP Solutions; Stock Management Software; Call Centre / Help Desk Management Software;Fully Customised Technical...
    Posted to Elsabe (Weblog) by Elsabe on 09-02-2008
  • Senior Software Developer (VB.net) - Durban

    Senior Software Developer (VB.net) Market Related CTC Permanent skilled level position Durban, South Africa Requirements for this position: •Min. 2 years experience in a Software Development role and any\all of the following: •Visual Basic .NET 2003 •MS SQL Server 2000 •Visual Basic .NET 2005 (Preferred...
    Posted to .NET Jobs Blog (Weblog) by russ2015 on 08-31-2008
  • Junior Software Developer - Durban

    Junior Software Developer R elated Cost to Company Junior level position Durban, South Africa This leading IT Services & Solutions company is situated nationally and offers much in terms of future career growth. The KZN operation offers a very corporate, yet relaxed working environment and present...
    Posted to .NET Jobs Blog (Weblog) by russ2015 on 08-31-2008
  • Smallest dot net

    Get the smallest Microsoft .net framework download here: http://www.smallestdotnet.com/ Happy Coding Baka
    Posted to Baka.Blog (Weblog) by Baka on 08-29-2008
  • DotNet Regular Expressions tools review

    Here is a blog posting with a review of open source or freeware Regular Expressions tools to help you with your DotNet development. Rexmanthe's Regular Expression Tools Reviews
    Posted to rexmanthe (Weblog) by rexmanthe on 08-27-2008
  • C# Developer I C# Jobs - Sharepoint environment (International)

    A JSE listed Gold Mining Company (Johannesburg) seeks a C#.Net developer. This position poses an opportunity to excel in an International Mining company, with a huge IT component, comprising of various divisions (Communications; Document Management; Operations; Software Development etc). This is a unique...
    Posted to .NET Jobs Blog (Weblog) by Elsabe on 08-20-2008
  • Equality Pattern from Resharper

    I was just reading this blog entry on how Resharper can auto generate equality members. This is a pretty nice pattern to follow even when doing this by hand. Here is the class it was created for: public class Fooberry { public string Foo { get; set; } public string Bar { get; set; } }   public override...
    Posted to Peter's Software House (Weblog) by Pieter on 08-20-2008
  • Streaming Web Content

    Blog post on delivering content from WCF service to a web page. http://blogs.msdn.com/drnick/archive/2008/08/18/streaming-web-content.aspx Subscribe in a reader Join my blog network on Facebook Blog Networks
    Posted to Riaan's Blog (Weblog) by riaan on 08-19-2008
  • Using Linq to Filter a list

    So yesterday I made this post on applying a filter or map on a list.  Now let’s have a look at how we can do this with Linq. First the list: List< string > list = new List< string >(); list.Add( "Anne" ); list.Add( "Brian" ); list.Add( "Pieter" ); list.Add...
    Posted to Peter's Software House (Weblog) by Pieter on 08-18-2008
  • Filter and Map in C#

    I was reading this post by Sarah Taraporewalla .  And I immediately wanted to see if I could do this with C#. Here are my results for Filter : using System; using System.Collections.Generic;   namespace TestFilter { static class Program { static void Main( string [] args) { // Add a whole bunch...
    Posted to Peter's Software House (Weblog) by Pieter on 08-17-2008
Page 1 of 43 (429 items) 1 2 3 4 5 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems