SgDotNet
Singapore Professional .NET User Group -For Cool Developers
All Tags » c# (RSS)

Browse Site by Tags

Showing related tags and posts across the entire site.
  • Professional Services Consultant Required for a Global MNC (BPM / SOA) - URGENTLY!!!

    Hi, A Global MNC, in the BPM/SOA and DM space, is looking for Professional Services Consultants. The core requirements are: * Excellent .NET knowledge and experience. * Knowledge of Web Services, WSDL required. * SharePoint knowledge and experience a BIG Plus. * BPM knowledge and experience is another...
    Posted to Career Offerings by jackyyaplt on 09-17-2010
  • Freelancer Required: Silverlight 4.0, C# and C++ project

    We are looking for freelance, OFFSITE software developer who has experience working Silverlight and C#. We have an IMMEDIATE project that needs to begin as soon as possible. The project is to create VNC viewer implemented as a Silverlight control. Qualifications: 3+ year of experience designing, coding...
    Posted to Career Offerings by Yury_A on 04-10-2010
  • ASP.Net C# blog

    I realized that one of the biggest problems for novices is, the lack of knowledge in the learning progress so this blog have huge amount of ASP.NET material to help programmer to perform better in his/her Programming, coding skill. http://24x7aspnet.blogspot.com/
    Posted to C# by rajiiv on 05-13-2009
  • UML representation for C# extension Methods

    Hi, I would like to know if someone has documented UML for c# extension methods? Please point out some resources that i can read on. Thanks
    Posted to C# by hendry on 01-14-2009
  • Aggr from ASP.NET Blog: Creating an Outlook Message File with C#

    Following's a post I made on my ASP.NET Weblog ( http://weblogs.asp.net/darrensim/default.aspx ) I've been working with a government agency lately, and came to notice that the software system they're using dates back to the stone ages. Many a time, the head of department is required to send an email...
    Posted to Darren Sim's Blog on 06-29-2008
    Filed under: Office 2007, Cool Stuff, Automation, Outlook, C#
  • "NHibernate Part 1: Hello World with NHibernate" article - Getting to work in Microsoft SQL Server 2005

    You can check out this article here http://sdesmedt.wordpress.com/2006/04/05/hello-world-with-nhibernate/ I can say it is really easy to get started. However if you follow the codes in there, you will start to realize to face problems getting it running. I will provide some tips to get it work. 1) Requires...
    Posted to Wen Ching's Blog by chuawenching on 09-21-2007
    Filed under: C#, NHibernate
  • Managing Resources in .NET

    A simple tip for managing your resources smartly with ' using ' using (SqlConnection sqlConn = new SqlConnection(...)) { sqlConn.Open(); using (SqlCommand sqlCmd = new SqlCommand(..., sqlConn)) { using (SqlDataReader dr = cmd.ExecuteReader()) { // Access elements items here } } } Extract from...
    Posted to Microlau's Blog by microlau on 08-16-2007
    Filed under: C#
  • Telerik Code Converter is impressive

    I believe this is something new which I will recommend you all to check this out. You can see this link here http://converter.telerik.com/ I had tried with couple of .NET 2.0 codes and it worked fine. Pretty impressive. I tried with a basic example below on a method returning a generic list type. C#...
    Posted to Wen Ching's Blog by chuawenching on 04-04-2007
    Filed under: C#
Page 1 of 2 (40 items) 1 2 Next >
Copyright SgDotNet 2004-2009
Powered by Community Server (Commercial Edition), by Telligent Systems