Asymmetric Accessor Accessibility#

Seems like i learn something new everyday...

public string Name
{
   get
   {
      return name;
   }
   protected set
   {
      name = value;
   }
}

I never knew that i could put an accessibility level to the 'set' portion of my property. This technique is called Asymmetric Accessor Accessibility. Read more here.

Wednesday, January 03, 2007 12:53:38 AM (GMT Standard Time, UTC+00:00) #    Comments [0]  | 

 

Answer to Programming Quiz No. 2#
We had a programming quiz couple of weeks back at Devpinoy.org.. there where 5 people who dared to take on the quiz but sadly nobody got the correct answer after two rounds of testing(i guess i was pretty strict with my test cases) in the end i decided to just give the prize to the person who got the most correct program(15 out of 17 test cases). All in all it was a fun event... anyway, i decided to post my answer to the quiz that i gave so that people could see how i solved the quiz(btw, this is not perfectly refactored so don't whine if you see some code smells in it...)
Wednesday, January 03, 2007 12:47:36 AM (GMT Standard Time, UTC+00:00) #    Comments [0]  | 

 

How To: Master-Detail sample using ASP.NET with Generics#
A simple demo that shows how to create a Master-Detail View in ASP.NET.
Tuesday, December 26, 2006 10:52:18 PM (GMT Standard Time, UTC+00:00) #    Comments [0]  | 

 

How To: Convert an Image to Grayscale#
Anyway, I have been coding crazy as always when i found out that one of the Image Buttons in my project is missing a grayscale hover image. Whats crazy is that i didn't have Photoshop in my PC that time. The detail-oriented guy inside of me made the decision that i should have that image created because it is bothering me whenever i hover on an empty image placeholder. And so, I was of to the races...
Wednesday, December 06, 2006 12:50:41 AM (GMT Standard Time, UTC+00:00) #    Comments [0]  | 

 

You don't want to miss this one!#
Brendan Tompkins and the guys at CodeBetter.com is having a weekly book giveaway! 8 great books and 1 easy way to win.
Wednesday, October 25, 2006 6:26:38 PM (GMT Daylight Time, UTC+01:00) #    Comments [0]  | 

 

Sql Search Tool#
I have always been a Sql junkie. Analyzing data was one of the things that I enjoy alot... Sometimes this task also involves writing gargantuan scripts.. and that is where the problem starts. Finding what stored procedure or view that uses a specific table could give you a hard time since SQL server doesn't have a feature that enables you to look at each and every stored procedure and view. usually when this problem arises we tend to open each and every script that we could think of(when this happens i usually script my database, open the generated .sql file in note pad and start using the Find function to search for the table/view name).
Thursday, October 19, 2006 10:20:51 PM (GMT Daylight Time, UTC+01:00) #    Comments [0]  | 

 

Readable Regular Expression#
Joshua Flanagan has just released library he calls "ReadableRegEx"(I preffer calling it ReadEx) which is basically library that envisions itself to create a more readable(friendlier) RegularExpression code wrapper.
Friday, October 13, 2006 8:56:19 PM (GMT Daylight Time, UTC+01:00) #    Comments [0]  | 

 

How To: Creating an ASP.NET Font Viewer#
After creating this article, i realized that i can use a new utility in my toolbox. A Font Viewer. I don't want to download a new spyware so decided to code a simple one, something that i could use from time to time whenever i have the need to view a font before placing it on my Photoshop design(i do photoshop and flash on the side in my current job).
Thursday, October 12, 2006 12:49:16 AM (GMT Daylight Time, UTC+01:00) #    Comments [0]  | 

 

How To: List The Installed Fonts In Your Machine#
This is a really basic stuff that alot of developers tend to forget(just like me :D)
Wednesday, October 11, 2006 9:28:28 PM (GMT Daylight Time, UTC+01:00) #    Comments [0]  | 

 

How To: Creating a .NET Color Chart revisited#
After reviewing my first example.. i realized that doing reflection is not the easy way to do get the known color collection(thanks to Chris Vega who pointed to me the Enum called KnownColor which basically contains .NET known colors). Somebody also told me that the demo would be nicer if the colors are real images instead of just painting a panel(which makes really sense if you are thinking of saving the generated image in your desktop). With this suggestions i decided to create a revised version of our Color Chart Generator.
Wednesday, September 27, 2006 1:25:35 AM (GMT Daylight Time, UTC+01:00) #    Comments [0]  | 

 

All content © 2010, Keith Rull
On this page
This site
Calendar
<January 2007>
SunMonTueWedThuFriSat
31123456
78910111213
14151617181920
21222324252627
28293031123
45678910
Archives
Sitemap
Blogroll OPML
Disclaimer

Powered by: newtelligence dasBlog 2.3.9074.18820

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

Send mail to the author(s) E-mail

Theme design by Jelle Druyts


Pick a theme: