ASP.NET

LINQ Operators - Sets Operators

Posted by admin on September 19, 2011 at 7:30 am

Today we will go through the sets operators.As all LINQ operators returns I enumerable interface and methods are designed to allow you to query data which suppoerts the Ienumerable. LINQ operators are allows to use set of operations on result of LINQ Query. There are mainly four sets opeators.
1) Distinct
2) Except
3) Union
4) Intersect
1) Distinct:
Distinct allows you to get distinct [...]

All About Web based help-desk

Posted by admin on September 16, 2011 at 1:27 pm

The web is regarding building infrastructure and process easier. Developers are working too hard to designing the making of products and solutions which is trouble-free to learn and simple to use. This is the reason why most of the companies prefer to go for web-based solutions. Help desk is becoming more and more essential these [...]

3 layout Controls-StackPanel

Posted by admin on August 26, 2011 at 11:50 am

In this article, we will be discussing next Layout Control , StackPanel ,of Silverlight.
By stack we understand that things will be placed side by side. So this control arranges the child controls side by side. By default they are placed in vertical manner. By coding this is can be changed to horizontal.
Eg. Arranging items in [...]

WCF Binding Behavior

Posted by admin on August 26, 2011 at 10:42 am

Hello friends, in my last article I discussed regarding declaring the end point in appconfig file of consol WCF application. The WCF services support multiple protocols as discussed earlier. So now case when one client is using SOAP via HTTP and another is using binary via TCP, in such case we need to have multiple [...]

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

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