kosalanuwan.tumblr.com
I'm Kosala Nuwan
http://kosalanuwan.tumblr.com/tagged/EF
Jul 31, 2013. Our new product is selling like crazy. It wasn’t a complicated solution, yet, the Memory and the CPU were hitting nearly 100% on the app server. There were stored command used to perform queries, .NET reflections used to late bound routines, but the leaks had nothing to do with these designs of the code. The frameworks that made our lives rapid! Yes, we have made few mistakes here and there, and then there is Typed Datasets. Https:/ gist.github.com/kosalanuwan/6398062. We were querying and ...
kosalanuwan.tumblr.com
I'm Kosala Nuwan
http://kosalanuwan.tumblr.com/tagged/Unit-Testing
Apr 14, 2013. Cleanup unit test code for tombstoning this summer? Is our new product safe to start selling? Was quite a showoff. How much test code is enough. To keep everyone happy? No quantitative answer can satisfy everyone, but, enough tests to break the system. Keeps pumping adrenaline for developers to write more tests than production code. Doing Test-driven development. And writing Unit tests. Have different connotations in the Agile Diaspora. Here’s what I said about maintaining unit tests;.
kosalanuwan.tumblr.com
I'm Kosala Nuwan
http://kosalanuwan.tumblr.com/post/54927846800/cleanup-unit-test-code-for-tombstoning
Apr 14, 2013. Cleanup unit test code for tombstoning this summer? Is our new product safe to start selling? Was quite a showoff. How much test code is enough. To keep everyone happy? No quantitative answer can satisfy everyone, but, enough tests to break the system. Keeps pumping adrenaline for developers to write more tests than production code. Doing Test-driven development. And writing Unit tests. Have different connotations in the Agile Diaspora. Here’s what I said about maintaining unit tests;.
kosalanuwan.tumblr.com
I'm Kosala Nuwan
http://kosalanuwan.tumblr.com/tagged/ORM
Jul 31, 2013. Our new product is selling like crazy. It wasn’t a complicated solution, yet, the Memory and the CPU were hitting nearly 100% on the app server. There were stored command used to perform queries, .NET reflections used to late bound routines, but the leaks had nothing to do with these designs of the code. The frameworks that made our lives rapid! Yes, we have made few mistakes here and there, and then there is Typed Datasets. Https:/ gist.github.com/kosalanuwan/6398062. We were querying and ...
oshadhaj.blogspot.com
Oshadha's Blog: Adding a separator image to ASP.Net Menu Control
http://oshadhaj.blogspot.com/2008/11/adding-sparator-image-to-aspnet-menu.html
Thursday, November 6, 2008. Adding a separator image to ASP.Net Menu Control. This what I did to add a separator to ASP.Net menu. I used Web.sitemap to bind the data to menu control. This how Web.sitemap looks like. Sitemap xmlns="http:/ schemas.microsoft.com/AspNet/SiteMap-File-1.0". Sitemapnode url=" /Pages/DatingHome.aspx" title="Home" description=" separatorImageUrl="././Images/but blueSlice.jpg". Will tell you the image path of the separator. This event handler will do the rest of it. Whats New in M...
oshadhaj.blogspot.com
Oshadha's Blog: Populate Modal popup data which is bind to a link button - ASP.net
http://oshadhaj.blogspot.com/2009/02/populate-model-popup-data-which-is-bind.html
Thursday, February 5, 2009. Populate Modal popup data which is bind to a link button - ASP.net. I wanted to do a POC to my client to show modal popup functionality. So I did a simple page with one Button and a TextBox. That Button is responsible to popup the modal window. On that ModalPopup I implemented a search mechanism. I used Girdview control to show the search result. As you all know we need a Panel control to show our ModalPopup. This is gonna be a div on the HTML. So I used the. I wanted to do it...
oshadhaj.blogspot.com
Oshadha's Blog: November 2008
http://oshadhaj.blogspot.com/2008_11_01_archive.html
Sunday, November 16, 2008. Programmatically add the META tags to an ASP.NET page. Do you want to programmatically add the META tags to an ASP.NET page? You can try to the below code:. HtmlMeta metaDesc = new. MetaDesc.Name = "description". MetaDesc.Content = "Your Description goes here". PageHeader.Controls.Add(metaDesc);. HtmlMeta metaKey = new. MetaKey.Name = "keywords". MetaKey.Content = "Your keywords here". PageHeader.Controls.Add(metaKey);. Links to this post. Thursday, November 6, 2008. Custom dat...
kosalanuwan.tumblr.com
I'm Kosala Nuwan
http://kosalanuwan.tumblr.com/tagged/Code-Kata
May 8, 2012. What Rules to follow in Code Kata? Try to keep the code kata session as a social coding event. I didn’t find many rules, except followings;. There is no student in the session, everybody is leader. Facilitator must arrange resources. Sensei must find a problem to solve, an algorithm, for instance, John Conway’s Game of life. Sensei circulates the problem among the rest (at least 1w prior). Sensei asks questions, does not give answers but only guides through. May 8, 2012. Observes the code, p...
oshadhaj.blogspot.com
Oshadha's Blog: October 2009
http://oshadhaj.blogspot.com/2009_10_01_archive.html
Friday, October 16, 2009. ReCAPTCHA for ASP.NET. I was looking for this reCAPTCHA recently and this is what I found on my way. Hope this will help you in someway. To get an idea about reCAPTCHA watch the following video. And the following link will explain you how to implement it in your ASP.net web site. ReCAPTCHA for ASP.NET. Links to this post. Subscribe to: Posts (Atom). View my complete profile. MY BLOG : : - [anuradha jayasena]. Enable Apache in XAMPP at Windows 7. There are two steps got to follow...
oshadhaj.blogspot.com
Oshadha's Blog: March 2011
http://oshadhaj.blogspot.com/2011_03_01_archive.html
Tuesday, March 8, 2011. Before this please read the common design principle. After a long time thought of writing a post. Actually these days I'm reading a book which is written by Scott Millet and the name of the book is "Professional ASP.Net Design Patterns". I can guarantee that this book give you a great knowledge on design stuffs. Most of us are bit lazy to read things, so I thought of posting the things that I got form it. This is like the cream of what I got. This principle says that classes shoul...
SOCIAL ENGAGEMENT