Category Archives: .NET Programming
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 platforms/clients technology may consume these contracts. So propagation of exception details occurred in service to the client applications must happen in a platform-agnostic manner so that a client […]
Continue Reading: Exception Handling and Using Transactions in WCF Service →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 – the representation / interaction of the entities with the real world 3. Controller – the heart of any application where the business rules […]
Continue Reading: An Introduction to ASP.Net MVC – Working Code Sample →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.
For example, you can use an instance of the System…
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 virtual table and is intended just to familiarize …
Continue Reading: Manage Files in RTC WITHOUT using FILE virtual table. (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: http://blogs.msdn.com/b/nav/archive/2010/07/09/let-nav-speak-with-a-sim…
Continue Reading: Let NAV Speak! (with .NET Interop and 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 the Microsoft .NET Framework! With NAV 2009 R2, you c…
Continue Reading: .NET Interoperability in NAV 2009 R2 →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 always be helpful if you are working in a large data set GridView is the best control to display a spreadsheet / tabular […]
Continue Reading: GridView Header Freeze Using CSS & ASP.net →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 Microsoft Dynamics NAV 2009 SP1 are compatible wit…
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 language runtime.
Continue Reading: Assemblies in .NET →.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 the same time.
Continue Reading: Programming Language | .NET Multiple Inheritance Issue →