Sateesh Arveti's blog

Look at Peek Definition Window in Visual Studio 2013

In this article, we will look into a new feature of Visual Studio 2013 that helps to edit and view...

Author: sateesharveti Date: 10/22/2013

Look at Raven DB Integration [NoSQL] with ASP.NET MVC 4 Application

In this article, we will look into NoSQL databases, How Raven DB implements it and how to integrate...

Author: sateesharveti Date: 09/11/2013

Custom HTML Helper methods in ASP.NET MVC 4

In this article, we will look into different approaches available for creating custom Helper methods...

Author: sateesharveti Date: 09/06/2013

Look at ASP.NET MVC 4 Project Structure

In this article, we will look into the Visual Studio project structure for MVC 4 application. We can...

Author: sateesharveti Date: 09/05/2013

Export jqPlot Chart to PowerPoint using Open XML in MVC application

In this article, we will design an MVC application that will export jqPlot chart into a PowerPoint...

Author: sateesharveti Date: 09/03/2013

Customize Bar chart using Open XML in MVC application

Open XML is a Microsoft library to manipulate Office documents like Word, Excel, PowerPoint...

Author: sateesharveti Date: 09/02/2013

Commands to ListExtract dlls from Memory Dump using WinDbg

In this blog, we will look into commands that will help us in listing the modules (or) dlls loaded...

Author: sateesharveti Date: 02/09/2012

Look at Internet Explorer 9 Developer Tools

In this Blog, We will look into Developer Tools for Internet Explorer 9 that helps Web developer to...

Author: sateesharveti Date: 01/04/2012

Look at Sharing Common Assemblies in ASP.NET 4.5

In this blog, we will look into sharing common assemblies in ASP.NET 4.5 Developer Preview. This...

Author: sateesharveti Date: 11/29/2011

Customizing FTP Messages on IIS 7/7.5

We will look into customizing FTP messages, that are shown when a FTP client connects/disconnects...

Author: sateesharveti Date: 11/24/2011

Look at Asynchronous Page Processing in ASP.NET 4.5

In this blog, we will look into new Asynchronous Page Processing in ASP.NET 4.5 Web Forms....

Author: sateesharveti Date: 11/02/2011

Look at Request Validation in ASP.NET 4.5

In this blog, we will look into enhancements to Request validation for ASP.NET 4.5. Request...

Author: sateesharveti Date: 10/31/2011

Look at Page Inspector for VS 11 Developer Preview

In this blog, we will look into one of the plug-in for VS 11 called as Page Inspector. Page...

Author: sateesharveti Date: 10/26/2011

Bundling and Minification in ASP.NET 4.5

In this blog, we will look into two new features of ASP.NET 4.5 called as Bundling and Minification....

Author: sateesharveti Date: 10/19/2011

Easier way to collect dumps of 32-bit process on 64-bit server

We should use 32-bit version of Debugger like Debug diag x86 to collect manual dumps for 32-bit...

Author: sateesharveti Date: 07/09/2011

Web Forms vs MVC

In this blog, we will look into benefits of ASP.NET MVC followed by MVC vs Web Forms features....

Author: sateesharveti Date: 03/24/2011

PowerShell script to enable IIS Configuration Auditing

We need to use Event Viewer to enable Configuration Auditing using below steps for IIS 7/7.5: 1)...

Author: sateesharveti Date: 03/10/2011

Look at PowerShell

Windows PowerShell is a command-line shell designed for Windows, targeting system administrators....

Author: sateesharveti Date: 03/05/2011

IIS 7.5: List worker processes

In IIS 7.5, We can easily find running worker processes and requests getting served by each worker...

Author: sateesharveti Date: 01/22/2011

Customized MSN Messenger

Introduction: We are using MSN Messenger for past so many years. It has been improved a lot in terms...

Author: sateesharveti Date: 12/10/2010

Desktop Recorder

Nowadays, Desktop or Application sharing is common to coordinate work properly in IT as well as...

Author: sateesharveti Date: 12/08/2010

Application Watcher

Up to now, I have seen so many applications that will show system usage in terms of memory,...

Author: sateesharveti Date: 12/07/2010

Media Player

Most of the people on Windows Platform, will be using Media Player .It is having lot of features....

Author: sateesharveti Date: 12/03/2010

TaskBar

For most us, Windows's Taskbar is common one used to switch between applications. But, Windows's XP...

Author: sateesharveti Date: 12/02/2010

Task Manager

All people who are working on any version of Windows Operating system know about Task Manager. They...

Author: sateesharveti Date: 11/30/2010

Intranet Messenger using MSMQ

Up to now I have seen so many samples on using MSMQ (Microsoft Message Queuing Service) with .NET....

Author: sateesharveti Date: 11/26/2010

Validation Application Block in Depth

Most of us might have heard about Enterprise library. We even used in our code also. In this series...

Author: sateesharveti Date: 11/25/2010

ClipBoard Manager

For most of the Programmers,copy and paste is frequently doing task in their daily life. But,...

Author: sateesharveti Date: 11/24/2010

Windows Explorer

Most of us on Windows are using built-in Windows explorer to browse through their file system. Even...

Author: sateesharveti Date: 11/23/2010

Services Explorer

In most of our machines, there are few things running in background called as services. We can view...

Author: sateesharveti Date: 11/22/2010

Enhanced Event Viewer

Windows provides a nice tool for viewing event logs of our machine. This tool called as Event Viewer...

Author: sateesharveti Date: 11/21/2010

MSI Explorer

Most of us are quite familiar in creating MSI or Setup for our applications. By using a MSI, we can...

Author: sateesharveti Date: 11/20/2010

JQuery UI In Depth

JQuery UI extends the JQuery library to provide rich user interface with widgets, effects and...

Author: sateesharveti Date: 11/20/2010

AJAX capabilities of JQuery

In previous article, we discussed about Implementing Effects & DOM manipulation functions. In...

Author: sateesharveti Date: 11/20/2010

Implementing Effects & Adding Elements to DOM in JQuery

In previous article, we looked into events of JQuery. We will cover Effects and its implementation....

Author: sateesharveti Date: 11/19/2010

JQuery Event Propagation

In previous article, we looked into events present in JQuery. In this article, we will cover JQuery...

Author: sateesharveti Date: 11/19/2010

AJAX Paging in ASP.NET MVC 2.0 using JQuery

In this article, we will look into paging using AJAX. We can use this approach to load few rows on...

Author: sateesharveti Date: 11/18/2010

AJAX File Upload using JQuery

In this article, we will look into file upload using JQuery plug-in. Ajax file upload plug-in allows...

Author: sateesharveti Date: 11/18/2010

Sorting and Paging in ASP.NET MVC 2.0 using JQuery

We normally use to do sorting and paging for grids like GridView. Here, we will look into html table...

Author: sateesharveti Date: 11/17/2010

Tool to List installed .NET Frameworks & Service Packs

This tool will help us to get a list of installed .NET frameworks and its Service Packs on a...

Author: sateesharveti Date: 11/17/2010

Events in JQuery

In previous article, we looked into traversal methods and chaining. In this article, we will cover...

Author: sateesharveti Date: 11/17/2010

Traversal Methods in JQuery

In previous article, we looked into selectors available for accessing elements in DOM. In this...

Author: sateesharveti Date: 11/17/2010

Selectors in JQuery

In last article, we had looked into JQuery's history and benefits. In this article, we will look...

Author: sateesharveti Date: 11/16/2010

Introduction to JQuery

JQuery is an open source JavaScript library, which can be integrated with any web technology. JQuery...

Author: sateesharveti Date: 11/16/2010