Blog of a Filipino Developer about C#, VB.NET, ASP.NET, Java, PHP, SQL Server, MySql and Oracle RSS 2.0
# Friday, February 22, 2008

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 on a KPI project that involves building custom dashboards using Dundas Charts, Microsoft Reporting Services, ASP.NET and alot of SQL Server data. Much of the task has been data mining and making sure that data represented on the screen matches the actual amounts stored in the database.

All I can say is that it's a tedious and messy process.

Currently we are in the last leg of development and QA should be underway in the next few days. Hopefully by that time I would have some extra time to resume my blogging activites (hehe).

So, what should you expect in the next few days? Well, I have a few things listed in my notepad that I am planning to post once I get my much covetted free time. Here's some things that i have on my list: the ADO.NET walkthrough I promised Marl, a real-world example on Lambda Expressions (jakelite has my favorite explanation about Lamda), some more LINQ stuff and an ASP.NET AJAX sample application that I have been brewing in my head for more than a month.

Oh well, time to work again. I'll keep you guys updated! Later!

Friday, February 22, 2008 5:43:05 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
All about Keith | Life
# Thursday, February 07, 2008

Hey you!

Yes you!

Yup you!

You who is reading this blog right now!

Are you one of the 75 people subscribed to my blog? Or are you just a passer by? I'm wondering if it would be ok if you could put a comment on this post and let me know why you subscribed to my blog, how you stumbled upon this space and what tech topics you'd like to see me writing.

Yup! I'd like to hear from you and this is your chance. So please leave me a note!

Post it!

Say it!

and be heard!

Hope to see those comments! Thanks!

Thursday, February 07, 2008 9:48:28 PM (GMT Standard Time, UTC+00:00)  #    Comments [11] -
All about Keith
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() method. Here is a demonstration
Thursday, February 07, 2008 9:06:10 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
.NET
# Monday, February 04, 2008
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.
Monday, February 04, 2008 6:00:07 PM (GMT Standard Time, UTC+00:00)  #    Comments [2] -
.NET | Fun Stuff | Tutorial
# Saturday, February 02, 2008
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 on how you can search files in a directory using multiple search patterns
Saturday, February 02, 2008 12:13:08 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] -

# Friday, February 01, 2008
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 methods enable you to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type. Extension methods are a special kind of static method, but they are called as if they were instance methods on the extended type." Now that we have that settled lets look at a good scenario that depicts a great time when to use an Extension Method.
Friday, February 01, 2008 9:15:19 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
.NET | Fun Stuff | Tutorial
Archive
<February 2008>
SunMonTueWedThuFriSat
272829303112
3456789
10111213141516
17181920212223
2425262728291
2345678
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2010
Keith Rull
Sign In
Statistics
Total Posts: 271
This Year: 0
This Month: 0
This Week: 0
Comments: 182
Themes
Pick a theme:
All Content © 2010, Keith Rull
DasBlog theme 'Business' created by Christoph De Baene (delarou)