.NET Resources - Articles, Blogs, Tools, Book Reviews and more...
You can find valuable .NET resources including Articles, Software tools, book reviews, blogs, links to good articles and much more.
You can make money from this site by posting original and quality articles that comply with Google AdSense policies.. Also, we offer several other reward programs including monthly profit sharing, cash rewards per post, contests & prizes etc to contributing members.
Articles
How to show Microsoft Word Document content in browser using ASP.NET?
Recently I have seen so many members posting the questions in forum “How to show Word Document in browser without showing Open/Save dialog box. Today we will see how we can show the word content in browser without opening the whole word document separately in browser.Sliding Image using JQuery
Here I am going to explain you how you can make a sliding image in your web application using jQuery. There are many ways to implement this feature in your web application but Using jQuery it will be very easy and you don't need to use any timer control for sliding it automatically.Can we have primary key and clustered index on same table with different field?
In this article I am going to explain what will happen if we try to create primary key on a table which is already having clustered index in it. Also this article is the answer to the question "Can we have primary key and clustered index on same table with different field?"How to display complete SQL Job details containing a string in MS SQL server
Below code will help you to find the SQL job name and job step containing a particular string. This is useful when you have many jobs in the same server and you wanted to search for a job which uses a particular string.How to read XML element and display the data in TextBox using C#
I saw many people asking this query in forums. So I though I will share how this can be achieved in simple method. Below is the C# code to Read XML element and display those data in corresponding TextBox.
How to refresh parent window while closing the pop up window in C#
In this article I am going to explain you, how to refresh parent window while closing the pop up window using C#. This is one of the common query I used to see in .NET forums. To refresh the parent page here I have used JavaScript.How to display alert in outlook express if subject field is empty while sending mail
In this article I am going to explain, how you can display alert from outlook if you click on "Send Mail" button without entering subject. This is a simple piece of VB code which will help you to display alert.How to find drive space using MS SQL SQL
This is one of the query I used to see in forums. I think people are not aware of the inbuilt stored procedure we have in SQL to get the drive space.How to get Client IP address using ASP.NET
This is one of the common query asked in many forums and I saw people giving different answer for this query. So I thought I will clarify this here.SQL Query to find database name if you know only table name
This query is usefull when you wanted to know the database name by passing the table name.