Thursday, November 22, 2012

Call using Skype and Record the Call in Wave File using .NET

Call using Skype and Record the Call in Wave File using .NET


Call using Skype and Record the Call in Wave File using .NET

Posted: 09 Nov 2012 09:47 AM PST

In this article, I will explain how to make a call in Skype and record the call in wave file. Using SkypeControl dll we can connect our windows application to Skype and make a call using Skype. Using Interop.SKYPE4COMlib dll helps to record the SKYPE call in wave file.

Create and Bind Data in Excel File

Posted: 09 Nov 2012 10:01 AM PST

In this article, I will explain how to create and Bind Data in Excel File using C#. With the help of Microsoft.Office.Interop.Excel dll we can create and bind Excel file. It helps to automatically create excel data without user interference.

What are the different type of selectors in Jquery

Posted: 11 Nov 2012 07:35 PM PST

In javascript we can hold or find an object by this below ways document.getElementById("id"), document.getElementsByName("name"). Like that in jquery we can hold or get an element from these below different ways. Mainly we can hold or get an element in jquery by using css holding of an element. here i am giving some examples

Object Oriented Programming Concepts - OOP Concepts

Posted: 15 Nov 2012 12:32 AM PST

Object Oriented Programming(OOP) Concepts - Article which gives definitions for all 5 OOP concepts(5 pillars of OOP) which are essential to understand basics of any OOPL(like C#,VB.NET,JAVA,C++).Any OOPL should support these concepts.

How to Export Excel data to XML and XML data to Excel through .NET?

Posted: 18 Nov 2012 04:49 AM PST

In this article I am going to explain about in simple way export Excel data to XML and also explained about how to export XML data to excel with help of dataset. This concept may be used for you in some times.

How to reset or show password using forgotten page?

Posted: 18 Nov 2012 05:00 AM PST

In this article I am going to explain about in detail how to reset or show login password using forgotten page. This code snippet is help you whenever you need password reset option in your website.

How to insert, update and delete operations in gridview with using session?

Posted: 18 Nov 2012 05:12 AM PST

In this article I am going to explain in detail about how to handle all operation like insert, delete , update etc. in the grid view with use of session values and finally insert all data in the sql database.

How to use ListView control in ASP.NET?

Posted: 18 Nov 2012 05:33 AM PST

In this article I am going to explain in detail about ListView and its functionality in ASP.NET. I have explain here add, modify and delete records through ListView control with detailed example.

How to maintain more row values between two forms in .NET?

Posted: 18 Nov 2012 06:47 AM PST

In this article I am going to explain about how to maintain more row values between two forms in the windows application using data table.

How to use SQLTransactions in .NET?

Posted: 18 Nov 2012 06:57 AM PST

In this article I am going to explain about SQLTransaction in .NET. Most of the cases we need to rollback some operation if incomplete / error occurred for that time use SQL Transaction to rollback incomplete transaction.

How to send gridview content in email using ASP.NET?

Posted: 18 Nov 2012 07:04 AM PST

In this article I am going to explain about how to send gridview content as email to user. This technique is used for your in various situation. I have use two techniques here to send email.

How to convert Fahrenheit to Celsius or Celsius to Fahrenheit through ASP.NET Web service?

Posted: 18 Nov 2012 07:12 AM PST

In this article I am going to explain about how to convert Fahrenheit to Celsius or Celsius to Fahrenheit. I have create separate service for this and call that service to find exact values.

How to remove underline in header text of gridview sorting?

Posted: 18 Nov 2012 07:24 AM PST

In this article I am going to explain about how to remove header text underline when sorting is apply in gridview.

How to add selected row from one gridview to another gridview?

Posted: 18 Nov 2012 07:29 AM PST

In this article I am going to explain about how to add selected product row from one gridview to another. This concept is use many times in shopping cart projects. If user is added product in his/her shopping cart then finally need to show selected product in separate grid.

How to show images from database into Picture box?

Posted: 18 Nov 2012 07:35 AM PST

In this article I am going to explain about how to show images from database to picture box. Here I have stored images in the bytes format in the database convert that image and show in picture box.

How to insert, update, delete and select operations through web service?

Posted: 18 Nov 2012 07:45 AM PST

In this article I am going to explain in detail about how to do insert, update, delete and select operation through web services. This code snippet is useful for other platform users also access your service to do all operation in your database.

Compress and Extract a Zip File

Posted: 19 Nov 2012 08:21 AM PST

In this article, I will explain how to Compress a Folder into zip file and extract a Zip File into folder using third party dlls such as zip.exe and ICSharpCode.SharpZipLib.dll. zip.exe is used to compress a folder. ICSharpCode.SharpZipLib.dll is used to extract a zip file

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home