DotNetShoutout - Stories tagged with ASP .NET 4.0
3
Shouts

Display Facebook Online Users in Aspnet | DevelopersCode

published 678 days, 16 hours, 36 minutes ago posted by taanu51taanu51 679 days, 3 hours, 30 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Thursday, August 11, 2011 10:08:30 AM GMT
Hi friends, In this article i would like to explain a simple trick to integrate chating popup window in Aspnet for Facebook lovers First Open the visual studio 2008 Next,select a Aspnet Website and change the name as FacebookChating.aspx Next,Click on the source page of FacebookChating.aspx write the following code in the Head sectionand write the following code in the body sectionThats it..friends.....Subscribe to Get this Post as E Book Other Recommended Posts: Aspnet , Facebook (more)
category: Web Dev | clicked: 23 | comment | | source: www.developerscode.com
tags: ASP .NET 4.0, sql 2005, Facebook, ASP.Net 2.0, ASP .NET AJAX, SQL 2008, C#, c sharp, ASP.NET 2.0 tutorial, ASP .NET 4, C# .NET, ASP.NET
3
Shouts

Simple steps to understand Delegates in C# | DevelopersCode

published 678 days, 16 hours, 36 minutes ago posted by taanu51taanu51 679 days, 3 hours, 31 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Thursday, August 11, 2011 10:06:41 AM GMT
Hi friends, in this article I would like share some important and simple steps about Delegates in C#Steps: 1) Delegates are similar to C++ Function Pointers2) Delegates holds the address of one or Address of many functions 3) Delegate Encapsulates (hides) some information like Class names and method names4) Delegates divided in to 2 types àSingle cast Delegate àMulticast Delegate Single cast Delegate: Single cast holds the address of one function Multicast Delegates: à Multicast cast delegates ho... (more)
category: Web Dev | clicked: 20 | comment | | source: www.developerscode.com
tags: ASP .NET 4.0, sql 2005, ASP.Net 2.0, ASP .NET AJAX, SQL 2008, C#, c sharp, ASP.NET 2.0 tutorial, ASP .NET 4, C# .NET, ASP.NET
3
Shouts

Difference between Data Reader and Dataset | DevelopersCode

published 678 days, 16 hours, 36 minutes ago posted by taanu51taanu51 679 days, 3 hours, 32 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Thursday, August 11, 2011 10:05:46 AM GMT
Hi friends, in this article I would like share some important differences between Data Reader and Dataset Data set: --> Dataset is a class, which is the part of System. Data Namespace --> Dataset supports connectionless architecture. That is, active connection is not required while working with datasets --> Dataset cannot communicate directly with database Hence data adapter is required to carry the data in between dataset and database --> Data Adapter is used to carry the data but ... (more)
category: Web Dev | clicked: 14 | comment | | source: www.developerscode.com
tags: ASP .NET 4.0, sql 2005, ASP.Net 2.0, ASP .NET AJAX, SQL 2008, C#, c sharp, ASP.NET 2.0 tutorial, ASP .NET 4, C# .NET, ASP.NET
3
Shouts

Develop your own TextBox with a new enumerated property called as Input Type | DevelopersCode

published 678 days, 16 hours, 36 minutes ago posted by taanu51taanu51 679 days, 3 hours, 34 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Thursday, August 11, 2011 10:04:36 AM GMT
Hi Friends,In this tutorial i wolud like to explian very interesting topic about creating your own Textbox.Here we are creating two types of text boxes .one Textbox for accepting only digits and another textbox accepting only alphabets(Upper case and lower case) Step 1)First open the visual studio 2008 Step 2)Next open the windows forms control library project and change the name as UserDefinedTextBox Step 3)next open the code view Step 4)change the class declaration as follows public partial clas... (more)
category: Web Dev | clicked: 12 | comment | | source: www.developerscode.com
tags: ASP .NET 4.0, sql 2005, ASP.Net 2.0, ASP .NET AJAX, SQL 2008, C#, c sharp, ASP.NET 2.0 tutorial, ASP .NET 4, C# .NET, ASP.NET
3
Shouts

Advanced Dotnet Tutorial: .NET Community Session : ASP.NET 4.0 In - Depth

posted by learndotnet123learndotnet123 1004 days, 6 hours, 49 minutes ago
Monday, September 20, 2010 6:48:46 AM GMT
ASP.NET 4.0 comes with lots of new features that enhance the developers to deal with ASP.NET applications easily and also core functionality to deal with both server side and client side of an ASP.NET application. These changes makes ASP.NET 4.0 applications more effective than the existing ASP.NET applications. The Agenda for the Session : (more)
category: Web Dev | clicked: 3 | comment | | source: advanceddotnettutorial.blogspot.com
tags: ASP .NET 4.0
4
Shouts

URL routing in ASP.Net 4.0 Step by Step tutorial

published 1032 days, 39 minutes ago posted by dotnetsparkdotnetspark 1034 days, 11 hours, 54 minutes ago
Monday, August 23, 2010 12:59:06 PM GMT Saturday, August 21, 2010 1:44:40 AM GMT
URL Routing is new feature in ASP.Net 4.0. This article will give a walkthrough on how to work with URL Routing and an introduction of that. (more)
category: Web Dev | clicked: 6 | comment | | source: www.dotnetspark.com
tags: ASP .NET 4.0, URL Rewriter, URL Routing, DotNetSpark, URL Rewrite
8
Shouts

URL rewrite with asp.net 4.0 and IIS7

published 1045 days, 23 hours, 5 minutes ago posted by jphellemonsjphellemons 1046 days, 18 hours, 16 minutes ago
Monday, August 09, 2010 2:32:49 PM GMT Sunday, August 08, 2010 7:21:45 PM GMT
This blog post is about how I used URL rewriting for a better organic search ranking. Maybe it helps out some other people who struggle to rewrite URL’s without components like URL Rewriter. It’s open source but it uses regular expressions in a configuration file. That is a more common way to rewrite, but that would make me rewrite a lot of code, because of the URL’s I have at the moment. And since developers are lazy efficient, we tend to try an other approach first. (more)
category: Web Dev | clicked: 1 | comment | | source: www.jphellemons.nl
tags: ASP .NET 4.0, IIS 7.0, URL Rewrite
10
Shouts

Write your own OutputCacheProvider - .NET Development - Gal Ratner

published 1108 days, 2 hours, 48 minutes ago posted by galratnergalratner 1110 days, 9 hours, 19 minutes ago
Tuesday, June 08, 2010 10:49:46 AM GMT Sunday, June 06, 2010 4:19:31 AM GMT
Output caching is a way of caching the generated HTML created from your ASP.NET pages. Output caching can cache an entire page or fragments of a page. The first request to a page is served dynamically, and then any subsequent requests are served from the output cache until the specified time expires. ASP/NET 4.0 adds the ability to plug in your own implementation of output caching. This blog post explains how to do it. (more)
category: Web Dev | clicked: 3 | comment | | source: galratner.com
tags: ASP .NET 4.0, Caching
10
Shouts

DotNetRocks - Show #511 - Scott Hunter Tours Us Through ASP.NET 4.0

published 1267 days, 11 minutes ago posted by mithumithu 1269 days, 3 hours, 52 minutes ago
Thursday, December 31, 2009 1:27:34 PM GMT Tuesday, December 29, 2009 9:46:10 AM GMT
Carl and Richard talk to Scott Hunter to scratch the surface of the new features in ASP.NET 4.0 (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, ASP .NET 4.0