Skip to main content
Tag

nuget package

All blogs tagged with nuget package

15
Articles
127,286
Total Views

Showing 15 of 15 articles

06
Aug
2023
How to generate pdf using itextsharp in asp.net mvc
8,957 views

In this article, we'll walk you through the process of using iTextSharp to create PDF documents within an ASP.NET MVC project. We'll dissect the code you've provided and explain each step to ensure you have a comprehensive understanding of the implementation. So follow the steps for learning How to generate pdf using itextsharp in asp.net mvc.

31
May
2023
Getting Started with LINQ Queries in Entity Framework
3,897 views

LINQ (Language Integrated Query) is a powerful tool in .NET that provides a unified way to query data from various data sources. When working with databases, LINQ can be used in conjunction with Entity Framework, a popular Object-Relational Mapping (ORM) framework, to simplify the process of mapping data to objects and querying the database.

02
Jul
2022
The report definition is not valid or is not supported by this version of reporting
10,922 views

Hello guys in this article we will see how to solve an exception when you try to use old rdlc report and make changes into that . You will see you will get an exception ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition' which cannot be upgraded. We will see how to solve that.

Translate Page