Articles (2414) - Page 133

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.
 
Abhisek
Outputting Text and Graphics in VC++ 
Last updated on: 29 Nov 2009 09:39:00 AM by Abhisek | Views: 7511 | Category: Others |
The article will describe you about the use of different classes in VC++ to output text and graphics with examples.
Abhisek
Triggers in SQL 
Last updated on: 29 Nov 2009 09:36:28 AM by Abhisek | Views: 10673 | Category: Sql Server |
This article describes you how to use triggers in SQL.
Abhisek
What is LINQ to XML? 
Last updated on: 29 Nov 2009 09:31:01 AM by Abhisek | Views: 11635 | Category: LINQ |
The article demonstrates the different core concepts of LINQ to XML with an easy console application that will create an XML document dynamically.
Abhisek
Join Multiple Tables In SQL 
Last updated on: 29 Nov 2009 09:21:45 AM by Abhisek | Views: 11254 | Category: Sql Server |
This article describes about how you can join different tables in SQL. It describes different join operations.
Sudhakarj21
Why to know about Design Patterns? 
Last updated on: 26 Nov 2009 10:51:34 PM by Sudhakarj21 | Views: 8047 | Category: Design Pattern & Practices |
Design Patterns or one of the key things in Software Development. These patterns will help to improve coding style and also improves the productivity during development or while design
Sudhakarj21
Load Test SSRS Report 
Last updated on: 26 Nov 2009 10:02:21 PM by Sudhakarj21 | Views: 13203 | Category: Sql Server |
SQL Server Reports are one of the key components in many of the applications and when we do Load test on an application we also make sure that the SQL Server is also capable of delivering the report in time on Load Conditions during concurrent scenarios. This Article will help to create a Web Test using Visual Studio Test Edition and and run the load test with.
Sudhakarj21
Silverlight 3 - Part 2 
Last updated on: 26 Nov 2009 10:00:13 PM by Sudhakarj21 | Views: 7302 | Category: Silverlight |
This Article will help to understand how the initial data required by Silverlight Application will be transfer to it from ASP.NET Page. This helps in transferring dynamic settings from ASP.NET Page to Silverlight application
  • Sudhakarj21
    SDLC - Requirements Process 
    Last updated on: 26 Nov 2009 09:16:09 AM by Sudhakarj21 | Views: 16352 | Category: Design Pattern & Practices |
    This Article is to get more detailed information about Requirements Phase in SDLC. This phase is one of the critical in SDLC Model. What ever the methodology you consider like WaterFall / Iterative etc... this stage will be key for entire SDLC Process.
    Sudhakarj21
    Silverlight 3 - Part 1 
    Last updated on: 26 Nov 2009 09:12:21 AM by Sudhakarj21 | Views: 7894 | Category: Silverlight |
    Silverlight is a Cross-Browser, Cross-Platform plug-in from Microsoft. It supports many features that cannot be done in a normal browser it helps Web Applications to give Rich User Experience using WPF and uses client GPUs to provide this. It also enhances the productivity with the support of .NET APIs, Visual Studio and Expression Blend.
    Anup1252000
    SSl with self hosted WCf Services 
    Last updated on: 26 Nov 2009 03:24:30 AM by Anup1252000 | Views: 26463 | Category: WCF |
    In this article, we are going to see how to use Transport Security with Self hosting by using SSL.
    Sudhakarj21
    Microsoft "OSLO" Overview 
    Last updated on: 23 Nov 2009 09:46:26 AM by Sudhakarj21 | Views: 7402 | Category: Others |
    This article will provide a basic understanding of Microsoft's new Model Driven Platform called "OSLO".
    Goldytech
    How to upload file to SharePoint document library with Object Model 
    Last updated on: 23 Nov 2009 08:31:17 AM by Goldytech | Views: 26202 | Category: SharePoint |
    In this article , I show you how you can upload a file to SharePoint document library and also how you can create the new folder in the document library
    Sudhakarj21
    Microsoft Distributed Cache “Velocity” 
    Last updated on: 23 Nov 2009 08:28:53 AM by Sudhakarj21 | Views: 12006 | Category: .NET Framework |
    Microsoft “Velocity” is the code name for their new Distributed Cache Tool. Distributed Cache is about making your application data available on a Distributed Environment means a set of Physical Servers in a Web Farm scenario or in a Distributed multi layer system. This articel is about an overview of "Velocity" will provide more detailed articles in next coming months.
    Virendradugar
    Starting with JQuery 
    Last updated on: 23 Nov 2009 08:27:52 AM by Virendradugar | Views: 15388 | Category: jQuery |
    This article gives a brief introduction about what is Jquery and what can be done using JQuery.
    Questpond
    5 simple steps to execute unit testing using NUNIT 
    Last updated on: 22 Nov 2009 01:10:29 AM by Questpond | Views: 72549 | Category: .NET Framework |
    Votes: 1 | Rating: 1 out of 5
    Unit testing is validation and verification methodology where the developers test the individual units of source code. In this tutorial we will try to understand how we can do unit testing using NUNIT framework. This tutorial we will try to understand the 5 important steps to do unit testing using NUNIT.