Programming Language | .NET Multiple Inheritance Issue
.NET platform does not support multiple inheritance. Do not confuse multilevel inheritance with multiple inheritance. With multiple inheritance we can have a subclass that inherits from two classes at...
View ArticleAssemblies in .NET
Assemblies are the fundamental building blocks of a .NET Framework application. They contain the types and resources that make up an application and describe those contained types to the common...
View ArticleCompatibility Update with Microsoft SQL Server 2008 R2 and Microsoft Visual...
A couple of big Microsoft products shipped recently, so time for an NAV compatibility update. Microsoft SQL Server 2008 R2 We are proud to announce that both Microsoft Dynamics NAV 5.0 SP1 Update 2 and...
View ArticleGridView Header Freeze Using CSS & ASP.net
Freezing the columns in excel is a fantastic utility, when working on wider spreadsheets. When you need to compare values across the columns, freezing will be very handy. Freezing the header will...
View Article.NET Interoperability in NAV 2009 R2
The greatest development platform in the world meets the greatest set of functional libraries, types, methods, and properties as Microsoft Dynamics NAV 2009 R2 allows developers to take advantage of...
View ArticleLet NAV Speak! (with .NET Interop and NAV 2009 R2)
In this blog is described a very simple usage of the .NET interoperability feature with Microsoft Dynamics NAV 2009 R2 and can be considered an extension of my previous blog:...
View ArticleManage Files in RTC WITHOUT using FILE virtual table. (with .NET interop and...
In this blog you will find attached a very simple usage of .NET interoperability with Dynamics NAV 2009 R2 with the objective of basic file management (move, copy, open, delete) WITHOUT using the FILE...
View ArticleReading and Writing Unicode Files using C/AL
Hello, We have had some partner suggestion for adding Unicode capabilities to the existing Microsoft Dynamics NAV File functions. What we recommend is to use .NET Interop to achieve this functionality....
View ArticleAn Introduction to ASP.Net MVC – Working Code Sample
The objective of ASP.Net MVC design pattern is separation of concern i.e. segregation of three building blocks of any application – 1. Model – comprises the business objects or the raw entities 2. View...
View ArticleException Handling and Using Transactions in WCF Service
Exception handling – WCF perspective WCF service is a programming paradigm that offers a common platform for writing service contracts using Microsoft provided CLR environment where heterogeneous...
View Article