Css Techniques for asp.net
3-Minute Video Tour of LearnVisualStudio.NET by Bob Tabor LearnVisualStudio 30% OFF $140/Lifetime Membership » Lynda Videos 7 Days Free $25/Month » IdealAutomate is a web-based code generator for ASPX Forms $10/Month or $100/Lifetime Membership » DiscountASP.NET Hosting $10/Month » AptHost for non-ASP.NET $8.95/month » Premium (Not Free)... [Read More...]
Make your own url shorten service
Original Post By : Sean-O.com Requirements Web Server — preferably one you host yourself, with control over basic site settings Web Development Language — using PHP here, but this code can be adapted to ASP.NET, ColdFusion, etc. Database — MySQL featured, but SQL Server, PostgreSQL, etc. would work Ideally, you’ll want a short domain to set this up on. www.joesautoglassandspareparts.com kinda defeats the purpose... [Read More...]
Make a chat application using asp.net
Do you want to create a simple chat application using asp.net ? Well you may want to see this code project article by Albert Pascual http://www.codeproject.com/KB/applications/SimpleChat.aspx For comments and suggestions use idealprogrammer fourms Read More →
SharePoint Products and Technologies for Developers – 16-Part Video Series
photo credit: Wonderlane Here is a collection of free video tutorials on SharePoint for Developers. The 16-part video series is presented by Microsoft's Mike Benkovich and Lynn Langit. Microsoft SharePoint is also called Microsoft SharePoint Products and Technologies. SharePoint is a collection of products and software elements that includes: web browser based collaboration functions process management modules search modules and... [Read More...]
ASP.NET Web Site Security Vulnerability Cheat Sheet
ASP.NET Web Site Security Vulnerability Cheat Sheet: 1. To avoid SQL Injection, replace all SQL Commands with parameterized queries or stored procedures (using LINQ to SQL exclusively will also totally eliminate SQL Injection). 2. To avoid packet-sniffing and session hijacking, always use https when sending cookies 3. To avoid Cross-Site Scripting problems, use httpOnly when setting cookies Here is a summary of the information in the articles... [Read More...]
ASP.NET Video Tutorials – (35 Hours Premium Videos)
Here is a collection of over 35 hours of premium video tutorials on ASP.NET by Learn Visual Studio. In order to view the videos, you need to become a member of Learn Visual Studio. Background: ASP.NET is a web application framework developed by Microsoft. The framework makes it possible for programmers to build dynamic web sites, web applications and web services. ASP.NET is built on the Common Language Runtime (CLR). The CLR allows programmers... [Read More...]
ADO.NET – Over 3 Hours of Premium Video Tutorials
Here is a collection of over 3 hours of premium video tutorials on ADO.NET by Learn Visual Studio. In order to view the videos, you need to become a member of Learn Visual Studio. Background: ADO.NET is an outgrowth of ADO (ActiveX Data Objects) technology. ADO relied on COM objects whereas ADO.NET is based on the .NET Framework. ADO.NET does not replace ADO for the COM programmer; rather, it provides the .NET programmer with access to relational... [Read More...]
.NET Remoting – 10 Premium Video Tutorials
Here is a collection of 10 premium video tutorials on .NET Remoting by Learn Visual Studio. In order to view the videos, you need to become a member of Learn Visual Studio. Here are a few things you need to understand about remoting: Purpose: .NET Remoting makes it possible for software components to interact across application domains. History: .NET Remoting is an API that was introduced with .NET Framework 1.0 in 2002 to improve upon earlier... [Read More...]
Azure Services Platform For Developers- (5 Hours of FREE Video Tutorials)
Here is a collection of 5 hours of free tutorials on Azure Services for Developers. This video series is from the msdev.com website, and it is presented by Nancy Strickland and Bill Lodin. Azure Services Platform is an application platform in the cloud that makes it possible for applications to be hosted and run at Microsoft datacenters. It consists of a cloud operating system called Windows Azure that serves as a runtime for the applications and... [Read More...]
ASP.NET Security (3 Hours) – Authentication,Membership, and Login Controls
Here are over 3 hours of asp.net security video tutorials. The tutorials are from the ASP.NET web site, and the presenter is Joe Stagner. In these tutorials, you will learn about the web site administration tool, login controls, authentication, and membership. ASP.NET Security Num Series Title Date Presenter Min 298 Authentication Using Basic Forms Authentication in ASP.NET 7/16/2008 Joe Stagner 23 299 Authentication How... [Read More...]
Migrating to ASPNET (8 ASPNET Training Videos)
This is an 8-part ASP.NET Training Video series. These ASP.NET Training videos are from the ASP.NET website. If you are interested in learning ASP.NET basics, you ought to give Fritz Onion's Essential ASP.NET 15-hour video series a try. photo credit: Extra Ketchup 8 ASP.NET Training Videos – Migrating to ASP.NET Num Series Title Date Presenter Min 290 Videos on Migrating to ASP.NET [Intro... [Read More...]
