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
| 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! |
| 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. |
| 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.
Option | Votes | % | ||
Standard (flat) external keyboard | 250 | 77.64 | ||
Ergonomic keyboard | 52 | 16.15 | ||
Touchscreen (eg Tablet / iPad) | 43 | 13.35 | ||
Thumb controlled (eg phone) | 26 | 8.07 | ||
Laptop keyboard | 124 | 38.51 | ||
Hand-held (eg game controller style keyboard) | 2 | 0.62 | ||
Touch cover (eg Surface) | 6 | 1.86 | ||
Other | 6 | 1.86 | ||
Responses | 322 | |||
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
- Best Practices No. 5: Detecting .NET application memory leaks - Shivprasad koirala
- Easily Add a Ribbon into a WinForms Application (C#) - toATwork, adriancs, Michael Spradlin
- Learn MVC (Model View Controller) step by step in 7 days – Day 1 - Shivprasad koirala
- RaptorDB - the Document Store - Mehdi Gholam
- TwitterBootstrapMvc - Dmitry A. Efimenko
Latest Additions
200 articles overall. 107 new, 93 updated.New articles added
.NET Framework
- Generic Operators / Numerics in C# - Lee Reid
How to create 'generic' classes and methods which use operators such as +,-, / and *
Algorithms & Recipes
- Another approach to the first order Goerzel algorithm - Mosi_62
This approach shows a quite easy to be understood way to the first order Goerzel algorithm.
ASP.NET
- Metadata Class or Data Annotation from EDMX Files - Vikash Kumar
Metadata class generation according to EDMX for view model or validation
Client side scripting
- Creating a Basic Overlay Effect in jQuery - Arpit Jain
This article introduces how to work with overlays in jQuery and how to use them in a proper and user-friendly way. - Provide additional user experience with Chromecast - Vyacheslav Voronenko
First steps on integrating Google Chromecast api into your website code
Database
- SQL bulk insert with strongly typed data including validation - Vikash Kumar
SQL bulk copy with strongly typed data including validation.
DirectX
- Box2D and Direct2D - arussell
Box2D DebugDraw Implemented using DirectX 2D and win32
DLLs & Assemblies
- Dynamic Load .NET Assembly - Code Artist
Example implementation of dynamic assembly loading in C#
Hardware & System
- Writing a boot loader in Assembly and C - Part1 - AshakiranBhatter
How to boot a floppy image with your own hand written code in C and Assembly - Raspberry Pi as low-cost HD surveillance camera - Christoph Buenger, DaSpors
Build a low-cost HD video surveillance cam with worldwide access from any browser
Parallel Programming
- Creating a Work Queue (Thread Pool) Application Using Boost.Asio, Boost.Thread, and Boost.Application - Renato Tegon Forti
This article present a Boost.Application, Boost.Asio, and Boost.Thread library used to build a Work Queue application.
PHP
- How to handle appointments and send automated reminder calls using PHP and your MySQL database - Simon Robert VoIP
This article presents a simple example on how to insert automated reminders about appointments, meetings to MySQL table with the help of PHP
Product Showcase
- A Summary Review Of Visual Guard - Dirk_Strauss
Securing Your .NET Applications – A Summary Review Of Visual Guard
Reviews on Third Party Products and Tools
- Crypto Obfuscator Evaluation - tgrt
Obfuscation with Crypto Obfuscator by LogicNP
Ultrabooks
- Intel Haswell Ultrabook Review – Part 3: A Developer's Best Friend - Alvin Ashcraft
Intel Haswell Ultrabook Review – Part 3: A Developer's Best Friend
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
- Codemasters GRID 2* on 4th Generation Intel® Core™ Processors - Game development case study - Paul Lindberg
Codemasters GRID 2* on 4th Generation Intel® Core™ Processors - Game development case study - An Introduction to the 4th Generation Intel® Core™ Processor - Meghana S Rao
An Introduction to the 4th Generation Intel® Core™ Processor - Puppet in Motion Case Study - Geoff Arnold
Puppet in Motion Case Study - Code-Monkeys Case Study - Edward J Correia
Code-Monkeys Case Study
- Ultrabook Feature Compatibility Matrix for Windows 8 Development - Gael Holmes Hofemeier
Ultrabook Feature Compatibility Matrix for Windows 8 Development
No comments:
Post a Comment