Articles (2414) - Page 125

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.
 
Pandians
Policy Based Management - SQL Server 2008 
Last updated on: 16 May 2010 06:10:39 AM by Pandians | Views: 18400 | Category: Sql Server |
Votes: 1 | Rating: 5 out of 5
Monitoring and Preventing policy violation activities on Database objects, Databases, Instances on SQL Server 2008 using Policy Based Management (PBM)
Abhi2434
Change Notification For Objects and Collections 
Last updated on: 15 May 2010 04:51:11 AM by Abhi2434 | Views: 49239 | Category: C# |
Votes: 5 | Rating: 4.6 out of 5
The article describes how you can implement your class using INotifyPropertyChanged, INotifyPropertyChanging to work on your objects and INotifyCollectionChanged on your collection. The article also describes the common mistakes and workarounds how you can handle notification scenarios in real world scenarios.
BangaruBabu
Import Gmail Contacts into ASP.NET GridView 
Last updated on: 12 May 2010 06:56:34 PM by BangaruBabu | Views: 40986 | Category: ASP.NET |
Votes: 11 | Rating: 4.64 out of 5
In this article I will explain how to import gmail contacts of a user by using GContacts Data API provided by Google. This Article will help the developers, who are willing to develop SOCIAL NETWORK applications like facebok, orkut, hi5, twitter e.t.c.In Social Network Applications –their objective is to promote their website world wide to n-no of users, for that they targets gmail,yahoomail,AOL,hotmail e.t.c.where you need to invite more people. By keeping that motive in mind I prepared this article with help of Google Contacts API and their suggested source code, I customized according to my Requirement. Its Just like kids play. There is no need to think more and more with Hazards of knowledge.I will explain this article with Step by Step.
Muhilan
How to display an image for textbox server control while focus the control? 
Last updated on: 11 May 2010 12:35:21 AM by Muhilan | Views: 15159 | Category: ASP.NET AJAX |
Votes: 3 | Rating: 4.67 out of 5
In this article explains you how to display an image for textbox server control while on focus the control.
Deeraj
Transaction in ADO.NET Entity Framework 
Last updated on: 10 May 2010 01:33:07 AM by Deeraj | Views: 33922 | Category: ADO.NET |
Votes: 7 | Rating: 4.29 out of 5
This article gives an insight into how to perform transactions using ADO.NET Entity Framework. This article is being authored for it to be at a very basic level and will not consider database isolation levels. Also, this article assumes that readers are already aware of ADO.NET Entity Framework.
Vuyiswamb
How to Send an E-mail using Gmail in ASP.Net 
Last updated on: 09 May 2010 02:53:26 PM by Vuyiswamb | Views: 27750 | Category: ASP.NET AJAX |
Votes: 3 | Rating: 5 out of 5
There are many ways that an application can use to communicate with users. Some users are used to message box popping up and some users are annoyed because this affect the work flow. Some think it’s better to read these messages later. One more thing I saw is that most of the users hate the yellow screen of death. Maybe we need not to show them this message and trap this globally and send this messages t our self.
Kunal2383
How to do a Incremental Search in Visual Studio 2010? 
Last updated on: 09 May 2010 12:56:54 PM by Kunal2383 | Views: 6444 | Category: Visual Studio |
Votes: 1 | Rating: 5 out of 5
In this article I will let you know the new incremental search in Visual Studio 2010.
  • Basem_gomaa
    Using Silverlight StackPanel Layout Control 
    Last updated on: 05 May 2010 12:56:07 AM by Basem_gomaa | Views: 29522 | Category: Silverlight |
    Votes: 2 | Rating: 5 out of 5
    The StackPanel control is a simple layout panel that arranges content into a single line that can be oriented horizontally or vertically (the default).The StackPanel control allow us to stack objects one on top of the other, or next to each other.
    Muhilan
    How to create a Text-to-Speech application using VB.NET with Visual studio 2008? 
    Last updated on: 03 May 2010 02:11:59 PM by Muhilan | Views: 90960 | Category: Windows Forms |
    Votes: 5 | Rating: 4.8 out of 5
    This article shows to you , how to creating a Text-to-Speech application using VB.Net with Visual Studio 2008.
    Kunal2383
    Command Binding in Silverlight 4 (Step-by-Step) 
    Last updated on: 02 May 2010 12:44:20 PM by Kunal2383 | Views: 79895 | Category: Silverlight |
    Votes: 3 | Rating: 5 out of 5
    Silverlight 4 now came up with the support of Command Binding. Using Command binding you can easily develop your Silverlight MVVM (Model-View-ViewModel) applications where your view will not know about data. In this article, I will describe you the Command binding feature in Silverlight 4 Step-by-Step. In this example, I will create a Customer View which will load the customer information from the code behind once we click the button “Load Customers”. The button will have a command associated with it to load the records instead of loading on click event. This ensures that the view will have less code & no relation with the data.
    Basem_gomaa
    Silverlight Grid Control 
    Last updated on: 02 May 2010 12:28:25 PM by Basem_gomaa | Views: 24300 | Category: Silverlight |
    The Grid control is the most flexible layout panel, and supports arranging controls in multi-row and multi-column layouts. It is conceptually similar to an HTML Table element.
    Diya0076
    Quick theming your asp.net website 
    Last updated on: 29 Apr 2010 10:38:14 PM by Diya0076 | Views: 7989 | Category: ASP.NET |
    In this article you will learn how you can quickly apply themes in you asp.net project
    Brij
    A Walkthrough to ASP.NET 4.0 URL Routing 
    Last updated on: 29 Apr 2010 12:40:25 PM by Brij | Views: 38176 | Category: ASP.NET |
    Votes: 3 | Rating: 4.67 out of 5
    In this article, I tried to explore the new feature URL Routing of ASP.NET 4.0.
    SurajRane
    Understanding Asp.Net Ajax Client Library 
    Last updated on: 28 Apr 2010 01:13:09 PM by SurajRane | Views: 14390 | Category: ASP.NET AJAX |
    Votes: 2 | Rating: 3.5 out of 5
    Hi In this article we will look some very nice features provided by Asp.net ajax library.
    Muhilan
    How to pass values from one page to another page without state management techniques? 
    Last updated on: 27 Apr 2010 08:46:41 AM by Muhilan | Views: 33356 | Category: ASP.NET |
    Votes: 2 | Rating: 4 out of 5
    This article shows how to pass values from one page to another page without state management techniques like Session , Query string , cookies etc..