blog.kalharas.com
Kala's Blog Spot: June 2006
http://blog.kalharas.com/2006_06_01_archive.html
Thursday, June 29, 2006. ADONET Data Reader Vs DataSet. Data Reader Vs DataSet. For a long time I was thinking of maintaining my own blog, but unfortunately I couldn’t find time for it since I’m always busy with my office work. Though I’m enjoying my daily life style very much, I always feel I’m not sharing my thoughts and knowledge with others. So here is my first writing in the area of. When I first heard the name. I thought this is the next version of classic. Data providers in . DataReader is a one w...
blog.kalharas.com
Kala's Blog Spot: March 2007
http://blog.kalharas.com/2007_03_01_archive.html
Sunday, March 25, 2007. Automate your Build and Packaging Process. Check this out great toolset for automate your build and packaging process. Thursday, March 22, 2007. Beauty Of .NET (Extender Controls). Have you ever wanted to extend functionality of .NET controls? If so first thing you will do is subclasing the control and implement your functionality. Hmm there is a much more elegant way of doing this by using Extender Controls. Public class HelloWorldComponent : Component,IExtenderProvider. The abov...
lakmalk.wordpress.com
August | 2008 | It's about programming
https://lakmalk.wordpress.com/2008/08
It’s about programming. August 18, 2008. Abstraction is achieved using encapsulation. Filed under: Software Design and Documenting. 8212; Lakmal @ 2:34 pm. Abstraction is about good use. Suppose there is a Button in an application called View Accounts , user can only use that button to see Accounts . Once he pressed that button he will be viewed with set of Accounts . Accouts = GetAccounts();. Encapsulate Account process part by making this method private. And it’s only. And so on and so on……. It’s not p...
lakmalk.wordpress.com
November | 2008 | It's about programming
https://lakmalk.wordpress.com/2008/11
It’s about programming. November 2, 2008. Filed under: Software Design and Documenting. 8212; Lakmal @ 1:09 pm. Strategy Pattern (also known as the policy pattern). Simple and useful, it’s a very simple pattern I went through. Even though it’s simple it is gaining great weight to best coding practices. 8220;Define Family of Algorithms, encapsulate each one, and make them interchangeable. Strategy let’s algorithm vary independently from client that use it”. Why we need pattern like this. Just interface Op...
lakmalk.wordpress.com
Installshield Setup Silent Installation | It's about programming
https://lakmalk.wordpress.com/2008/10/09/installshield-setup-silent-installation
It’s about programming. October 9, 2008. Installshield Setup Silent Installation. 8212; Lakmal @ 9:30 am. There were two options I especially concerned on this. Write Custom Action Custom Action can be Installshield Script Function, EXE or DLL. You can achieve your required operation through the one of these and make place for that custom action Execution Sequence. Capture Installation event and handle it to do required operation. This implementation is doing in Installshield Script. In our case I needed...
blog.kalharas.com
Kala's Blog Spot: Dynamic SQL Tips and Tricks
http://blog.kalharas.com/2007/11/dynamic-sql-tips-and-tricks.html
Friday, November 30, 2007. Dynamic SQL Tips and Tricks. Definitely you will be facing lot of challenges in your day to day SQL programming. I found the following site very use full to find curse and blessings of dynamic SQL. Have a look, it might be useful for for you as well. The Curse and Blessings of Dynamic SQL. Really very useful tips are given. Thanks. Url=http:/ buyonlinelasixone.com/#12374]buy cheap lasix[/url] - lasix without prescription. Http:/ buyonlinelasixone.com/#8592 order lasix. Url=http...
blog.kalharas.com
Kala's Blog Spot: February 2007
http://blog.kalharas.com/2007_02_01_archive.html
Saturday, February 24, 2007. My friend Hasith one day showed me this interesting concept of google docs. Though I was not that interested on it, Today i thought of just looking at it. I came across this online Google Application concept it's not just Google docs, it has different application packages for home users, small business users, enterprise users etc. It's interesting concept ah! Subscribe to: Posts (Atom). View my complete profile.
blog.kalharas.com
Kala's Blog Spot: May 2007
http://blog.kalharas.com/2007_05_01_archive.html
Saturday, May 26, 2007. ASPNET 2.0 Beginners Troubleshooting Guide. Problem: I'm using ASP.NET 2.0's membership provider for forms authentication. It is working fine in VS environment with the integrated web server. But when I move it to IIS, login control fails to authenticate the same user. Resolution : In IIS the account(ASPNET or NETWORK SERVICE) access the app data folder. Therefore the app data folder must have write/modify permission for this account. Sunday, May 20, 2007. Bravo, Bravo, Bravo!