Articles (2414) - Page 104

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.
 
Naimishforu
Working with threads in C# - Part 2 
Last updated on: 25 Mar 2011 12:28:48 AM by Naimishforu | Views: 17769 | Category: C# |
Votes: 2 | Rating: 4.5 out of 5
In this article we shall see the C# threading model and we shall also see how to work with threads in C#.NET
Questpond
Design Pattern Interview Questions - Part 4 
Last updated on: 24 Mar 2011 02:14:40 AM by Questpond | Views: 116285 | Category: Design Pattern & Practices |
This section will cover Bridge Pattern, Composite Pattern, Decorator Pattern, Facade Pattern, COR Pattern, Proxy Pattern, template Pattern, MVC.
Naimishforu
Network I/O - Part 4 
Last updated on: 23 Mar 2011 10:22:30 AM by Naimishforu | Views: 4531 | Category: C# |
Votes: 1 | Rating: 5 out of 5
We will see how to work with Network I/O using C#.
Questpond
B- Ball, C- Cat, D – dog: - Learning (REGEX) regular expression the easy way. 
Last updated on: 23 Mar 2011 09:31:47 AM by Questpond | Views: 19141 | Category: .NET Framework |
Votes: 5 | Rating: 5 out of 5
Regex has been the most popular and easiest way of writing validations. The only big problem with regex has been the cryptic syntax. Developers who are working on projects with complicated validation always refer some kind of cheat sheet to remember the syntaxes and commands.
SheoNarayan
Backup and Restore database in ASP.NET 
Last updated on: 21 Mar 2011 08:51:35 PM by SheoNarayan | Views: 86681 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
This article describes an approach to take backup and restore any database that is supported by .NET. In this article, I have taken SQL Server as an example however similar approach can be followed to backup and restore MySql, Oracle and any other databases.
NilkantJagtap
Enterprise People Search In SharePoint 2010. 
Last updated on: 21 Mar 2011 12:39:37 PM by NilkantJagtap | Views: 71583 | Category: SharePoint |
Votes: 1 | Rating: 5 out of 5
In this Artical I will explain how to set up and Configure Enterprise People Search In SharePoint 2010.
NilkantJagtap
Installing SharePoint 2010 
Last updated on: 19 Mar 2011 09:13:06 AM by NilkantJagtap | Views: 70216 | Category: SharePoint |
Votes: 3 | Rating: 5 out of 5
In this article I will explain how to install SharePoint 2010.
  • V-rajbog
    Adding a folder to the SSIS Package Store 
    Last updated on: 18 Mar 2011 10:01:50 AM by V-rajbog | Views: 7623 | Category: Sql Server |
    Votes: 1 | Rating: 5 out of 5
    The SSIS Package Store is a nice option to available for storing SSIS packages. The Package Store list packages stored on the server in the MSDB folder and all packages stored on the file system as long as they are in the default folder (C:\Program Files\Microsoft SQL Server\100\DTS\Packages for SQL 2008) in the File System folder. It is possible to adjust the Package Store to look for packages in different file system folders or different server instances. To do this you must change the MsDtsSrvr.ini.xml file in the C:\Program Files\Microsoft SQL Server\100\DTS\Binn (folder is in SQL 2008 only).
    Questpond
    Comparison of MVC implementation between J2EE and ASP.NET, Who is the best? Part 1 
    Last updated on: 17 Mar 2011 04:49:32 AM by Questpond | Views: 21462 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    Some times back I was discussing MVC with one of my Java friends. The talk ended up with a fight trying to prove how one technology is better than other in implementing MVC. For whatever reasons good or bad I was trying to prove that Microsoft technology is the best but…hmm,aaahh and ooohh.
    V-rajbog
    Error Handling Implementation in SSRS 
    Last updated on: 17 Mar 2011 03:42:16 AM by V-rajbog | Views: 24687 | Category: Sql Server |
    In current IT world the concept of reporting plays a major role. Especially the top level management of any organization mostly relies on reports to enhance their business as well as analyse the customer behaviour. Microsoft Corporation has provided the SQL Server Reporting Services (SSRS) is one of such tools which provide the high end features of reporting. But in this tool making error handling is somewhat complex as it needs lot of coding. So this document has initiated in order to make the error handling mechanism simpler.
    Vuyiswamb
    Permission Module or Security Module in Asp.Net or Silverlight 
    Last updated on: 13 Mar 2011 10:18:20 AM by Vuyiswamb | Views: 26240 | Category: Best Practices |
    Votes: 2 | Rating: 4.5 out of 5
    I have answered more than thirty questions on the different forums about the same subject. “How to Implement a flexible security module” , well the title differs from post to post but the question is the as the answer is the same. The Following post is the trigger or the valiant to the writing of this article.
    Karthikanbarasan
    SQL Server Integration Services (SSIS) – Part 18 – Bulk Insert task in SSIS 
    Last updated on: 12 Mar 2011 12:09:27 AM by Karthikanbarasan | Views: 47104 | Category: Sql Server |
    Votes: 1 | Rating: 5 out of 5
    This is part 18 and the article of the series of article on SSIS. In this article, we are going to learn how to bulk insert in SSIS.
    Dynamicruchi
    Coded UI Test Basic Walkthrough 
    Last updated on: 11 Mar 2011 02:30:29 AM by Dynamicruchi | Views: 196655 | Category: Visual Studio |
    Votes: 3 | Rating: 5 out of 5
    There are lots of test automation frameworks to support the test automation of an application. Coded UI is the new testing model introduced in Visual Studio 2010. This will support the automation of Manual test steps etc. Coded UI is an automation framework which enables us to record a set of action, creates the code for the same and allows us to playback the recording for testing the application. It also gives the flexibility to write the custom code [hand-coded]. In this article we will discuss about how to create our first CodedUI test project.
    Greendragons
    Add View in ILDASM.exe in Mouse Right Click option 
    Last updated on: 10 Mar 2011 10:14:54 AM by Greendragons | Views: 10422 | Category: .NET Framework |
    Votes: 1 | Rating: 4 out of 5
    It is quite troublesome to click ILDASM and then search for the assembly whose IL code you want to see. Well you can directly add "View In ILDASM.exe" in your right click option, so as you right click .dll or .exe files you get View In ILDASM.exe and eaisly view IL code.
    Dynamicruchi
    Object Identification Mechanism in Coded UI test 
    Last updated on: 09 Mar 2011 05:08:19 AM by Dynamicruchi | Views: 48265 | Category: Visual Studio |
    Votes: 1 | Rating: 5 out of 5
    In my last article on Coded UI Basic Walkthrough, we have seen the Record and Playback Mechanism of Coded UI. In this article I would like to discuss about the ‘Object Identification Mechanism of CodedUI’. How Coded UI identifies the objects present on the User Interface? Each object has some search properties associated with it. Along with this, if the object’s Technology is Web then it also has Filter properties associated with it. Coded UI uses these properties to identify the objects at runtime.