In this chapter, you'll learn: The basics of building an ASP.NET MVC Web application using Microsoft Visual Web Developer 2010 Express. Bron : Microsoft ASP.net Lees meer...
The three-tiered architecture in Dynamics NAV 2009 enables wonderful things to happen. Yes, you can get better scalability by separating the business logic from the presentation layer, but there are a couple of other things you get as a result of the Dynamics NAV Service Tier:…
This sample application is developed in C# as a library with the project name “ImportFOB”. The DLL “ImportFOB.dll” can be used in a C# Windows application to import the Microsoft Dynamics Navision FOBS into Navision without opening the Navision Object Designer. Bron : The Code Project…
The .NET Framework makes it easy to detect objects dragged and/or dropped into a Windows Forms application using one or more of the drag-and-drop events available. In these events you could check if the object is a file. Bron : Codehill Lees meer...
This step-by-step article describes how to perform a drag-and-drop operation with tree nodes between two TreeView controls in a Visual C# application. Bron : Mircosoft Support Lees meer...
I guess before you can show someone how to create and consume a Web Service, you need to ensure they know and understand what a Web Service actually is. The following is the easiest, simplest definition I've been able to come up for "What is a…
Creating your first web service is incredibly easy. In fact, by using the wizards in Visual Studio. NET you can have your first service up and running in minutes with no coding. Bron : The Code Project Lees meer...