Click here to Skip to main content
Blog Articles | Add your Blog | FAQ

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 1 of 338
1 2 3 4 5 6 7 8 9 10


1. A complete Impersonation Demo in C#.NET
Under some scenarios we need impersonate another Windows account and do some work under that user’s session, for example: An enterprise ASP.NET web application provides server administrators’ ability to access the server under some specific privilege set; Server admin input their NT account informat
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries » .NET Framework » Samples
Wayne Ye Updated: 20 Jun 2013
Rating: 4.67/5 (4 votes)
2. A Simplified Guide to Understanding Recursion
For many beginning computer science students, the idea of recursion is difficult to grasp. I wager that some more experienced computer science students or even some seasoned developers out of college and already out in the field don't really grasp the idea of recursion. As an f.y.i., I use "function
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Steven855 Updated: 20 Jun 2013
Rating: (0 votes for this Article)
3. Ready IIS at Windows 7–with only 2 steps
Installing IIS 7 on Windows Vista and Windows 7 This must be familiar to most of the developer and deployment guys. And I admit that, this is still my favorite way to install IIS. But today, in order to simplify the deployment process. I keep digging and found a useful way to do what we […]
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries » Windows Security » General
Cruz Boon Updated: 20 Jun 2013
Rating: (0 votes for this Article)
4. What is IPv6?
You know by now that today’s communications rely on the Internet Protocol. The IP address is a unique identifier for each machine connected to the Internet. With the ever growing size of the Internet, the demand for IP addresses increased drastically. Today’s IPv4 supports 2 to the power of 32 addre
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
NetworkWrangler Updated: 20 Jun 2013
Rating: (0 votes for this Article)
5. The Subtlety of Building a Presentation
About the subtlety of building a presentation
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Zac Gery Updated: 20 Jun 2013
Rating: (0 votes for this Article)
6. Excel UDF library in C# from scratch
Excel UDF library in C# from stratch
(The Code Project Open License (CPOL))
Enterprise Systems » Office Development » Microsoft Excel
Pragmateek Updated: 20 Jun 2013
Rating: 5.00/5 (1 vote)
7. Wednesday fun (maybe not)
Redo a jQuery plugin I did for displaying a twitter?
(The MIT License)
Web Development » Ajax » General
Dennis E White Updated: 20 Jun 2013
Rating: 5.00/5 (2 votes)
8. Using LINQ to SQL for ETL projects
Using LINQ to SQL for ETL projects.
(The Code Project Open License (CPOL))
Bryan O'Connell Updated: 20 Jun 2013
Rating: (0 votes for this Article)
9. Binding to Image Path in Isolated Storage
Binding to Image Path in Isolated Storage
(The Code Project Open License (CPOL))
Web Development » Silverlight » General
Ernest Poletaev Updated: 19 Jun 2013
Rating: (0 votes for this Article)
10. Localize ToggleSwitch in the Silverlight Toolkit
Localize ToggleSwitch in the Silverlight Toolkit.
(The Code Project Open License (CPOL))
Web Development » Silverlight » General
Ernest Poletaev Updated: 19 Jun 2013
Rating: (0 votes for this Article)
11. Localize Windows Phone 7 Styles
Localize Windows Phone 7 Styles.
(The Code Project Open License (CPOL))
Mobile Development » Windows Phone 7/8 » Windows CE
Ernest Poletaev Updated: 19 Jun 2013
Rating: (0 votes for this Article)
12. Extend your VBA code with C#, VB.NET, or C++/CLI
Interfacing VBA and .NET is a relatively straightforward process.
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries » .NET Framework » General
Pragmateek Updated: 18 Jun 2013
Rating: 4.87/5 (6 votes)
13. Five Essential Front-End Tools That Should be Used with Modern MVC Projects
VS 2012 web templates come preloaded with standard front-end libraries. This post is meant to complete the list with other essential and productive libraries that should be used in modern public-facing MVC and webform projects.
(The Code Project Open License (CPOL))
Web Development » HTML / CSS » General
Adam Tibi Updated: 17 Jun 2013
Rating: 5.00/5 (6 votes)
14. Introducing Marionette-Require-Boilerplate for Your Single Page Application
Introducing Marionette-Require-Boilerplate for your single page application.
(The Code Project Open License (CPOL))
Web Development » Site & Server Management » General
Keyhole Software Updated: 17 Jun 2013
Rating: (0 votes for this Article)
15. Best Practices in Implementing OOP JavaScript (Namespaces , Classes , Objects methods in JavaScript )
// Root Namespace var Namespace = {}; // Create a Class Namespace.Class1 = function () { }; // Pulic Methods Namespace.Class1.prototype.M1 = function () { alert("M1"); }; // Create a Class with variables and members Namespace.Class2 = function () { // Public
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Melick Updated: 17 Jun 2013
Rating: (0 votes for this Article)
16. You should unit test your controller, NOT!
One of the MVC mantras is that it allows unit testing your controllers. But, that doesn't mean you should. In my opinion, you should focus your unit testing valuable effort in more effective areas as the controller, if done right, doesn't require unit testing.
(The Code Project Open License (CPOL))
General Programming » Programming Tips » Design and Strategy
Adam Tibi Updated: 17 Jun 2013
Rating: 4.67/5 (5 votes)
17. A Call To Drop "The Open Closed Principle" From The SOLID Design Principles
We are used to repeat the SOLID principles, sometimes without giving them full thoughts. This is a call to drop an outdated principle that doesn't work in today's development, the "Open Close Principle", the result should be SLID.
(The Code Project Open License (CPOL))
Development Lifecycle » Design and Architecture » Design Patterns
Adam Tibi Updated: 16 Jun 2013
Rating: 3.00/5 (4 votes)
18. Three Steps to Get Fat-Razor MVC Views on Diet
ASP.NET MVC Views give you the power of Razor View Engine with the flexibility of writing C# code. However, if you do too much C# you will end up with Fat-Razors that need to go on a diet or you might be risking separation of concern attacks.
(The Code Project Open License (CPOL))
General Programming » Programming Tips » Design and Strategy
Adam Tibi Updated: 16 Jun 2013
Rating: 4.92/5 (6 votes)
19. Getting Started with Roslyn – Part 1
Part 1 of getting started with Roslyn
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries » .NET Framework » How To
Leom Burke Updated: 14 Jun 2013
Rating: 4.00/5 (1 vote)
20. How to Setup seam3-Security in JBoss 7
Setup Seam3-security in JBoss 7
(The GNU General Public License (GPLv3))
Web Development » Web Security » Security
Edward Legaspi Updated: 14 Jun 2013
Rating: (0 votes for this Article)

Page 1 of 338
1 2 3 4 5 6 7 8 9 10


Advertise | Privacy | Mobile
Web03 | 2.6.130619.1 | Last Updated 21 Jun 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid