DevPinoy.org
A Filipino Developers Community
All Tags » C# » .NET (RSS)
            

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • LINQ: .NET Language-Integrated Query

    Language Integrated Query Language Integrated Query (LINQ, pronounced "link") is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages using a syntax reminiscent of SQL. Many of the concepts that LINQ has introduced were originally tested in Microsoft's...
    Posted to Coldapoy's Technical Blog (Weblog) by coldapoy on 06-30-2008
  • Alternating colors on DropDownList, ListBox and other ListControl.

    My former colleague asked me if it is possible to attach an alternating color to a DropDownList control, similar with the GridView’s alternating rows. I found out that you can achieve that, by setting the background-color of the ListItem using “style” attributes. Here is the code. ...
    Posted to n@rds (Weblog) by n.ocampo on 06-17-2008
  • Data entry using datagridview

    Mga Sir....pwede po bang gamitin ang datagridview para makapag-add ng data sa isang database? Kung pwede po, paanu po yun? Thanks po.
    Posted to .NET (Forum) by Abby_15 on 05-27-2008
  • Silverlight 2 Unit Testing: slides and code

    It was my first time to join a community event in Singapore during yesterday's Heroes Community Launch and it was a blast! It was also cool to see that of nine presentors during the event, three of us are Pinoys. I definitely am looking forward to meeting more of the community people soon. First...
    Posted to cruizer (Weblog) by cruizer on 05-18-2008
  • Speaking about Silverlight 2 and Unit Testing

    I will be speaking tomorrow at the Heroes Community Launch 2008 here in Singapore with my favourite (boring?!) topic...Unit Testing! Only this time it's about the testing framework that comes with Silverlight 2's beta release. Kinda excited and nervous at the same time, since it'll be my...
    Posted to cruizer (Weblog) by cruizer on 05-15-2008
  • Starting Log4Net

    One of the task that a developer needs to accomplish is to code a module for logging, and creating it from scratch will take some of your precious time. So to be a little more productive, we can use a tested library like Log4Net. I have browsed for some pages and found a lot of variations. So putting...
    Posted to Humprey Evangelista Cogay (Weblog) by Comgen on 04-30-2008
  • Lessons learned in optimising Windows forms apps

    Wow, I've been in a black hole for months! The usual excuse -- busy at work on projects. Now that we've gotten our app into production, we're now into firefighting, er... I mean maintenance work for that app. Here are some of the lessons I've learned in optimising and debugging our Windows...
    Posted to cruizer (Weblog) by cruizer on 04-24-2008
  • looking for ITs willing to work for Singapore

    hi my name is danil espinosa from ZMG were a headhunting firm and right now were looking for IT professionals interested to work in Singapore. were looking for java developers, Perl developers, tester, release engineers (java) and application support analyst for our client base in Singapore. if anyone...
    Posted to Jobs (Forum) by danil08 on 02-05-2008
  • System.IO.Directory.GetFiles() does not support multiple search pattern

    I have a task that will delete files in a certain directory, specifically a file with “*.csv” and *.log” extensions. Unfortunately System.IO.Directory.GetFiles(string,string) doesn't support multiple search pattern. To be able to achieve my requirement I created a method that accepts...
    Posted to n@rds (Weblog) by n.ocampo on 01-31-2008
  • Closures and Linq in C# 3.0

    Keith posted a great article demonstrating Linqs capabilities. There he was asked if his examples where " closures ". Let me take this opportunity to explain how closures are used in Linq by clarifying what a closure is and showing how the Linq queries are translated at compile time(from linq...
    Posted to jakelite (Weblog) by jakelite on 12-17-2007
Page 1 of 7 (64 items) 1 2 3 4 5 Next > ... Last »

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems