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 [...]

Workflow Presentation Foundation

Posted by admin on August 12, 2011 at 9:04 am

What is WPF?

WPF provides next generation graphics platform using that we can built Windows and Web applications. WPF application will look richer when it will run on Windows Vista or Windows 7 OS compare to previous version of windows.
It’s known as “Avalon”.

Why WPF?

Designers and Developers work in parallel for creating a rich user interface. For [...]

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 [...]

Session State, Application State, and Caching Using Cookies

Posted by admin on March 19, 2010 at 3:35 pm

HTTP is a stateless protocol. A client makes a request by providing the HTTP server with some data such as IP address, browser type, and operating system. The server grinds on that data and creates some output. At that point, the client and server disconnect from each other. Any new client requests require that the [...]

Some Important features of Dot Net.

Posted by admin on June 16, 2009 at 11:26 am

Interoperability support (Interop)
Migrating to .NET from existing languages and platforms has been made much easier. Especially if that environment is COM or Java. COM, Interop is built into the framework, and C# will be very familiar for those developing in Java currently. In fact, Microsoft has a migration utility to automatically migrate existing Java source [...]

Exception handling in .Net

Posted by admin on June 16, 2009 at 9:39 am

Like its C++ and Java predecessors, .NET uses a base System.Exception class as the parent of all thrown exceptions. Many applications can simply use this base class for throwing errors and are not required to implement their own. You may also wish to stick with using the System.SystemException-derived exceptions that come with the FCL. These [...]

What are Web Services?

Posted by admin on June 15, 2009 at 9:30 am

Web Services are basically a set of tools and protocols, which enable software applications to communicate, pass data and issue commands to each other over the Internet or any other network. Web Services are a kind of plumbing that connects different programs together using a network and can be used both inside the organization and [...]

Runtime Security in .NET

Posted by admin on June 15, 2009 at 8:37 am

A principal goal of the Microsoft .NET Framework is to make computing more secure—especially with respect to the use of mobile code and distributed systems. Most modern operating systems (including Microsoft Windows) support user-based security, allowing you to control the actions and resources to which a user has access. However, in the highly connected world [...]