Articles in the Tutorial Category
Silverlight, Tutorial »
Silverlight: A Step Ahead Series
Introduction:
Microsoft introduced Rich Internet Application with the introduction of Silverlight which is a very lightweight and a client-side application.
Scope of article:
The scope of article is just tell the idea about “What is Silverlight?†The advance tiopics like implementation details etc is not covered or in the scope of this article.
Definition
In simple words Silverlight is a Client-framework having cross-browser, cross-platform ability developed by MicroSoft, which provides Designers and developers to develop Rich Internet Applications [RIA] to embed into web applications.
Silverlight Framework
Silverlight Framework is a combination of …
Asp.net, CSharp, Tutorial »
Introduction:
Programers of Visual Basic the keyword ‘var’ is confusing here as the type variants was used in Visual Basic.
Here, the keyword var tells to compiler emit a strong type based on t5e value of the operation on the right side.
Important:
Anonymous types can be used to initialize simple types like integers and strings.
Rules : Following are the some basic rules to use LINQ Anonymous Types.
Anonymous types can’t be null.
Must always have an initial assignment.
Can be used with Simple or complex types, but composite anonymous types require member declaration
example:
var mylist = …
CSharp, Tutorial »
Overview & History
First of all let me say my thanks to
Mr. Joymon whose question
inspired me to write this resource.
The present post is showing the another method to Write a CLR Proc apart from the method in my earlier post
Writting a CLR Stored Proc.
Step:Followings are the steps to start the above in Visual Studion
1. Start Visual Studio2005 or higher
2. Add new file from File -> New -> Project
3. Select Database Project [provide the name]
4. Create the project, it requires Database Reference [I used EmployeeDB here]
5. In Solution Explorer Right …
