Articles (2414) - Page 91

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.
 
Vishvvas
Software patterns - GRASP (Part VIII – Pure Fabrication) 
Last updated on: 30 Aug 2011 09:14:20 AM by Vishvvas | Views: 37859 | Category: Best Practices |
In this part of article series for "Software patterns- GRASP", we would explore the process of assigning responsibilities so has to handle the situation where the existing domain classes are violating the High cohesion and low coupling principles in turn using Pure Fabrication in such scenarios.
Mahakgarg
Simple Animation In JavaScript 
Last updated on: 29 Aug 2011 11:51:51 AM by Mahakgarg | Views: 8194 | Category: JavaScript |
Here we create a simple animation in JavaScript. When we mouseover on particular text, it will change the image according to where the mouseover occurs.
Sheonarayan
How to bind data using SqlDataReader and where to use SqlDataReader? 
Last updated on: 29 Aug 2011 06:11:13 AM by Sheonarayan | Views: 11507 | Category: ADO.NET |
In this article, we shall learn how to bind data using SqlDataReader and where to use SqlDataReader.
Vishvvas
Software patterns - GRASP (Part I - Introduction) 
Last updated on: 28 Aug 2011 06:57:14 PM by Vishvvas | Views: 27428 | Category: Best Practices |
Votes: 5 | Rating: 4.6 out of 5
In OOAD, assignment of responsibilties to classes and objects is an inportant task and GRASP caters the guidelines for such assignments.
Jamiescott
How Much Money Should I Spend on Website Promotion? 
Last updated on: 27 Aug 2011 11:04:31 PM by Jamiescott | Views: 6066 | Category: Others |
In This Article we are going to learn about “Money spending on a website Promotion”.
Mahakgarg
Required Field Validator In Ajax 
Last updated on: 27 Aug 2011 02:42:07 PM by Mahakgarg | Views: 11547 | Category: ASP.NET AJAX |
In this example I create a validation control. It checks if the TextBox is Empty it shows the error message.
Sheonarayan
How to retrieve saved images from SQL Server database and show on the Page? 
Last updated on: 26 Aug 2011 05:35:36 AM by Sheonarayan | Views: 42207 | Category: ADO.NET |
Votes: 3 | Rating: 4 out of 5
In this article, we shall learn how to retrieve the saved images from the SQL Server database and show them on the page.
  • Vishvvas
    Software patterns - GRASP (Part VII – Polymorphism) 
    Last updated on: 24 Aug 2011 08:00:34 PM by Vishvvas | Views: 20003 | Category: Best Practices |
    Votes: 1 | Rating: 4 out of 5
    In this part of article series for "Software patterns- GRASP", we would explore the process of assigning responsibilties so has to handle the alternatives based on types through implemention of the pattern polymorphism.
    Dhirendra
    How to retrieve @@identity auto incremented value using OUTPUT paramter through stored procedure and C# 
    Last updated on: 24 Aug 2011 06:37:18 AM by Dhirendra | Views: 17681 | Category: ADO.NET |
    Votes: 2 | Rating: 5 out of 5
    In this article, we will earn how to get the value from output parameter in C# which is returned by stored procedure; also we will see how to get the newly inserted record’s Incremented PK value using output parameter. In this article we used @@Identity sql server variable which tracks the incremented value on the table.
    Sheonarayan
    How to save an Image into the database using Stored Procedure in ASP.NET? 
    Last updated on: 24 Aug 2011 06:13:20 AM by Sheonarayan | Views: 43644 | Category: ADO.NET |
    In this article, we shall learn how to save an Image into the SQL Server database using Stored Procedure in ASP.NET.
    ttarakarajesh-8732
    Connecting with MS Access 2007 database from C# Windows application 
    Last updated on: 24 Aug 2011 06:08:30 AM by ttarakarajesh-8732 | Views: 57956 | Category: C# |
    This article explains to us , how to connect with MS Access 2007 database from C# Windows application.
    Itorian
    Destructors in C# 
    Last updated on: 23 Aug 2011 04:20:14 AM by Itorian | Views: 11631 | Category: C# |
    In this quick post we will learn all about destructors and its all properties.
    Dhirendra
    ADO.Net Entity Framework: How to Retrieve data using Stored procedure step by step 
    Last updated on: 22 Aug 2011 09:21:57 AM by Dhirendra | Views: 28984 | Category: ASP.NET |
    In this article, I woul like to explain how we can retreive the data through ado.net entiry frameowk by using stored procedure.
    Dhirendra
    How and where Microsoft has implemented [Decorator] GOF design patterns in .Net Framework Part-II 
    Last updated on: 22 Aug 2011 07:21:54 AM by Dhirendra | Views: 11481 | Category: Design Pattern & Practices |
    Votes: 1 | Rating: 5 out of 5
    In Last articles, http://www.dotnetfunda.com/articles/article1514-how-and-where-microsoft-has-implemented-gof-design-patterns-in-net-framewo-.aspx we saw that how Microsoft has used abstract Factory (GOF design pattern) pattern in .Net framework library. In this article, we will see how Decorator Pattern has used in .Net Framework Library.
    Itorian
    Show Loading Message while Upload Files in ASP.NET 
    Last updated on: 22 Aug 2011 03:02:55 AM by Itorian | Views: 15438 | Category: ASP.NET |
    In this Article, we will learn how to display Loading.. message while uploading any files.