15 Oct 2013

CodeProject | Newsletter (14 Oct 2013)

Welcome to this week's newsletter from CodeProject.
To ensure that future newsletters you receive from The Code Project aren't mistakenly blocked by antispam software, be sure to add the maillist.codeproject.com domain to your list of allowed senders.

Site News

Thanksgiving with SQL

It's Thanksgiving in Canada today so most of the team are currently in various stages of Turkey Coma. We'll rollback into the office sometime tomorrow, thankful for the shorter week.

Speaking of spreading the thanks, Red Gate have just published 'Tribal SQL', a book by 15 first-time authors answering the question: What makes you passionate about working with SQL Server? As a truly community-driven book, the authors are all generously donating 100% of their royalties to the charity Computers 4 Africa. If you have a moment check it out at http://TribalSQL.com.

ASP.NET Wiki articles now on CodeProject

We've taken delivery of over 500 articles from Wiki.ASP.NET. These articles now a new home on in the ASP.NET Wiki section and editing rights for these articles have been set at Bronze or above. Please go in and edit and update these articles to keep them fresh and up to date.

cheers,
Chris Maunder

Advertisements
Click here See the world as a Database
Connect to applications, databases, & WebAPIs through standard database interfaces. RSSBus Drivers give a 'SQL-like' interface to data from Salesforce, QuickBooks, Dynamics CRM, SharePoint, SAP, & more. Available for ADO.NET, JDBC, ODBC, SSIS, & BizTalk. Download a Trial!
Click here Instant access to thousands of books and videos
Technology and business professionals can learn with video tutorials, code samples, books, and certification guides. Start a trial now.
Click here The Best Way to Learn SharePoint – Including 2013!
Get up to speed quickly with incredible step-by-step tutorial videos by our industry experts (future releases included at no charge). Optional sample code, hands-on labs & courseware available. Subscribe to LearnDevNow today!

Weekly Poll Results

What sort of keyboard are you using?

Survey period: 14 Oct 2013 to 21 Oct 2013

We spend an awful lot of time tapping things with our fingertips.

OptionVotes% 
Standard (flat) external keyboard25077.64250 votes, 77.64%
Ergonomic keyboard5216.1552 votes, 16.15%
Touchscreen (eg Tablet / iPad) 4313.3543 votes, 13.35%
Thumb controlled (eg phone)268.0726 votes, 8.07%
Laptop keyboard12438.51124 votes, 38.51%
Hand-held (eg game controller style keyboard)20.622 votes, 0.62%
Touch cover (eg Surface)61.866 votes, 1.86%
Other61.866 votes, 1.86%
Responses322  322 votes
Respondents were allowed to choose more than one answer; totals may not add up to 100%

This week's survey: What sort of keyboard are you using?

Most popular new articles

7 Oct 2013 - 13 Oct 2013

Latest Additions

200 articles overall. 107 new, 93 updated.

New articles added

.NET Framework

Algorithms & Recipes

ASP.NET

Client side scripting

Database

DirectX

DLLs & Assemblies

Hardware & System

Parallel Programming

PHP

Product Showcase

Reviews on Third Party Products and Tools

Ultrabooks

