DotNetShoutout - Stories tagged with ASP .NET 4
3
Shouts

Add Google Login Support In ASP.NET With OAuth

published 452 days, 10 hours, 55 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 459 days, 15 hours, 31 minutes ago
Monday, February 27, 2012 9:47:43 AM GMT Monday, February 20, 2012 5:11:42 AM GMT
Few years back I blogged about adding OpenID login support in ASP.NET application. This time I am blogging about adding Google login support in ASP.NET application. A friend of mine is trying to integrate multiple third party authentication support for one of the application he is developing for his client. He is using DotNetOpenAuth for Google authentication. the code I am using here is from my friend and I am sharing it with his explicit permission. First, download the latest version of DotNetOpenAuth... (more)
category: Web Dev | clicked: 29 | comment | | source: midnightprogrammer.net
tags: DotNetOpenAuth, Google, ASP .NET 4
4
Shouts

Building ASP.NET MVC Forms with Razor (ASP.NET MVC Foundations Series)

published 483 days, 2 hours, 28 minutes ago posted by http://mkennedy66996693.myopenid.com/http://mkennedy66996693.myopenid.com/ 489 days, 22 hours, 49 minutes ago
Friday, January 27, 2012 6:15:02 PM GMT Friday, January 20, 2012 9:53:37 PM GMT
In this ASP.NET MVC Foundations article, we’re going to look at building an ASP.NET MVC page which allows users to create and edit objects in our domain. We’ll cover just the basics of using HTML helpers to map model properties to our HTML form and Model Binding to convert our HTML form back into our rich domain object. We’ll start with a very basic store website (downloads here: BasicMvcFormsstarter.zip and BasicMvcFormsfinal.zip)which has a database and some basic products already listed... (more)
category: Web Dev | clicked: 50 | comment | | source: www.michaelckennedy.net
tags: MVC 3, ASP .NET 4, Razor
3
Shouts

Display Facebook Online Users in Aspnet | DevelopersCode

published 651 days, 23 hours, 41 minutes ago posted by taanu51taanu51 652 days, 10 hours, 34 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 651 days, 23 hours, 41 minutes ago posted by taanu51taanu51 652 days, 10 hours, 36 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 651 days, 23 hours, 41 minutes ago posted by taanu51taanu51 652 days, 10 hours, 37 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 651 days, 23 hours, 41 minutes ago posted by taanu51taanu51 652 days, 10 hours, 38 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
2
Shouts

What is IsPostback property in asp.net and how does it work? ...

posted by dotnetfundadotnetfunda 694 days, 10 hours, 11 minutes ago
Thursday, June 30, 2011 10:32:01 AM GMT
IsPostBack property indicates that whether this is the first time user has requested fort the page or it is reloaded based on any response on postback. This property checks for _VIEWSTATE or _EVENTTARGET parameter in Request object. if these parameters are absent that means it is requested for the first time and if these parameters are present then this request is not first request. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: ASP .NET 4
4
Shouts

Creation of SQL DATABASE using COMMAND PROMPT

published 814 days, 8 hours, 37 minutes ago posted by taanu51taanu51 815 days, 7 hours, 42 minutes ago
Wednesday, March 02, 2011 12:06:07 PM GMT Tuesday, March 01, 2011 1:00:41 PM GMT
Hi Friends,In this Article we will discuss the creation of sql database using Command line In Windows Operating System,First we have to click on the Start button and then click Run and Type cmd in Run command and press ok For, Access the Database  Type the following command in the command prompt C:\Program Files\Microsoft SQL Server\90\Tools\Binn>SQLCMD -SUSER\SQLEXPRESS -E Where USER\SQLEXPRESS is the server name and -E for Windows Authentication if... (more)
category: Web Dev | clicked: 3 | 1 comment | | source: taanu51.blogspot.com
tags: C#, c sharp, ASPNET, SqlServer 2008, command line, ASP .NET 4, C# .NET
3
Shouts

