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…
Senior Software Engineer
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…
OOAD focuses on analyzing the requirement and designing the model of the system before the coding starts. OOAD is done to ensure the purpose…
Common Language Runtime (CLR) One of the most important component of .NET framework is CLR, also known as runtime. It provides functionalities like Memory…
Microsoft .NET Framework 2.0 and 3.0, along with their service packs, form the foundation of .NET framework 3.5. As shown in figure, .NET Framework consists…
Aggregation is a type of association in which the relationship between two objects is a part or whole. This type of relationship is loosely coupled…
I often find people struggling with the notion of object oriented programming. I am just trying to give my understanding in as simple way as…