ASP.NET Video Tutorials – 258 Hours

Here is a collection of over 258 hours of premium video tutorials on ASP.NET by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. Photo credit By Soumyasch – CC BY-SA 3.0 Background: ASP.NET .NET Framework is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It includes a large class library known as Framework Class Library (FCL) and provides language interoperability... [Read More...]

Css Techniques for asp.net

Source : Microsoft Technet Introduction CSS – Cascading Style Sheets play a vital role in helping you achieve professional and pleasing user interfaces on the web, which makes the first impression long lasting. However, as with every other technique, CSS can also slow down your site if used in the wrong manner. Look below for ten such techniques that allow you to fine tune your website. 1. CSS Optimizers CSS Optimization does not refer to minimizing... [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 😉 Examples Each... [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 a document-management... [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 – (258 Hours Premium Videos)

Here is a collection of over 258 hours of premium video tutorials on ASP.NET by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. 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 to write ASP.NET... [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 technologies... [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 to... [Read More...]

Next Page »