DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Blogs
Media
Forums
DevCast
February 2008 - Keith Rull
Keith Rull
Home
About
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
RIA Services: Access to operation '<method name />' was denied
How To: Create a BulletList in Silverlight
We are back!
Expression Studio 4 is out and my 60-day tool
How To: Count the occurrence of a character in a string in SQL
Tags
.NET
.NET How To's
ASP.NET
Blog News Node
C#
Contest
Events
Filipino Developer
Filipino Podcast
Filipino Programmer
Fun Stuff
Geek Fun
Generics
GridView
How To
Java
My .Net Exploits
Pinoy
Pinoy Podcast
Pinoy Programmer
Silverlight
Site News
SQL
Tutorial
Your Career
View more
News
Badges
Archives
February 2011 (1)
January 2011 (1)
July 2010 (1)
June 2010 (3)
May 2010 (4)
April 2010 (1)
March 2010 (1)
January 2010 (1)
March 2009 (4)
February 2009 (2)
January 2009 (3)
November 2008 (1)
October 2008 (4)
September 2008 (8)
August 2008 (4)
July 2008 (2)
June 2008 (8)
April 2008 (4)
March 2008 (8)
February 2008 (8)
January 2008 (9)
December 2007 (9)
November 2007 (23)
October 2007 (3)
September 2007 (5)
August 2007 (5)
July 2007 (1)
June 2007 (3)
May 2007 (11)
April 2007 (1)
March 2007 (9)
February 2007 (8)
January 2007 (2)
December 2006 (2)
November 2006 (1)
October 2006 (8)
September 2006 (9)
August 2006 (5)
July 2006 (1)
June 2006 (10)
May 2006 (10)
April 2006 (11)
March 2006 (9)
February 2006 (20)
January 2006 (17)
December 2005 (7)
November 2005 (1)
October 2005 (4)
September 2005 (4)
August 2005 (4)
July 2005 (4)
June 2005 (4)
March 2005 (3)
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
How To: Build a better ASP.NET AJAX UpdateProgress notification
I've been working on ASP.NET AJAX eversince it's beta days and the UpdateProgress and UpdatePanel has been my bestfriend since day one. I've learned a few tricks while using ASP.NET and today I'd like to share with you several ways to...
Published
02-25-2008 4:35 PM
by
keithrull
Filed under:
ASP.NET
,
ASP.NET Sample Application
,
ASP.NET AJAX
,
Ajax UI
,
AjaxToolKit
,
Ajaxify
,
ASP.NET AJAX Toolkit
,
UpdateProgress
,
UpdatePanel
,
Pretty UI
,
Notifications
How To: Get the DISTINCT rows in a DataTable or DataView
Here's a small trick i use alot. Question : What's the easiest way to get the distict rows of data in a DataTable and DataView in .NET 2.0? Answer : The easiest way to get distinct DataRows in a DataTable or DataView is by using the DataView.ToTable...
Published
02-07-2008 1:42 PM
by
keithrull
Filed under:
DataTable
,
DataView.ToTable
,
DataRowView
,
DataRow
,
DataView
How To: What Does Extension Methods Mean In C#
I wrote an article about this topic a few months ago but I wanted to explain it a little further in this article by showing real-world scenarios on when and how to use this feature. So what does Extension Method mean? According to MSDN : "Extension...
Published
02-01-2008 3:26 PM
by
keithrull
Filed under:
Extension Methods
,
new feature
,
Zip
,
SharpZipLib
,
#ZipLib
,
ICSharpCode.SharpZipLib
,
C# 3.x
How To: Search a directory for files using multiple search patterns
I was browsing at DevPinoy.org today when I saw this interesting post by n@rds about searching for files in a directory using multiple search patterns and it made me realize that there are alot of ways you can accomplish this task. Here are some examples...
Published
02-01-2008 5:00 PM
by
keithrull
Filed under:
C#
,
List<T>
,
var
,
LINQ
,
C# 3.x
,
Directory
,
GetFiles()
,
List.ForEach
,
Search
Another Real-World Example On When To Use Extension Methods
It's funny, just after posting this post in response to an article that N@rds posted that I realized that I have been preaching about extension methods and his problem was a great example on when to make use of this excellent feature. Let's start...
Published
02-04-2008 10:32 AM
by
keithrull
Filed under:
DirectoryInfo
,
Extension Methods
,
Directory
,
FileInfo
,
C# feature
,
File Manipulation
What's keeping Keith busy?
I know. I know. I know. I wasn't able to post anything this past few weeks. It's been really busy and the amount of task that i would be dealing in the next few days is going to get crazier because of my current project. I'm currently working...
Published
02-22-2008 10:04 AM
by
keithrull
Filed under:
Life
,
Work
,
Being Busy
How To: Reading the Assembly Information In .NET
I've gotten this question 3 times in different flavors since last week and I've decided that it's time to post the solution in my blog. I've added comments on the code to explain what every line is doing. The code below will demonstrate...
Published
02-26-2008 9:40 AM
by
keithrull
Filed under:
Tutorial
,
Tips
,
AssemblyName
,
Dictionary
,
Assembly Information
,
Assembly
We are going to Heroes Happen Here Los Angeles
Yup! Me and my wife are coming to the VS 2008 Kickoff event in Los Angeles today. Wohoo! This is the first time we'll see Bill Gates live in person and we are excited about it. Wohoo! I'll post some pictures here tommorow to show you guys what...
Published
02-27-2008 6:36 AM
by
keithrull
Filed under:
Conferences
,
Launch Event
,
Heroes Happen Here
Copyright DevPinoy 2005-2008