dotnetfunda
Name: dotnetfunda
Score: 10,580.1
Last Seen: 364 days, 19 hours, 32 minutes ago
Member Since: 14 November, 2009
DotNetShoutout
atom rss
4
Shouts

Software patterns - GRASP (Part VII – Polymorphism)

published 638 days, 19 hours, 52 minutes ago posted by dotnetfundadotnetfunda 639 days, 11 hours, 57 minutes ago
Thursday, August 25, 2011 9:37:21 PM GMT Thursday, August 25, 2011 5:32:41 AM GMT
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. (more)
category: Web Dev | clicked: 6 | comment | | source: www.dotnetfunda.com
tags: Best Practices
3
Shouts

How to retrieve @@identity auto incremented value using OUTPUT paramter through stored procedure and C#

published 639 days, 13 hours, 35 minutes ago posted by dotnetfundadotnetfunda 640 days, 6 hours, 29 minutes ago
Thursday, August 25, 2011 3:55:04 AM GMT Wednesday, August 24, 2011 11:00:57 AM GMT
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. (more)
category: Web Dev | clicked: 7 | 1 comment | | source: www.dotnetfunda.com
tags: ADO.NET
3
Shouts

How to save an Image into the database using Stored Procedure in ASP.NET?

published 639 days, 13 hours, 35 minutes ago posted by dotnetfundadotnetfunda 640 days, 6 hours, 31 minutes ago
Thursday, August 25, 2011 3:55:04 AM GMT Wednesday, August 24, 2011 10:58:53 AM GMT
In this article, we shall learn how to save an Image into the SQL Server database using Stored Procedure in ASP.NET. (more)
category: Web Dev | clicked: 10 | comment | | source: www.dotnetfunda.com
tags: ADO.NET
3
Shouts

Connecting with MS Access 2007 database from C# Windows application

published 639 days, 13 hours, 35 minutes ago posted by dotnetfundadotnetfunda 640 days, 6 hours, 35 minutes ago
Thursday, August 25, 2011 3:55:04 AM GMT Wednesday, August 24, 2011 10:55:05 AM GMT
This article explains to us , how to connect with MS Access 2007 database from C# Windows application. (more)
category: Web Dev | clicked: 3 | comment | | source: www.dotnetfunda.com
tags: c sharp
3
Shouts

Destructors in C#

published 639 days, 13 hours, 35 minutes ago posted by dotnetfundadotnetfunda 641 days, 2 hours, 20 minutes ago
Thursday, August 25, 2011 3:55:04 AM GMT Tuesday, August 23, 2011 3:10:10 PM GMT
In this quick post we will learn all about destructors and its all properties. (more)
category: Web Dev | clicked: 16 | comment | | source: www.dotnetfunda.com
tags: C#
2
Shouts

How and where Microsoft has implemented [Decorator] GOF design patterns in .Net Framework Part-II

published 641 days, 17 hours, 49 minutes ago posted by dotnetfundadotnetfunda 642 days, 5 hours, 32 minutes ago
Monday, August 22, 2011 11:40:39 PM GMT Monday, August 22, 2011 11:57:18 AM GMT
In this article, we will see how Decorator Pattern has used in .Net Framework Library. (more)
category: Screencast | clicked: 19 | 1 comment | | source: www.dotnetfunda.com
tags: Patterns and Practices
2
Shouts

How to update record into the database?

posted by dotnetfundadotnetfunda 645 days, 12 hours, 41 minutes ago
Friday, August 19, 2011 4:48:44 AM GMT
In this article, we shall learn how to update record into the SQL Server database. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: ADO.NET
3
Shouts

A Custom Control in Silverlight 4

posted by dotnetfundadotnetfunda 646 days, 23 hours, 55 minutes ago
Wednesday, August 17, 2011 5:34:25 PM GMT
In Silverlight Projects I have seen using Custom Controls are vast. Now when I was studying about CustomControl I learned a lots of things on that . But in searching in internet there also various site regarding on that . MSDN is one of them good resources and others site are also available describing the CustomControl good enough. Whatever I have seen Custom Controls are like Textboxes, Text Blocks, Combo boxes, DatePickes etc . Now it is a little bit confusing that when Microsoft is providing So many c... (more)
category: Metro | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: silver light
2
Shouts

To revisit the Context option of persistent state management in ASP.NET

posted by dotnetfundadotnetfunda 647 days, 3 minutes ago
Wednesday, August 17, 2011 5:27:03 PM GMT
The Context.Items option of persistent state menegement is one of the lesser known option but its a good technique in peculiar scenarios and worth mastering. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
3
Shouts

How to validate data provided in MVC URL’s (MVC Tutorial number 8)?

