Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net

Relationship between MembershipUser and IPrincipal object

When using ASP.Net Membership plus an additional table to store user Information, should I link other tables to aspnet_Users or my own Table?

Has anyone written or used a Asp.NET membership provider that integrates with Facebook Connect?

ASP.net session cookie lost or deleted

Is there a Visual Studio debugger visualizer for the ASP.NET Session?

What alternatives are there for asp.net forms authentication?

Turn off page-level caching in a user control

How do I deploy an Asp.net web application to a Sharepoint 2010 site using WSP

Why use window.location in a hyperlink?

c# javascript asp.net html

ASP.NET MVC Single Sign-on and Roles

How to Disable Browser from Saving Previous Data of TextBox in asp.net

c# asp.net

Fetch data from server without extending session timeout

Stubbing ASP.NET Page.Form for unit tests

How do I get the dimensions of a mp4 video file?

c# asp.net video asp.net-2.0

equivalent of ASP.NET MVC TempData in ASP.NET

asp.net tempdata

Update image without flickering ASP.NET C#

c# asp.net image flicker

.Net Uri Encoding RFC 2396 vs RFC 3986

Generating activation key from serial number

c# .net asp.net vb.net algorithm

Identifying unused classes / controls / pages

c# asp.net refactoring

Why does HttpContext.Response.Cookies["foo"] add a cookie?

asp.net