Wiki.ASP.NET articles

  • Sending Asynchronous Mail - ASP.NET Community
    public void SendAsyncMail(){    MailMessage mail = new MailMessage();    mail.From = new MailAddress("Enter from mail address");    mail.To.Add(new

  • Image Rotator in Javascript - ASP.NET Community
    Image Rotator in Javascript There are many ways to create Image Rotator in JavaScript .I write two simple examples to create an Image rotator in

  • Simple Captcha Code in Javascript - ASP.NET Community
     Here I create a Cptcha Code With JavaScript Step 1:->   In the (.aspx) page we write the following Code:->   <%@ Page Language="C#"

  • Quick Error messages with Global.asax - ASP.NET Community
    Error pages without any effort void Application_Error(object sender, EventArgs e) {Server.Transfer("/error.aspx"); //Displays the error

  • JQuery: A Quick Start Guide - ASP.NET Community
    This article is an introduction to JQuery. It is for those people who always heard JQuery but never used it or don't know where to start from.What is

  • AJAX - ASP.NET Community
    Asynchronous JavaScript and XML - It's Ajax and it's everywhere. Start at the ASP.NET Ajax site and work from there...there's a ton of resources at

  • Data Access - ASP.NET Community
    There's a lot of great information on the net about accessing data in common data access patterns with ASP.NET 2.0. VideosSQL Server Videos  -

  • State Management - ASP.NET Community
    ASP.NET offers a number of places to store state, both on the client and server. However, sometimes it's difficult to decide where you should put

  • Performance - ASP.NET Community
    The blogosphere is a wealth of real-world tips and tricks for improving your ASP.NET application's performance.Checklist: ASP.NET Performance 

  • Configuration - ASP.NET Community
    So many aspects of ASP.NET are configurable it can be overwhelming. Things really get interesting when you start adding configuration options for

  • HTML - ASP.NET Community
    Visual Studio 2008 adds dramatically improved HTML and CSS Designer Support.From ScottGu: "VS 2008 now uses the same web designer that ships with

  • Deployment - ASP.NET Community
    Deployment continues to get easier, but there's still a few gotchas here and there. Check out these choice articles for you deployment

  • Forms Authentication - ASP.NET Community
    MSDN How To'sHow To: Create GenericPrincipal Objects with Forms Authentication - This How To shows you how to create and handle GenericPrincipal

  • Windows Authentication - ASP.NET Community
    From MSDN: "The WindowsAuthenticationModule provider relies on Microsoft Internet Information Services (IIS) to provide authenticated users, using

  • Membership and Roles - ASP.NET Community
    "ASP.NET Membership builds on the success of the Forms authentication model from ASP.NET 1.x. ASP.NET Forms authentication provides a convenient way

  • Code Access Security - ASP.NET Community
    Code Access Security is one of the least-understood but most valuable aspects of the .NET Framework.WebcastsMSDN Webcast: Using Code Access

  • Communications Security - ASP.NET Community
    Traffic on the wire needs to be secured as well.  Usually this means SSL, but sometimes it means IPSec or certificates.How ToHow To: Call a Web

  • Cryptography - ASP.NET Community
    At A large part of security in any web application is keeping your secrets secret.  Cryptography makes that

  • Authentication and Authorization - ASP.NET Community
    Authentication means figuring out who you are and Authorization means figuring out what you can do. Both are fundamental parts of the ASP.NET

  • Impersonation and Delegation - ASP.NET Community
    Sometimes you'll find it necessary to impersonate the user's identity on a thread with an ASP.NET.  You may also need a delegate access the user to

  • Input and Data Validation - ASP.NET Community
    Garbage in, garbage out. You can avoid data cleanup tasks on the backend by avoiding bad data coming in.  ASP.NET validation controls and third party

  • SQL Server Security - ASP.NET Community
    There's a lot of great information on SQL Server Security covering both SQL Server 2000 and 2005.Blogs/DevCentersSQL Server 2005 Security on

  • Threat Modeling - ASP.NET Community
    It's absolutely necessary if you're serious about security.Whitepapers/Books/BlogsThreat Modeling for ASP.NET (PDF) - an excellent white

  • Security Guidelines and Recommendations - ASP.NET Community
    There's a great deal of good prescriptive security guidance out there in the form of whitepapers and books.Whitepaperspatterns & practices

  • AJAX Extenders - ASP.NET Community
    ASP.NET AJAX can be easily extended to create almost any control you can imagine. Be sure to take a look at the ASP.NET AJAX Control Toolkit.Blog

  • Javascript - ASP.NET Community
    JavaScript holds it all together on the client side. There are a number of extensions that have been made to improve and expand base JavaScript

  • Silverlight - ASP.NET Community
    "Silverlight is a cross-browser, cross-platform plug-in for delivering the next generation of .NET-based media experiences and rich interactive

  • LINQ - ASP.NET Community
    From MSDN: "The LINQ Project is a codename for a set of extensions to the .NET Framework that encompass language-integrated query, set, and

  • AJAX Control Toolkit - ASP.NET Community
    Learn how to extend your ASP.NET AJAX applications using the ASP.NET AJAX Control Toolkit. ASP.NET AJAX Control Toolkit: Installation and getting

  • Internationalization - ASP.NET Community
    There are three terms around Internationalization that are often used interchangably, however they are distinctions. Here's a good

  • AJAX Localization and Globalization - ASP.NET Community
    Internationalizing AJAX and JavaScript can be a little trickier than just internationalizing a plan HTML page.Guy Smith-Ferrier on

  • Session - ASP.NET Community
    ASP.NET Session state provides a place to store values that will persist across page requests.  Values stored in Session are stored on the server

  • ViewState - ASP.NET Community
    ViewState is the mechanism that allows state values to be preserved across page postbacks.Because of the stateless nature of web pages, regular

  • Application and Cache - ASP.NET Community
    The Cache and Application objects provide broader scope than the Session object and the data is available to all the classes within the ASP.NET

  • ASP.NET 3.5 New Controls - ASP.NET Community
    Check out the Feature Specifications for Visual Studio 2008 and .NET Framework 3.5. These older documents give you an insight into what features made

  • CSS Friendly Pages - ASP.NET Community
    From CodePlex: "The CSS Friendly Control Adapters kit (for ASP.Net 2.0) provides pre-built control adapters that you can easily use to generate

  • Configuring IIS - ASP.NET Community
    "IIS7 includes a comprehensive set of administration tools, including a brand new administration GUI, a new command line tool, and new managed code

  • Configuring SQL Server - ASP.NET Community
    Most ASP.NET sites talk to SQL Server or a backend SQL Database and there's a number of ways to manage that configuration.I always start with the

  • Administration Tools - ASP.NET Community
    ASP.NET 2.0 introduced the Web Site Administration Tool, as well as some command line tools you'll want to know how to use.Web Site

  • Role Providers - ASP.NET Community
    Here are a few good tutorial articles that provide a good conceptual overview of how the new membership and role management system works. Check out

  • Data Binding - ASP.NET Community
    Nearly all the controls in ASP.NET have properties that can be databound to.ArticlesJesse Liberty has a fine article on Data Binding in ASP.NET

  • DataSource Controls - ASP.NET Community
    From ScottGu: Scott Mitchell is also writing some great data articles on using the ASP.NET 2.0 DataSource controls for the excellent

  • ObjectDataSource - ASP.NET Community
    Start with the ObjectDataSource Control Overview at MSDN then move on to Using Parameters with the ObjectDataSourceControl.ObjectDataSource

  • LINQDataSource - ASP.NET Community
    There's quite a few data source controls in ASP.NET and one that folks are increasingly excited about is the LINQDataSource.BlogsLINQ to SQL

Windows 8 Design


No comments:

Post a Comment