Articles (2414) - Page 90

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

2414 records found.
 
Sheonarayan
How to use transactions in ADO.NET? 
Last updated on: 07 Sep 2011 05:54:31 AM by Sheonarayan | Views: 17300 | Category: ADO.NET |
Votes: 1 | Rating: 5 out of 5
In this article, we shall learn how to use transactions in ADO.NET.
Syedshakeer
Difference Between drop and truncate in sql 
Last updated on: 07 Sep 2011 02:38:02 AM by Syedshakeer | Views: 8096 | Category: Sql Server |
DROP and TRUNCATE
Ambily.raj
Encrypt and Decrypt Web.Config 
Last updated on: 07 Sep 2011 01:22:31 AM by Ambily.raj | Views: 77368 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
Security is one of the major aspects in terms of a web application. Security can be implemented using different methods in a web application. One of the main components, which required high security, is the configuration files, where we will define the configurations. In this document, we will discuss about the simple way to protect the web.config entries.
Sathya4260
Display images in the Report Viewer 
Last updated on: 06 Sep 2011 08:47:42 AM by Sathya4260 | Views: 38337 | Category: Windows Forms |
Display the images in the rdlc reports, where the images are retrived from the database.
Praveen.chinthala
Adding Silverlight page in SharePoint portal 
Last updated on: 06 Sep 2011 07:49:09 AM by Praveen.chinthala | Views: 7108 | Category: SharePoint |
SharePoint is a widely used frameowrk to support various enterprise applications. Now the collaboration between SharePoint and Silverlight adds a rich user interface for the same.
debal_saha-9451
Scrollbar style in Silverlight Expression Blend 4 
Last updated on: 06 Sep 2011 06:20:12 AM by debal_saha-9451 | Views: 13232 | Category: Silverlight |
Votes: 2 | Rating: 4 out of 5
In this Article I want to make the design and color of the scroll bar . So, let’s talk on that . I use Expression blend for this . Pl read about expression blend in MSDN or for search in Google how to installed and use this.
Kasarlaravi
URL REWRITING/VIRTUAL URL 
Last updated on: 06 Sep 2011 04:53:55 AM by Kasarlaravi | Views: 20640 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
Let us assume that ,we need to display the user public profile information in viewprofile.aspx page Generally we pass the user id in the qurey string like ”viewprofile.aspx?id=100” . We fetch data using id value and displays the information . If client request s you to url format to be like http://yoursite.com/ publicprofile /username For that type of cases we use the url rewriting concepts .
  • Questpond
    What is the use of "VAR" keyword in c#? 
    Last updated on: 05 Sep 2011 09:38:31 AM by Questpond | Views: 88075 | Category: C# |
    Votes: 3 | Rating: 5 out of 5
    Var keyword is an implicit way of defining DataTypes. Implicit means indirect way of defining variable types.
    Sheonarayan
    How to work with multiple result sets using SqlDataReader? 
    Last updated on: 05 Sep 2011 07:29:17 AM by Sheonarayan | Views: 30938 | Category: ADO.NET |
    In this article, we shall learn how to work with multiple results set using and SqlDataReader.
    Ganeshji
    Adrotator Control using XML, SqlDataSource and Timer Control 
    Last updated on: 04 Sep 2011 10:11:31 AM by Ganeshji | Views: 17406 | Category: ASP.NET |
    Votes: 2 | Rating: 4.5 out of 5
    After studying a lot on Adrotator control, I came to this point, and tried my best to give my knowledge on this control to my readers. I hope u all will like this article of mine.
    Vishvvas
    HTML 5 Distilled - Browser’s Capabilities 
    Last updated on: 03 Sep 2011 12:01:51 PM by Vishvvas | Views: 6284 | Category: Others |
    This is next article to the series on "HTML 5 primer" and delves into detection of features in browser who has varying degree of support for HTML 5 features.
    Sheonarayan
    How to work with multiple results set using DataSet? 
    Last updated on: 02 Sep 2011 06:08:56 AM by Sheonarayan | Views: 23405 | Category: ADO.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article, we shall learn how to work with multiple results set using DataSet.
    Ambily.raj
    Web Performance Test Using Visual Studio – Part III 
    Last updated on: 02 Sep 2011 05:28:04 AM by Ambily.raj | Views: 36854 | Category: Visual Studio |
    Votes: 1 | Rating: 4 out of 5
    Performance of an application is very important for a multi-user application. Performance is not only the speed of execution; it includes the load and concurrency aspects. Visual Studio is one of the tools used for Performance Test. Visual Studio Test edition or Visual Studio 2010 Ultimate provides the support for test automation.
    Vishvvas
    HTML 5 Distilled - Browser’s Readiness 
    Last updated on: 01 Sep 2011 10:20:56 PM by Vishvvas | Views: 10253 | Category: Others |
    This is next article to earlier article on "HTML 5 primer" and goes a step ahead to distill it little further.
    Sheonarayan
    How to retrieve records from SqlDataReader? 
    Last updated on: 31 Aug 2011 11:25:53 AM by Sheonarayan | Views: 14051 | Category: ADO.NET |
    In this article, we shall learn how to retrieve records from SqlDataReader.