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


1. Entity Framework and Base Entity class
Entity Framework does great job with taking care of entities changes and entities collection internally. And its uses almost plain POCO objects. Almost because collections of dependents data like in 1 to many tables relationship needs virtual keyword. Its understandable since EF needs to track what
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries » .NET Framework » General
n.podbielski Updated: 19 May 2013
Rating: (0 votes for this Article)
2. Handling Ajax Errors in ASP.NET
How to handle Ajax errors in ASP.NET
(The Code Project Open License (CPOL))
General Programming » Exception Handling » General
n.podbielski Updated: 18 May 2013
Rating: (0 votes for this Article)
3. Better Algorithm for Finding UpdatePanel that will be Updated During Page Request
A better algorithm for finding UpdatePanel that will be updated during page request
(The Code Project Open License (CPOL))
Desktop Development » Static & Panel Controls » Custom Controls
n.podbielski Updated: 18 May 2013
Rating: 4.00/5 (1 vote)
4. Getting Private Field or Property from Object
How to get private field or property from object
(The Code Project Open License (CPOL))
Desktop Development » Tabs & Property Pages » Tabs and Property Pages
n.podbielski Updated: 18 May 2013
Rating: (0 votes for this Article)
5. Global UpdatePanel loading indicator in ASP.NET
When I started working on application I am working right now, one of first things I noticed, that was not entirely wrong but was inconvenient: when user clicked on some button that triggers update panel you was not entirely sure it worked or not. Why? Because of three things:1. I don't know who was
(The Code Project Open License (CPOL))
Web Development » ASP » Code Project scripts
n.podbielski Updated: 18 May 2013
Rating: (0 votes for this Article)
6. Programming Massively Parallel Processors (second edition) by Kirk and Hwu
“Programming Massively Parallel Processors (second edition)” by Kirk and Hwu is a very good second book for those interested in getting started with CUDA.
(The Code Project Open License (CPOL))
General Reading » Book Reviews » General
John Michael Hauck Updated: 18 May 2013
Rating: (0 votes for this Article)
7. MonoGame: Content Projects & Custom Model Types
Are we sitting comfortably, then let us begin In yet another one of my adventures with MonoGame and showing new an interesting ways you can take you old XNA code and move it forward on to the MonoGame platform (and still keep your sanity), I’ll go over one of those …
(The Code Project Open License (CPOL))
Web Development » Custom Controls » General
Simon Jackson Updated: 17 May 2013
Rating: (0 votes for this Article)
8. Server controls in separete assembly
In my project I wanted to create text box control with bultin configurable validation. ASP.NET definition in .aspx or .ascx file would get validation function by name. But I do not wanted to create just .ascx file with text box. I could not then reuse that control in other projects and it certainly
(The Code Project Open License (CPOL))
Desktop Development » Button Controls » Beginners
n.podbielski Updated: 17 May 2013
Rating: (0 votes for this Article)