Any one can tell how we store tiff format images in
database and retrive from the database(need for tiff format
only)



Any one can tell how we store tiff format images in database and retrive from the database(need fo..

Answer / Sukhbir Singh Chauhan

In ASP.NET, you can store TIFF format images in a database using a combination of Microsoft SQL Server and a library such as DotNetTiff. Here's an outline of the process:n1. Install DotNetTiff NuGet package.n2. Create a table to store image data with fields for TIFF file properties (e.g., Filename, Width, Height).n3. Save the TIFF images as byte arrays and insert them into the database.n4. To retrieve images, query the database, get the image byte array, and use DotNetTiff to create a new TIFF file from the byte array.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is httpresponse?

1 Answers  


What is a Windows Service and how does its lifecycle differ from a "standard" EXE?

2 Answers  


What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?

1 Answers  


How can we create custom controls in asp net?

1 Answers  


What is the other method, other than GET and POST, in ASP.NET?

3 Answers  


What is difference between ASP and ASP.NET ?

3 Answers   TCS,


• What are HttpHandlers? • What are HttpModules?

2 Answers  


Why is an object pool required?

1 Answers  


Difference between mvc2 and mvc3 in asp.net?

4 Answers   Wipro,


What is the difference between login controls and forms authentication?

1 Answers  


what are grid events ?code for dropdown inside grid and binding dropdown syntax

3 Answers   Quantum,


What are the advantages of passport authentication?

1 Answers  


Categories