Wikipedia Maze - Open Source

published 843 days, 3 hours, 15 minutes ago posted by http://micahlmartin.myopenid.com/http://micahlmartin.myopenid.com/ 843 days, 14 hours, 15 minutes ago
Tuesday, February 01, 2011 5:27:42 PM GMT Tuesday, February 01, 2011 6:28:15 AM GMT
I upgraded Wikipedia Maze to MVC 3 and decided to publish the source. If anyone has any suggestions or would like to contribute let me know. (more)
category: Web Dev | clicked: 1 | comment | | source: unknowndev.com
tags: Open Source, MVC 3, ASP .NET 4
3
Shouts

Unknown Dev — SQLite Session State Provider

published 843 days, 3 hours, 15 minutes ago posted by http://micahlmartin.myopenid.com/http://micahlmartin.myopenid.com/ 844 days, 5 hours, 38 minutes ago
Tuesday, February 01, 2011 5:27:42 PM GMT Monday, January 31, 2011 3:04:57 PM GMT
An ASP.NET Session State Provider for SQLite (more)
category: Web Dev | clicked: 12 | 1 comment | | source: unknowndev.com
tags: SQLite, ASP .NET 4, Session State
3
Shouts

Introduction to Script Loader in .NET 4.0

posted by http://azamsharp.myopenid.com/http://azamsharp.myopenid.com/ 1143 days, 5 hours, 36 minutes ago
Wednesday, April 07, 2010 3:07:13 PM GMT
Videos | PodcastsHomeAboutArticlesBlogWrite for usWeb HostingDonate  Subscribe  Podcast RSS Asp.net MiscellaneousDatagrid, DataList and Repeator ControlClient Side DevelopmentSecurityCachingASP.NET MVC FrameworkGridView ControlOR MappingEmailApplication ArchitectureDeveloping Server ControlsVisual C#.NETState ManagementNetwork FunctionsAsp.net 2.0 Data AccessWeb ServicesMicrosoft Application BlocksT-SQLASP.NET 2.0Non Technical VideosAdvancedWindows PowerShellLINQ, DLINQ and XLINQSilverlightBlogWindo... (more)
category: Web Dev | clicked: 0 | comment | | source: www.highoncoding.com
tags: ASP .NET 4
11
Shouts

Cleaner HTML Markup with ASP.NET 4 Web Forms - Client IDs (VS 2010 and .NET 4.0 Series) - ScottGu's Blog

published 1147 days, 10 hours, 44 minutes ago posted by mithumithu 1150 days, 18 hours, 6 minutes ago
Saturday, April 03, 2010 9:59:13 AM GMT Wednesday, March 31, 2010 2:36:47 AM GMT
Today’s post is the first of a few blog posts I’ll be doing that talk about some of the important changes we’ve made to make Web Forms in ASP.NET 4 generate clean, standards-compliant, CSS-friendly markup.  Today I’ll cover the work we are doing to provide better control over the “ID” attributes rendered by server controls to the client. [In addition to blogging, I am also now using Twitter for quick u... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, ASP .NET, Visual Studio, ASP .NET 4, CSS, ScottGu
9
Shouts

Nice “Quick Hit” Videos about ASP.NET 4 and VS 2010 - Scott Guthrie

published 1210 days, 4 hours, 17 minutes ago posted by jantujantu 1211 days, 12 hours, 50 minutes ago
Saturday, January 30, 2010 4:25:23 PM GMT Friday, January 29, 2010 7:52:33 AM GMT
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] I’ve been working on a series of blog posts the last few months that cover some of the new features coming with .NET 4 and VS 2010. Earlier today someone pointed me at some nice “quick hit” videos that have been published that also provide quick first looks at some of the new features coming with ASP.NET 4 and VS 2010.  These videos aren’t an exhaustive list of everything new ... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, .net 4, Video, Visual Studio, VS 2010, ASP .NET 4, ScottGu, ASP.NET