Related resources for Visual Studio .NET
  • Introduction to WCF8/21/2018 1:05:12 AM. This article explains WCF and with an evaluation. WCF is a platform for building distributed businesses and deploying services among various endpoints in Windows.
  • Features of VS.NET 20135/14/2015 12:53:57 AM. New Features of VS.NET 2013 : This video provides an introduction about the new features of VS.NET 2013 along with the web enhancements support added to VS.NET 2013 and this video also briefly explains about What is One ASP.NET , using Model and Scaffold on ASP.NET Web Forms , VS.NET 2013 IDE features such as Code Map , Peek Definitions , Code Lens , Browser Link etc.
  • The Architecture of Visual SourceSafe 200510/24/2013 1:34:36 PM. In this article, I want to take a look at the architecture of Visual SourceSafe 2005; an important package which can be used in software development projects as a source control system.
  • Data Binding Techniques Using Visual Studio.NET and JDeveloper10/5/2012 8:40:52 AM. Today data binding techniques are very easy to apply using IDE such as Microsoft Visual Studio.NET and Oralce JDeveloper. In this article, I will show how to develop a client/server enterprise application by applying the Model-View-Controller (MVC) design pattern and using development tools such as Microsoft Visual.NET and Oracle JDeveloper.
  • Localization in COBOL .NET9/30/2012 5:18:31 AM. This article will show you how to use the power of LOCALIZATION within Visual Studio .NET to create one screen and have it display different languages.
  • Reporting Services9/29/2012 9:13:13 AM. This Article tells that, Reports are important components of enterprise applications and are mainly used to provide a descriptive and summary view of your data in order to discover information in huge volume of data and make correct decisions. Reporting Services enable developing reports at the client-side as well as at the server-side. This article is intended to illustrate the principles and techniques used to build reports using Reporting Services.
  • Page Tracing in ASP.NET 4.012/21/2011 12:53:58 AM. Visual Studio debugging tools and ASP.NET detailed error pages are very helpful when we have testing a web application. But, sometimes we need a way to identify problems after we have deployed the application, while we don’t have Visual Studio IDE on that Computer.
  • Introduction to Windows Workflow 4.0 And Visual Studio.NET 20107/9/2011 4:28:33 PM. In this article, I want to illustrate the programming model, engine and tools to build workflow-based applications using Windows Workflow 4.0.
  • How to get all the user properties using powershell in SharePoint 2010 3/3/2011 12:48:30 AM. In this article we will be seeing how to get all the user properties using powershell in SharePoint 2010.
  • Visual Studio.NET 2010 at first glance4/26/2010 7:18:49 AM. In this article, I want to write a Visual Studio.NET Quick Reference guide with the new features added to this new product.
  • New features of Visual Studio.NET 2008 and JDeveloper 11g3/9/2010 12:29:20 AM. In this article, I want to explain the new features of Visual Studio.NET 2008 and JDeveloper 11g which are the IDE provided by Microsoft and Oracle for the development of enterprise application for .NET and Java platform.
  • Master-detail data-binding using DropDownList in ASP.NET 2.06/9/2009 3:06:37 AM. This article is intended to illustrate how to implement the master-detail presentation pattern using the ObjectDataSource components and DropDownList Web control.
  • jQuery in Microsoft.NET and Oracle AS5/26/2009 2:11:21 AM. jQuery is a lightweight JavaScript library CSS3 compliant to efficiently traverse HTML documents, handle events, perform actions and add interaction to the Web pages. In this article, I will explain how to use jQuery with Microsoft ASP.NET and Oracle Application Server (AS).
  • jQuery and Ajax in Microsoft.NET and Oracle AS5/19/2009 12:51:53 AM. In this article, I will explain how to consume an Ajax-enabled Web service using jQuery.
  • Validation in ASP.NET using jQuery5/19/2009 12:30:56 AM. Validation is an important requirement in every enterprise application and every platform has its own implementation to this regards. In this article, I will illustrate how to implement client-side validation in ASP.NET using jQuery.
  • Master-detail data-binding using two Web pages in ASP.NET 2.05/14/2009 5:37:12 AM. This article is intended to illustrate how to implement the master-detail presentation pattern using the ObjectDataSource components and two Web pages in ASP.NET 2.0. Master-detail presentation pattern is one of the techniques most used in enterprise applications intended to visualize one-to-many relationships, for example, let’s suppose the following a common business scenario where we want to display a list of subcategories of products, and allow the user select a particular subcategory in order to display the list of associated products.
  • Implementing optimistic concurrency control in ASP.NET 2.05/6/2009 3:05:43 AM. This article is intended to illustrate how to implement optimistic concurrency control in ASP.NET. Optimistic concurrency control is a mechanism to check when multiple users concurrently access and change a common data item; they don’t overwrite one another’s change. I’m going to illustrate a common scenario in an enterprise application and to show how we can solve the concurrency problems using optimistic concurrency control and the underlying implementation using Microsoft technologies.
  • Validation Controls within GridView control in ASP.NET 2.05/5/2009 7:18:04 AM. This article is intended to show how to add customized validation features to GridView control in order to avoid mistakes when the users enter data and violates the underlying business rules.
  • Master-detail data-binding using DropDownList in ASP.NET 2.04/30/2009 11:29:39 PM. This article is intended to illustrate how to implement the master-detail presentation pattern using the ObjectDataSource components and DropDownList Web control.
  • Data-binding in ASP.NET 2.0 using GridView control4/23/2009 2:11:31 AM. In this article, I will cove the principles and techniques of data binding with ASP.NET 2.0 and SQL Server 2005.
  • Handling complex data types returned by Web services using JSON and jQuery in Microsoft.NET and Oracle AS4/17/2009 6:45:10 AM. In this article, I will illustrate how to invoke an Ajax-enabled Web service which returns a complex data type (an array of products) from a Web service in Visual Studio.NET and JDeveloper.
  • Developing Web Applications using data binding technologies1/23/2009 1:03:31 AM. This article is intended to illustrate how to develop Web application using data binding technologies in Microsoft Visual Studio.NET and Oracle JDeveloper.
  • Reporting Services5/28/2008 6:17:32 AM. This article is intended to illustrate the principles and techniques used to build reports using Reporting Services.
  • Stock Tracker4/9/2008 2:29:15 PM. This program is a utility to track stock quotes for multiple symbols.
  • Deploying Programs in C#1/29/2007 6:28:44 AM. Deploying projects in Visual Studio.NET is fairly straightfoward. Most of the process is automated for you through some convenient wizards so it doesn't require much effort.
  • Interoperability between WCF and Oracle Application Server : Part I1/25/2007 6:04:12 AM. This article is part of series intended to show how to use Web Services related technologies to interoperate applications running in different platforms, in this case, the most common scenario between Microsoft.NET and Oracle AS platforms.