Dot Net Technologies

Human Resource System and Software

Posted by admin on August 16, 2011 at 4:20 am

At SPEC INDIA we have always believed in success of our customers which in turn let us achieve our success. This is because we sincerely believe in complete success of all software projects that we undertake.
Taking the same philosophy forward SPEC INDIA has been successfully delivering enterprise level applications in Microsoft .NET technologies for quite [...]

.NET Platform and Its Future

Posted by admin on August 12, 2011 at 6:35 am

Microsoft .NET platform / technology has been one of the most excellent boon for Software developers community, for a simple reason that it provides RAD (Rapid Application Development) in true means.
Along with RAD, Microsoft could truly enter into the space of Enterprise applications by getting into the world of OOPs (Object Oriented Programming), as before [...]

Drag & Drop functionality in Adobe Flex

Posted by admin on August 5, 2011 at 11:30 am

DragManager in flex have manager class for dragging which is handled all the event of drag and drop.

1. Here we discuss to drag and drop from one container to another container.
2. Let’s take 2 container of Hbox one is “hb1” and second is “hb2” , “hb1” is the base container in which dragged item [...]

Design Pattern in .Net – Introduction

Posted by admin on August 4, 2011 at 1:16 pm

Welcome to the series of blogs on Design Patterns. This is introductory blog on design pattern. In this blog I will try to explain definition of design pattern & will try to walkthrough of 3 main categories of design pattern.
Definition:
Design patterns are tried and tested programs for recurring problems in software programming. These patterns are [...]

Hire .NET / ASP.NET Developer

Posted by SPECIndia on July 29, 2011 at 9:57 am

Are you looking to Hire .NET / ASP.NET developer, at a very affordable cost and with quality assurance as well. SPEC INDIA has developed various applications in from small to medium to large scale ASP.NET, C#.NET and SQL Server projects for offshore software development and custom products. Our experts have broadly worked in ASP.NET, VB.NET [...]

What is .NET Remoting?

Posted by admin on April 1, 2011 at 3:08 pm

At its fundamental level, .NET Remoting allows two processes within the same or different application domains to communicate with each other in a client-server relationship. In this basic scenario, the server component is a remotable object.
.NET Remoting implements interprocess communication by separating the remotable object from a specific client, server application domain, or particular communication [...]

NET Framework

Posted by admin on March 26, 2010 at 3:27 pm

NET Framework sits on top of the operating system, which can be a few different flavors of Windows and consists of a number of components. NET is essentially a system application that runs on Windows.
The most important component of the framework is the CLR. If you are a Java programmer, think of the CLR as [...]

What is Web Services Framework?

Posted by admin on September 25, 2009 at 3:18 pm

Web services are distributed software components accessible through standard web protocols. The first part of the definition is similar to that for COM/DCOM components. However, it is the second part that distinguishes web services from the crowd. Web services enable software to interoperate with a much broader range of clients. While COM-aware clients can understand [...]

Benefits of ADO.NET

Posted by admin on July 31, 2009 at 2:57 pm

Interoperability
The ability to communicate across heterogeneous environments.
All communication involves data exchange, whether the communication between distributed components is through a request/response methodology or a message-based facility. Current distributed systems assume that the components involved in the communication are using the same protocol and data format. This assumption is too restrictive for a client base to [...]