satheeshbabu

Stories submitted by satheeshbabu

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

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

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

Working with DateTime Object and Formatting DateTime Object in ASP.Net(codedigest.com)

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

Most often, we get requirements to do some basic operations like formatting, adding, comparing on the datetime objects in our projects. This article will help us to understand the DateTime object and other operation we can do with datetime object. read more...

add a comment |category: |Views: 14

tags: another

GridView Style Edit Update in Repeater Control Using jQuery and Ajax(codedigest.com)

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

Repeater control as such will not provide edit/update functionalities for the data. In this article, we will overcome this difficulty and provide an edit update feature similar to GridView control using the powerful jQuery library and Ajax. read more...

add a comment |category: |Views: 183

tags: another

Populating RadioButtonList Using jQuery, JSON in ASP.Net(codedigest.com)

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

Building a RadioButtonList in client side is not a straight forward task due to the way it renders to the client side.Moving forward, we will implement the same example by populating a RadioButtonList instead of a child DropDownList control. read more...

add a comment |category: |Views: 60

tags: another

Customize User Controls with Smart Tag feature in Windows Forms(codedigest.com)

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

This article explains how to add Smart Tag feature to a user control in Windows Forms applications. As we all know, user controls are commonly used in Windows Forms applications for reusability purposes providing various functionalities across the project. read more...

add a comment |category: |Views: 28

tags: another

Beginning Windows Presentation Foundation Project (codedigest.com)

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

This article by Jayaram Krishnaswamy introduces the reader accustomed to working with the traditional graphic user interface in earlier versions of VB to Windows Presentation Foundation. Importantly, it introduces the reader to the XAML's declarative format and what it means in the design interface of VS 2008. read more...

add a comment |category: |Views: 16

tags: another

BizTalk - Errors and Warnings, Causes and Solutions(codedigest.com)

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

The following article will discuss on the common errors and warning that we face when using BizTalk and their resolutions read more...

add a comment |category: |Views: 5

tags: another

DatePicker Controls for ASP.Net(codedigest.com)

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

Most often we will get a requirement to capture date input from the users. Moving forward, this article will help us to create DatePicker control in 3 ways, Ø Using ASP.Net Calendar control. Ø Using Calendar Extender control in AJAX Control Toolkit. Ø Using jQuery DatePicker Plug-in. read more...

add a comment |category: |Views: 96

tags: another