Tech Guy on September 30th, 2009

With Visual Studio 2010 and the .NET Framework 4.0, Microsoft is focused on the core pillars of developer experience, support for the latest platforms spanning client, server, services and devices, targeted experiences for specific application types, and core architecture improvements
Much awaiting features are expected to be included with this release, Some of them are [...]

Continue reading about Visual Studio 2010 Great functionality for Developers

Tech Guy on September 24th, 2009

Overview of Jquery Ajax
Jquery API is extension of the JavaScript language. It supports methods which make it easy to write complex client side scripts. The creators of JQuery specifically created the library to make common tasks trivial.
Ajax is key part of the websites now a days and asynchronous JavaScript is used widely to do [...]

Continue reading about Call ASP.net MVC Server side function using Jquery Ajax

Tech Guy on September 22nd, 2009

JavaScript tricks for ASP.Net developers
Every ASP.Net site on the Internet has various user controls and almost every developer have to handle these controls in JavaScript. Most developers face problem finding these ASP.net user controls in JavaScript side. If you have ever wanted to handle ASP.Net controls in JavaScript, this article should [...]

Continue reading about Handling ASP.Net Controls in JavaScript

Tech Guy on September 22nd, 2009

This article demonstrates

How to create a setup package(.msi file).
How to place the files & folders in appropriate locations in the target machine,.
Adding registry entry for the project
Adding Custom File Types
Adding Splash screen, Read-me screen, Confirm screen, License Agreement etc
Adding Launch Conditions
How to check if .NET Framework is installed in [...]

Continue reading about How to Create a Setup Package in Visual Studio .net

Tech Guy on September 15th, 2009

Description:
This tool is used for making column resizing in grid view control. Main purpose of this script is used for pass the client id of grid control when adding the user controls dynamically in aspx page .so it’ll allow column resize in all user controls in the aspx page.
The logic will work only with the [...]

Continue reading about Gridview column resize in ASP.NET2.0

Key Benefits

The new API gives a fine grain control on the behavior of the runtime with regards to multithreading, memory allocation, assembly loading and more.
To take advantage of better Debugging and error checking.
The ASP.NET 2.0 compiler automatically compiles application code and dependent resources when a request is made to a resource on your [...]

Continue reading about Issues and Resolution while Migrating from DotNet Framework 1.1 to 2.0

Connection of Sybase to .Net and SSRS

The connection of Sybase to SSRS was made in the project using the Sybase ASE ODBC driver. This driver needs to be installed.
After installation, the next step is to create an ODBC data source for Sybase. This can be done by adding a new system data source under [...]

Continue reading about Sybase with DotNet Application and SQL Server Reporting Services

Tech Guy on September 7th, 2009

The article lists the facts that are incurred while connecting IBM DB2 with DotNet applications and SQL Server Reporting Services (SSRC) tool.
Connection of DB2 to .Net and SSRS

The connection of DB2 to SSRS was made in the project using the Microsoft ODBC driver. This driver is a default driver and is visible in the [...]

Continue reading about DB2 with DotNet and SQL Server Reporting Services

You may come across the error “The process cannot access the file ‘abc.txt’ because it is being used by another process” while programming in DotNet environment. Usually this case occurs when you create a file and do some operation, before completion of the operation or if the file object is been available in memory and you try to either delete the file or rename or open using Read Write mode you will get this error.

Continue reading about Troubleshooting Error “The process cannot access the file because it is being used by another process”

Tech Guy on August 20th, 2009

Welcome back, In the last two article we have been discussed about General Checklist and Security Related Checklist for ASP.Net Developers. These checklist are found to be very useful for developers perspective. Now we shall discus something about ASP.Net Performance Improvement Tips. I have listed down some of the Performance Related Tips for ASP.Net Applications

Reduce [...]

Continue reading about ASP.Net Performance Improvement Tips