Click here to Skip to main content

Technical Blogs


RSS feed icon

Articles submitted by members via their Technical Blog feed. Want to have the blog entries from your Technical Blog automatically posted as articles on CodeProject? It's easy!

Page 299 of 333


5961. Salient.Web.Security.AccessControlModule
download source code and demodownload this article in .doc formatOverviewI a previous article I complained about the lack of a true 403 Forbidden error in ASP.NET and the clumsy way that authentication is handled by FormsAuthenticationModule.The solution I came up with was a good first attempt b
(The MIT License)
Web Development » Web Security » Security
Sky Sanders Updated: 20 Aug 2009
Rating: (0 votes for this Article)
5962. A Better JavaScript Generic Type Implementation
download source codedownload this article in .doc format.OverviewIn a recent article I presented a simple implementation of a generic type system in JavaScript. Please see that document for a detailed enumeration of the motivations and benefits, including type safetly and Visual Studio intellisen
(The MIT License)
General Reading » Uncategorised Technical Blogs » General
Sky Sanders Updated: 20 Aug 2009
Rating: (0 votes for this Article)
5963. A simple JavaScript generic type pattern implementation
source and demoWhat are 'generic types'?A generic type is defined using one or more type variables and has one or more methods that use a type variable as a placeholder for an argument or return type. For example, the type java.util.List is a generic type: a list that holds elements of some ty
(The MIT License)
General Reading » Uncategorised Technical Blogs » General
Sky Sanders Updated: 20 Aug 2009
Rating: (0 votes for this Article)
5964. Pimpin' the Blog
In this article I will describe to you why I want to change my blog, what I'm trying to achieve, how I plan to do that and whats in it all for you.Why?After writing only a few articles in Blogger and reading up on how to build a usable blog, I knew that at some point I would have to replace Blogger
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
mrjvdveen Updated: 20 Aug 2009
Rating: (0 votes for this Article)
5965. Using WebControls In ASP.NET MVC Views – Part 3
This post continues the WebControls In MVC series. In this post we finally get some code that can be downloaded and tested. This post explains how to use the MvcWebForms methods to add WebControls to your Mvc Views -- and make them talk to your Controllers!
(The Creative Commons Attribution-ShareAlike 2.5 License)
Web Development » ASP.NET » General
webdev_hb Updated: 20 Aug 2009
Rating: (0 votes for this Article)
5966. Include Stylesheets and Scripts From A WebControl In MVC
Have you ever created a WebControl in MVC and though “Gee, it sure would be nice if I could add a stylesheet/script to the header of my page.” It’s not as easy as it used to be. This post goes over some code that can help you bridge that gap.
(The Creative Commons Attribution-ShareAlike 2.5 License)
Web Development » ASP.NET » General
webdev_hb Updated: 20 Aug 2009
Rating: 1.00/5 (1 vote)
5967. Passing parameters of char* data types from C# or VB code to a C++ function
Some times you may need to use some C++ functions in your managed C# or VB code.According to Frank Boyne, there are three ways to do this, if you choose the third method (which is easier and better, I think), you may have some problems passing variables of char* (or other pointer types) from your C#
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
mrt_doulaty Updated: 19 Aug 2009
Rating: (0 votes for this Article)
5968. Internet Explorer 8: Compatibility View
There is a new feature in Internet Explorer 8, called Compatibility ViewMicrosoft redesigned layout rendering en