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


1. What is the Mission of a Software Developer
What is the mission of a software developer
General Reading » Uncategorised Technical Blogs » General
Arian Celina Updated: 30 Mar 2015
Rating: (No votes for this Article)
2. How to Become a Better Programmer by Learning How You Understand Code
How to become a better programmer by learning how you understand code
Development Lifecycle » Code Generation » General
Stephen C Young Updated: 30 Mar 2015
Rating: (No votes for this Article)
3. Java: Ascii art generator in Java - Part 2
Since I got a lot of feedback for my my previous post where I built a very simple Ascii art generator in Java (find it on GitHub), I decided to continue with the project and add some more features to it you will hopefully enjoy even more. I’ve redesigned the major part of it and made it very exte
Languages » Java » Beginners
Ivan Korhner Updated: 30 Mar 2015
Rating: (No votes for this Article)
4. Knockout.js for data binding in HTML and JavaScript
Knock, knock. Who's there? Knockout. Knockout who? Knockout.js!The post Knockout.js for data binding in HTML and JavaScript appeared first on Sander's bits.
Desktop Development » Grid & Data Controls » General
Sander Rossel Updated: 30 Mar 2015
Rating: 5.00/5 (1 vote)
5. What is Code Reuse and Why Use It?
What is code reuse and why use it?
Development Lifecycle » Code Generation » General
Afzaal Ahmad Zeeshan Updated: 29 Mar 2015
Rating: 2.17/5 (10 votes)
6. My understanding of OWIN & Katana
I have been trying to learn these concepts from a long time. Read many good articles, their definitions, but could not make much out of them. Finally, I decided to write my understanding that I have got from these resources. So in this article, I will share my learning about what are O.W.I.N. and Ka
Third Party Products » Reviews on Third Party Products and Tools » General
Jasminder Singh Updated: 29 Mar 2015
Rating: (No votes for this Article)
7. Conversion Between Types in C#
IntroductionAs we know C# is a type-safe language that I have discussed in my previous article. Type safety can be decided by the compiler at compile time or at run time by the CLR. I will explain here both of these types of type safety with some more examples and a small exercise in the end.CodePro
Languages » C# » General
DotNetForYou Updated: 29 Mar 2015
Rating: 5.00/5 (1 vote)
8. Bikeshedding
Bikeshedding
General Reading » Uncategorised Technical Blogs » General
Paul M Watt Updated: 28 Mar 2015
Rating: 5.00/5 (1 vote)
9. Change jQuery Slider Speed
We have already talked about integrating a jQuery Slider Plugin to ASP.NET Repeater control. Now in this blog, we will change the default speed of the slider.
Web Development » ASP.NET » Howto
Tadit Dash (????? ????? ???) Updated: 28 Mar 2015
Rating: 4.56/5 (2 votes)
10. GridView with Scrollbars
Hi, Today I am here to share something to you. This is simpler as never but I bet, you are searching for this since long. GridView with Scrollbars If you have developed any web application using ASP.NET, you must have used GridView, if you are beginner and learning ASP.NET, this will tell you how to
General Reading » Uncategorised Technical Blogs » General
John Bhatt Updated: 28 Mar 2015
Rating: (No votes for this Article)
11. Software Architecture - Examples
In this post I present how the same application can be created if it is done without any architecture, with an architecture completely bound to a technology and its limitations and with an architecture that I consider to be "unbound" from technologies and their limitations.
Development Lifecycle » Design and Architecture » Application Design
Paulo Zemek Updated: 27 Mar 2015
Rating: 4.98/5 (32 votes)
12. RichTextBox in a single textbox among multiple TinyMCE
I have used TinyMCE Rich TextBox in my application but in my web form i have mulitple mulitiline TextBox. what I want that Rich TextBox should be bind to only one text box not all TextBoxes
Web Development » ASP.NET » General
John Bhatt Updated: 27 Mar 2015
Rating: (No votes for this Article)
13. Custom Message when no rows in GridView
Hi,Lets get back to ASP.NET series and work with GridView once again. We have previously done following jobs with GridView. GridView with Scrollbars GridView with Fixed Header and Scroll bars Pagination in GridView Export GridView to Excel You are suggested to read above posts before reading this po
Web Development » Custom Controls » General
John Bhatt Updated: 27 Mar 2015
Rating: (No votes for this Article)
14. Repository pattern, done right
This post aims to explain why the Repository Pattern can still be a great choice.
Development Lifecycle » Design and Architecture » Design Patterns
jgauffin Updated: 27 Mar 2015
Rating: 4.84/5 (39 votes)
15. Functional C#: Primitive obsession
This is the second article in my Functional C# blog post series. Functional C#: Immutability Functional C#: Primitive obsession Functional C#: Non-nullable reference types Functional C#: Handling failures and input errors What is primitive obsession? Primitive obsession states for using primitive ty
Languages » C# » General
Vladimir Khorikov Updated: 26 Mar 2015
Rating: 5.00/5 (3 votes)
16. Functional C#: Immutability
I’m starting a series of articles in which I want to show how to program in C# in a more functional way. Functional C#: Immutability Functional C#: Primitive obsession Functional C#: Non-nullable reference types Functional C#: Handling failures and input errors Why immutability? The biggest pr
Languages » C# » General
Vladimir Khorikov Updated: 26 Mar 2015
Rating: 5.00/5 (3 votes)
17. Simple.Data Asp.Net Identity Provider
ASP.Net Identity is Microsoft's latest implementation of a membership and identity service which will replace ASP.Net Membership, SimpleMembership and Universal Membership. The out of the box implementation of ASP.Net Identity is, unsurprisingly, coupled to Entity Framework (EF) which means if you d
Platforms, Frameworks & Libraries » .NET Framework » Applications
Nathan Gloyn Updated: 26 Mar 2015
Rating: 5.00/5 (2 votes)
18. Consume ASP.NET WEB API via Windows Phone using RestSharp
In this article we will discuss all about how to consume ASP.NET WEB API using RestSharp for Windows Phone.
Mobile Development » Windows Phone 7/8 » General
Gaurav Kumar Arora Updated: 26 Mar 2015
Rating: (No votes for this Article)
19. JSOM List Operations in SharePoint Apps in a proper way (Provider Hosted and SharePoint Hosted) – Search
In my previous post (JSOM List Operations in SharePoint Apps in a proper way (Provider Hosted and SharePoint Hosted)–CRUD) I have explained how to work with basic list operations.  Here I’m explaining the CAML and search options that we can perform. (function (spa, $, undefined) { window._sa = s
Enterprise Systems » SharePoint Server » General
Melick Updated: 26 Mar 2015
Rating: 5.00/5 (1 vote)
20. ASP.NET WebAPI
ASP.NET WebAPI
Languages » Other .NET Languages » Forth .NET
Tragdor Updated: 25 Mar 2015
Rating: 2.50/5 (2 votes)

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


Advertise | Privacy | Mobile
Web03 | 2.8.150327.1 | Last Updated 30 Mar 2015
Copyright © CodeProject, 1999-2015
All Rights Reserved. Terms of Service
Layout: fixed | fluid