Archive for the ‘DOTNET’ Category

Tool/Article: Web Server Information using .NET

I explained the internals of this tool here - http://www.codeproject.com/KB/cs/WebInfo.aspx
You can also download this tool from this page.
A direct download link is here also.

VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

AppFabric WCF Data Service

WCF DataServices enables the creation and consumption of OData services for the web (formerly known as ADO.NET Data Services). Windows Server AppFabric provides tools for managing and monitoring your web services and workflows.
The AppFabric WCF Data Service template brings these two products together providing the following features:

Monitor the queries to your service across multiple servers [...]

Leave a Comment

Microsoft Visual Studio LightSwitch

Microsoft Visual Studio LightSwitch is a simplest way to build business applications for the desktop and cloud. LightSwitch is a new member of the Visual Studio family focused on making it easy to develop line of business applications.
With LightSwitch we make it really simple with two choices:  VB or C#!
LightSwitch is a stand alone Visual [...]

Leave a Comment

Connect using UDL file from .NET

Here is a sample code:

Imports System.Data.OleDb
 
Public Class Form1
 
Private Sub Button1_Click(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles Button1.Click
If (OpenFileDialog1.ShowDialog() <>
Windows.Forms.DialogResult.OK)
Then Return
Button1.Enabled = False
Dim udlfile [...]

Leave a Comment

Some interview points for your .NET interview

Make sure you tried to cover all these points before you appear for a .NET technical round.
OOPs

General Concepts
OOPs with .NET languages

.NET

What is Framework
Roles/Responsibilities/Functions of CLR
Latest Framework Version?
Major differences between 1.1 & 2.0 & 3.5 & 4.0
What is new in 3.5
What is new in 4.0
Visual Studio Version?
Terminology: [...]

Leave a Comment

WinForms – Print using printDialog and printDocument

Code snippet here:

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
 
namespace WindowsFormsApplication2
{
public partial class Form1 : Form
{
DataSet ds = new DataSet();
public Form1()
{
[...]

Leave a Comment

WPF Case Study Article

Theme is a bit old but had to prepare a document and thought to share with you.
Read it here.
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

Silverlight Deployment Guide v4 Live‏

Download it here.
This guide is great for any enterprise who wants to deploy, manage, or troubleshoot the installation of Silverlight version 1-4 in their corporation.  The previous version 2 of the guide has more than 100,000 completed downloads to date.
The major new additions since the previous versions of the guide are:
· Deploying and managing Silverlight [...]

Leave a Comment

VS 2010 Keyboard Shortcut Posters

VS 2010 Keyboard Shortcut Posters Now Available for VB, C#, F# & C++
Download here.
More details here.
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

Better Coding with Visual Studio 2010

 Check URL: http://msdn.microsoft.com/en-us/magazine/ee336135.aspx
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment