Articles (2414) - Page 73

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.
 
Steven
PasswordRecovery with CAPTCHA 
Last updated on: 06 Nov 2012 06:39:32 AM by Steven | Views: 7555 | Category: ASP.NET |
Votes: 1 | Rating: 4 out of 5
I will show you how to implement Password Recovery control with CAPTCHA included and how to handle the background processing.
Ambily.Raj
Asynchronous programming - async & await 
Last updated on: 06 Nov 2012 04:50:29 AM by Ambily.Raj | Views: 16255 | Category: Visual Studio |
.Net 4.5 introduced the new asynchronous programming model using the asyn and await keywords. Till now asynchronous programming is little complex and the debugging of the same is painful. Now with the help of the new asynchronous programming, developers can write simple codes to do the asynchronous tasks.
Saratvaddilli
Global Variables in SQL Server - Part2 
Last updated on: 05 Nov 2012 03:55:06 AM by Saratvaddilli | Views: 8397 | Category: Sql Server |
let us learn the global variables in the sql server , in my last article we had already learned about global variables and we also learned the first 10 global variables .This article is continuation to the Global Variables in Sql Server Part-1
Saratvaddilli
Global variables in Sql Server - Part1 
Last updated on: 05 Nov 2012 03:50:37 AM by Saratvaddilli | Views: 23024 | Category: Sql Server |
Votes: 1 | Rating: 5 out of 5
In this article we are going to learn the global variables in sql server 2008
Ambily.Raj
Windows 8 App Features - App Bar Advanced 
Last updated on: 31 Oct 2012 12:14:08 AM by Ambily.Raj | Views: 9001 | Category: Windows 8 |
Votes: 1 | Rating: 4 out of 5
Windows 8 introduced a whole new style of application development. Windows 8 Style applications display Content over Chrome. This new style of application development help the end user to develop touch enabled applications with the same style as Windows 8. Windows 8 Style applications are based on Tiles, App Bars, Contracts, etc. We will be discussing about various Windows 8 features in a series of articles. In this article we will discuss about the App Bar feature.
Ambily.Raj
Windows 8 App Features - App Bar 
Last updated on: 29 Oct 2012 11:44:02 PM by Ambily.Raj | Views: 14211 | Category: Windows 8 |
Votes: 3 | Rating: 5 out of 5
Windows 8 introduced a whole new style of application development. Windows 8 Style applications display Content over Chrome. This new style of application development help the end user to develop touch enabled applications with the same style as Windows 8. Windows 8 Style applications are based on Tiles, App Bars, Contracts, etc. We will be discussing about various Windows 8 features in a series of articles. In this article we will discuss about the App Bar feature.
Madhu.B.Rokkam
Upload a file using ASP.Net file upload control and WCF 
Last updated on: 21 Oct 2012 11:12:32 AM by Madhu.B.Rokkam | Views: 77630 | Category: WCF |
Votes: 2 | Rating: 5 out of 5
I came across a question last week on how we can upload a file using a WCF service, So thought of solving through an example.
  • Kollikr
    Routing the Files in SharePoint 
    Last updated on: 17 Oct 2012 12:58:08 PM by Kollikr | Views: 10953 | Category: SharePoint |
    In the Document management space one of the requirements is routing the documents automatically into appropriate folders or subfolders inside a document library. This article explains about the Out of box feature that is provided to meet the above requirement, the limitation of SharePoint 2010 and the Custom solution which meets the requirement
    rajasekharbollareddytcs-18592
    System Databases Restoration 
    Last updated on: 11 Oct 2012 05:20:41 AM by rajasekharbollareddytcs-18592 | Views: 4264 | Category: Sql Server |
    Votes: 1 | Rating: 5 out of 5
    Some times we need to restore System Databases. This may happen due to system or hard disk or any upgrade failures. We have two cases to go for restoring system databases 1)If MSSql Service is running fine then we will proceed to restoring system databases. 2)If MSSql service is not running or it is going to fail while at restarting then we need to reinstall SQLServer Software in 2005 and 2008 and in 2000 we have one option of rebuilding master database by running of the Rebuildm.exe executable and this was located at C:\Program Files\Microsoft SQL Server\80\Tools\Binn by default. In the case of one we must need to restore system databases again but in case of two it's depend on business requirement. If we restore system databases again then no need to create user logins,tables,views,triggers,procedures and Server level configurations in the System databases. I feel you might be understand why we need to restore system databases.
    Sagarvt
    SSRS 2008 a developer note book 
    Last updated on: 10 Oct 2012 06:24:50 AM by Sagarvt | Views: 6824 | Category: Sql Server |
    Votes: 1 | Rating: 4 out of 5
    This article describes the features like create report , deploying on report server, access report from aspx page and create a chart graph based report. Code snippets are given wherever necessary.
    Ambily.Raj
    Visual Studio 2012 Features – Quick Launch 
    Last updated on: 09 Oct 2012 04:58:26 AM by Ambily.Raj | Views: 9429 | Category: Visual Studio |
    Votes: 2 | Rating: 4.5 out of 5
    Visual Studio 2012 is having a bunch of new features, which helps improve the developer productivity. In this article we will discuss about the Quick Launch Feature.
    Klbaiju
    ToolTip in GridView using JQUERY Method - 1 
    Last updated on: 06 Oct 2012 09:53:00 AM by Klbaiju | Views: 16044 | Category: jQuery |
    Votes: 4 | Rating: 5 out of 5
    In this article I am going to show a simple tooltip in GridView using jQuery.
    Niladri.Biswas
    Row_Number simulation in LINQ 
    Last updated on: 03 Oct 2012 05:25:35 AM by Niladri.Biswas | Views: 63603 | Category: LINQ |
    Votes: 2 | Rating: 4.5 out of 5
    In this article , we will look into as how we can implement Row_Number() function of Sql Server in LINQ using C# as the language of choice.
    Nagasundar_Tn
    Extension Methods -C# 4.0 
    Last updated on: 03 Oct 2012 03:25:08 AM by Nagasundar_Tn | Views: 7749 | Category: C# |
    Here I am just explaining how can we call the Extension Methods. And using extension methods how to sort the objects and primitive data types.
    Niladri.Biswas
    Let's learn IIF Function in Sql Server 2012 
    Last updated on: 01 Oct 2012 04:41:39 AM by Niladri.Biswas | Views: 7226 | Category: Sql Server |
    Votes: 2 | Rating: 4.5 out of 5
    In this article we will learn IIF function of Sql Server 2012 (Denali).