In the world of software development, adhering to design principles is crucial for building robust, maintainable, and scalable applications. One such principle is the Single…
Senior Software Engineer
In the world of software development, adhering to design principles is crucial for building robust, maintainable, and scalable applications. One such principle is the Single…
NuGet is a visual studio extension which makes it easy to install and update open source libraries in visual studio. One can simply search for…
Introduction We often need to create a Data Access Layer (DAL), which takes our business objects and performs CRUD (Create, Read, Update and Delete) in…
Introduction In this article we will see how we can make use of jQuery library to make AJAX calls in ASP .NET with the help…
Introduction This article describes the use of custom web controls in ASP .NET. Sometimes, when the requirement becomes complex and it’s difficult to build them…
Language Integrated Query (LINQ) is a new component of .NET framework 3.5. It’s main function is to add data querying capabilities to .NET framework using syntax similar…
Introduction This article describes how to create a PDF document using XSLFO and Apache FOP. In the example I will be exporting datatable to pdf,…
As we all are aware of the power of XML technology. Even though the XML language doesn’t inherently include any mechanism for defining how a…
I have often feel the need for developers to generate an Excel report requirement. Here is a small code snippet to produce the same. C#…
Requirements planning and management is key to business analyst. It plays a vital role in determining the project’s success. They should be structured and executed…