Tuesday, December 29, 2009

Thursday, December 24, 2009

Monday, December 14, 2009

Friday, December 11, 2009

Friday, June 5, 2009

Friday, May 8, 2009

Buddha Quotes

Buddha(Gautama Siddharta) Our thoughts are most important. All that we are is the result of what we have thought. - Buddha "The holy man is beyond time, he does not depend on any view nor subscribe to any sect; all current theories he understands, but he remains unattached to any of them." - Buddha "Love and compassion are necessities, not luxuries. Without them, humanity cannot survive." - Buddha...

Thursday, April 23, 2009

Wednesday, April 22, 2009

Re load page using asp.net

Instead of using Response.Redirect you could tryCODEScriptManager.RegisterClientScriptBlock(this, typeof(string), "postBack", Page.ClientScript.GetPostBackEventReference(new PostBackOptions(this)), true);I know it's a bit long but if you have any update panels or ajax stuff on the page you need to use ScriptManager. Otherwise you can just useCODEClientScript.RegisterClientScriptBlock(typeof(string),...

Tuesday, April 21, 2009

Bulk Operations Using Oracle Data Provider for .NET (ODP.NET)

Introduction In a typical multi-tier application, one of the biggest performance bottlenecks is the overhead of making round-trips to the database. Minimizing these round-trips is often the first area you should look at during performance tuning. Fortunately, the Oracle Data Provider for .NET (ODP.NET) makes it fairly easy to do this by providing several built-in methods to write and read data in...

Calling Oracle stored procedures from Microsoft.NET

IntroductionThis article is intended to illustrate how to illustrate how to call Oracle stored procedures and functions from Microsoft.NET through the Microsoft.NET Oracle provider and its object model residing in the namespace System.Data.OracleClient. I will cover several possible scenarios with advanced examples.Executing a stored procedureLet's begin with definitions. A procedure is a module that...

Caching Oracle Data for ASP.NET Applications

IntroductionFor building scalable and high-performance Web based applications, ASP.NET provides a feature called data caching. Data caching enables programmatic storing of frequently accessed data objects in memory. This feature can be extended to vastly improve performance for ASP.NET applications that query data stored in an Oracle database. This article describes a strategy for caching Oracle database...

Thursday, February 12, 2009

WCF vs ASP.NET Web services

IntroductionIn this post I will explain the Difference between ASP.NET web service and programming WCF services like ASP.NET web services. It also discusses how we use the both technologies for developing the web services.The development of web service with ASP.NET relies on defining data and relies on the XmlSerializer to transform data to or from a service.Key issues with XmlSerializer to serialize...

Wednesday, January 21, 2009

Thursday, January 1, 2009

The Purpose of Life According to Buddhism

One of the most important questions all belief systems seek to address is: What is the purpose of life? And virtually all religions propose a way of life that will lead to salvation, liberation, satisfaction, or happiness. Buddhism is no exception.In Buddhism, the primary purpose of life is to end suffering. The Buddha taught that humans suffer because we continually strive after things that do not...

Popular Posts

Recent Posts

Unordered List

Text Widget

Blog Archive