satheeshbabu

Stories kicked by satheeshbabu

Lucene.Net needs your help (or it will die)(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 6 months ago

The Apache Foundation wants to kill Lucene.net. If you use it please chime in and help. This post explains a bit more in detail why this is happening read more...

add a comment |category: |Views: 929

tags: another

WPFMystify3D – A Screen Saver using WPF 3D Geometry(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 2 years, 5 months ago

This article illustrates the creation of a screen saver using WPF(Windows Presentation Foundation) 3D Geometry model. read more...

1 comment |category: |Views: 45

tags: another

The concept of Covariance and Contravariance in .Net 4.0(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 2 years, 6 months ago

With .NET 4.0, the CLR supports covariance and contravariance of types in generic interfaces and delegates. Before dwelling into these new changes, let us get a quick view on the concept of variances in simple terms. read more...

1 comment |category: |Views: 362

tags: another

Search Engine Friendly URL's Using Routing in ASP.Net 3.5(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 2 years, 7 months ago

Routing is a technique which enables us to use a descriptive, search engine and human friendly URL’s for ASP.Net application to access a resource. read more...

add a comment |category: |Views: 64

tags: another

Using Stored Procedure with LINQDataSource Control in ASP.Net(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 2 years, 7 months ago

1. Using a simple stored procedure with LINQDataSource control. 2. Using stored procedure that returns multiple resultset. 3. Custom paging through stored procedure in LINQDataSource Control. read more...

add a comment |category: |Views: 57

tags: another

Creating Music Video Box Using Windows Presentation Foundation(WPF)(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 2 years, 8 months ago

This article explains the creation of a Music Video Box using Windows Presentation Foundation 3D Geometry and Media classes to play music albums as chosen by the user. read more...

add a comment |category: |Views: 13

tags: another

Take an ASP.NET Application offline with HttpModules(blog.dreamlabsolutions.com)

submitted by arnoldmatuszarnoldmatusz(600) 2 years, 8 months ago

Whenever you do maintenance work on a website it is advisable to show the visitors a nice message telling them politely to come back later, rather than a nasty error, or even worse: a big Yellow Screen of Death. Read how I found a solution similar to the app_offline.html approach using HttpModules and how I still allow administrators to access the website. read more...

add a comment |category: |Views: 393

tags: another

Fun With Method Missing and C# 4.0(haacked.com)

submitted by developmentalmadnessdevelopmentalmadness(730) 2 years, 9 months ago

Ruby has a neat feature that allows you to hook into method calls for which the method is not defined. In such cases, Ruby will call a method on your class named method_missing. I showed an example of this using IronRuby a while back when I wrote about monkey patching CLR objects. Typically, this sort of wild chicanery is safely contained within the world of those wild and crazy dynamic language aficionados, far away from the peaceful waters of those who prefer statically typed languages. Until now suckas! (cue heart pounding rock music with a fast beat) read more...

1 comment |category: |Views: 356

tags: another

Lazy Loading jQuery Collapsible Panel in ASP.Net Using JSON(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 2 years, 9 months ago

It will be better and light weight when we actually load the contents of the panels only when the user clicks the expand arrow button, a lazy loading or loading on-demand. read more...

add a comment |category: |Views: 156

tags: another

Advanced Usages of SqlDataSource Control in ASP.Net - PART 1(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 2 years, 9 months ago

With the release of .Netframework 2.0, there are lot of new features added that made the data access very easier and simpler. In this article, we will learn more about SqlDataSource control and its advanced usages. read more...

add a comment |category: |Views: 21

tags: another

.NET continues to DoS attack me, seriously!(saftsack.fs.uni-bayreuth.de)

submitted by dun3dun3(360) 2 years, 9 months ago

Yeah, it does! And I don’t necessarily mean denial of service - that would mean that I couldn’t get any programming done. Nope, far from it - but it sure is denial of sleep attacking me. Come one, I am struggling to keep up with all the new runtimes, features, frameworks and best practices coming out of Redmond. It’s awesome and actually fun; no doubt about it - but sometimes it is excruciating as well. And today I am going to talk about the excruciating experience of seeing another reinvented wheel hobble out of Microsoft. read more...

2 comments |category: |Views: 621

tags: another

Consuming WebService in WPF Application(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 2 years, 9 months ago

This article explains how to consume a Web Service in WPF Windows application. It requires binding of WPF controls to data coming from a web service. read more...

add a comment |category: |Views: 50

tags: another

Introduction to jQuery in ASP.Net and 10 Advantages to Choose jQuery(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 2 years, 10 months ago

jQuery is a light weight javascript library which provides fast and easy way of HTML DOM traversing and manipulation, event handling, client side animations, etc. One of the greatest features of jQuery is, it supports an efficient way to implement AJAX applications because of its light weight nature. Read more in this article.. read more...

add a comment |category: |Views: 23

tags: another

LINQ is not LINQ To SQL(codethinked.com)

submitted by simonechsimonech(10.1k) 2 years, 10 months ago

Justin writes about a frequent misconception about LINQ: LINQ is not just LINQ to SQL, but it's a general purpose query language read more...

add a comment |category: |Views: 348

tags: another

Add a DotNetKicks Badge to your Site(dotnetkicks.com)

submitted by mhardymhardy(183) 2 years, 10 months ago

Drive more traffic to your site by adding the DNK badge, plugins for community server, graffiti, wordpress, and more! read more...

add a comment |category: |Views: 133

tags: another

Upload Multiple Files in ASP.NET using jQuery(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 10 months ago

Continuing my ‘no less than an exciting’ journey of exploring ASP.NET with jQuery, today’s article will demonstrate how to Upload multiple files in ASP.NET using jQuery. read more...

add a comment |category: |Views: 1396

tags: another