Any one can tell how we store tiff format images in
database and retrive from the database(need for tiff format
only)
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 |
What is httpresponse?
What is a Windows Service and how does its lifecycle differ from a "standard" EXE?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
How can we create custom controls in asp net?
What is the other method, other than GET and POST, in ASP.NET?
What is difference between ASP and ASP.NET ?
• What are HttpHandlers? • What are HttpModules?
Why is an object pool required?
Difference between mvc2 and mvc3 in asp.net?
What is the difference between login controls and forms authentication?
what are grid events ?code for dropdown inside grid and binding dropdown syntax
What are the advantages of passport authentication?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)