published 644 days, 9 hours, 32 minutes ago posted by dotnetfundadotnetfunda 647 days, 11 hours, 39 minutes ago
Saturday, August 20, 2011 7:57:43 AM GMT Wednesday, August 17, 2011 5:50:30 AM GMT
This is the 8th MVC (Model view controller) tutorial and in this article we try to understand how we can validate data passed in MVC URL’s. In case you are completely new to MVC (Model view controller), do have a look at the previous articles and videos given in the table below for quick start. (more)
category: Web Dev | clicked: 19 | comment | | source: www.dotnetfunda.com
tags: ASP.NET MVC 1
2
Shouts

C# Out Parameter Explored

posted by dotnetfundadotnetfunda 647 days, 11 hours, 44 minutes ago
Wednesday, August 17, 2011 5:46:03 AM GMT
While going through the msdn link http://msdn.microsoft.com/en-us/library/t3c3bfhx%28v=vs.71%29.aspx that contains documentation about "out" method parameter, I got stuck with the line "The value of an out argument will not be passed to the out parameter". (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: C#
2
Shouts

How to call code behind method in JavaScript in C# and VS2010?

posted by dotnetfundadotnetfunda 647 days, 11 hours, 48 minutes ago
Wednesday, August 17, 2011 5:41:54 AM GMT
How to call code behind method in JavaScript in C# and VS2010 (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: ASP.NET AJAX
2
Shouts

How to insert records into the database?

posted by dotnetfundadotnetfunda 648 days, 4 hours, 7 minutes ago
Tuesday, August 16, 2011 1:23:17 PM GMT
In this article, we shall learn how to insert records into the SQL Server database. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: ADO.NET
2
Shouts

Generating Method Stub in Visual Studio

posted by dotnetfundadotnetfunda 652 days, 3 hours, 20 minutes ago
Friday, August 12, 2011 2:09:37 PM GMT
In this quick post you will learn how to generate method stub in Visual Studio. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: Visual Studio 2010
2
Shouts

How and where Microsoft has implemented GOF design patterns in .Net Framework Part-I

published 649 days, 20 hours, 37 minutes ago posted by dotnetfundadotnetfunda 652 days, 3 hours, 28 minutes ago
Sunday, August 14, 2011 8:53:00 PM GMT Friday, August 12, 2011 2:01:36 PM GMT
In this series of articles, we will see how Microsoft has used GOF design patterns in .Net framework library. Let start with Absract factory Pattern.... (more)
category: Web Dev | clicked: 28 | 1 comment | | source: www.dotnetfunda.com
tags: Patterns and Practices
2
Shouts

Creating New Website in local IIS using Visual Studio 2010

published 649 days, 20 hours, 37 minutes ago posted by dotnetfundadotnetfunda 652 days, 12 hours, 40 minutes ago
Sunday, August 14, 2011 8:53:00 PM GMT Friday, August 12, 2011 4:49:31 AM GMT
In this quick post you will learn how to create a new website in local IIS using Visual Studio and access it directly from browser. (more)
category: Web Dev | clicked: 18 | 1 comment | | source: www.dotnetfunda.com
tags: IIS
2
Shouts

How to access master page variable/property from the content page?

published 652 days, 20 hours, 28 minutes ago posted by dotnetfundadotnetfunda 654 days, 8 hours, 16 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Wednesday, August 10, 2011 9:13:36 AM GMT
In this article, we shall learn how to access master page variable/property from the content page. (more)
category: Web Dev | clicked: 5 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
Shouts

How to nest more than one master page in ASP.NET?

published 656 days, 20 hours, 50 minutes ago posted by dotnetfundadotnetfunda 659 days, 5 hours, 5 minutes ago
Sunday, August 07, 2011 8:39:59 PM GMT Friday, August 05, 2011 12:24:56 PM GMT
In this article, we shall learn how to nest more than one master page in ASP.NET (more)
category: Web Dev | clicked: 7 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
Shouts

Software patterns - GRASP (Part IV – Controller)

published 658 days, 21 hours, 33 minutes ago posted by dotnetfundadotnetfunda 661 days, 4 hours, 39 minutes ago
Friday, August 05, 2011 7:57:13 PM GMT Wednesday, August 03, 2011 12:50:52 PM GMT
In this part of article for "Software patterns- GRASP", we would run through the process of assigning responsibilties of coordinating or controlling the system/ UI events. (more)
category: Web Dev | clicked: 4 | comment | | source: www.dotnetfunda.com
tags: Best Practices
2
Shouts

How to change the Master page dynamically for a content page in ASP.NET?

published 658 days, 21 hours, 33 minutes ago posted by dotnetfundadotnetfunda 661 days, 4 hours, 45 minutes ago
Friday, August 05, 2011 7:57:13 PM GMT Wednesday, August 03, 2011 12:44:57 PM GMT
In this article, we shall learn how to change the Master page dynamically for a content page in ASP.NET. (more)
category: Web Dev | clicked: 3 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
Previous 1 2 3 4 5 6 7 8 9 10 11 ... 30 31 Next