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


1. Introducing Toppler
Introducting Toppler
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Cybermaxs Updated: 17 Jul 2014
Rating: (No votes for this Article)
2. Consuming and Deploying ASP.NET WebApi Services – Gotchas!!
Last week I posted about how every web programmer should know about the RESTful nature of Web and start using Asp.NET MVC 4 Web Api to accomplish the same. The post was accompanied by a sample HTTP GET resource call to an ASP.NET Web Api controller action. So, I believe you people have already start
(The Code Project Open License (CPOL))
Web Development » Web Services » ATL Web Services
Chinmoy Mohanty Updated: 17 Jul 2014
Rating: (No votes for this Article)
3. Eliminating #if Preprocessor Directives
Maybe it’s just me, maybe I’m old school, or maybe I’m not old school enough
(The Code Project Open License (CPOL))
General Programming » Programming Tips » General
Derik Palacino Updated: 17 Jul 2014
Rating: 4.56/5 (4 votes)
4. How to safely convert enums
Converting between different types of enums is quite easy and it typically works fine. For a while. But changed business requirements might require that you modify the enums, and it’s easy to forget a conversion somewhere. So let’s say that … Continue reading →
(The GNU Lesser General Public License (LGPLv3))
General Reading » Uncategorised Technical Blogs » General
jgauffin Updated: 17 Jul 2014
Rating: (No votes for this Article)
5. Operation Contract Overloading in WCF.. Not your usual Polymorphism!
There is no denying the fact that Microsoft has made life easy for Developers, both Windows and Web. Over the years MS have come up with great IDEs using which any High School Student could go ahead and build a fully functional application(Yes, it’s that easy). Microsoft makes things easy for
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Chinmoy Mohanty Updated: 17 Jul 2014
Rating: (No votes for this Article)
6. JSON and RESTful Web services using ASP.NET MVC WebApi–Its what every Web Programmer should know !
In my last post I indicated as to how Microsoft & MS technologies have made programming for the web simple and easy. I also suggested how these same MS technologies have created misinformed web developers (like me) as well. All the abstraction over the RESTful nature of HTML (or HTTP) have solved at
(The Code Project Open License (CPOL))
Web Development » Web Services » ATL Web Services
Chinmoy Mohanty Updated: 17 Jul 2014
Rating: (No votes for this Article)
7. Saving prices as decimal in mongodb
When working with prices in C#, you should always work with the 'decimal' type.Working with the 'Double' type can lead to a variety of rounding errors when doing calculations with them, and is more intended for mathematical equations.(I don't want to go into details about what problems th
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Gilly Barr Updated: 17 Jul 2014
Rating: (No votes for this Article)
8. WCF Contracts Simplified
Basically a WCF Contract is an agreement between the two parties i.e. a Service and a Client. In Windows Communication Foundation, Contracts are categorized as behavioral or structural. Behavioral Contracts ServiceContract attribute is used to mark a type as Service Contract that contains operations
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries » Windows Communication Foundation » General
Imran Abdul Ghani Updated: 17 Jul 2014
Rating: (No votes for this Article)
9. Multilingual App Toolkit–Give your app some global appeal
Sure, you’re a good dev and you know that you should be putting all your strings in a RESX file if for no other reason than to centralize them so you can only only have to update them in one place. And maybe you do get some translations to other languages (good for you!). But […]CodeProject-->
(The Code Project Open License (CPOL))
Languages » Other .NET Languages » Forth .NET
BC3Tech Updated: 17 Jul 2014
Rating: (No votes for this Article)
10. JavaScript does NOT support Method Overloading–Thats true!!
A few weeks back I blogged about how “surprisingly” WCF Operation Contracts do not support Method overloading, due to the way the Web is designed. It may come as a surprise to a lot of folks that even JavaScript does NOT support method overloading in the strictest sense. For people from C# and Java
(The Code Project Open License (CPOL))
Web Development » Client side scripting » JavaScript
Chinmoy Mohanty Updated: 17 Jul 2014
Rating: (No votes for this Article)
11. Strongly Typed JavaScript (TypeScript)–No excuse now for not diving deep into JavaScript!!
The mainstay of .NET or for that matter, C# has been its strong type checking which we get at compile time. Its so much a part of C#, that we somewhat take it for granted. If we remove Type checking in C#/VS, we’ll be severely handicapped for sure. Type checking and Intellisense  are the 2 […]
(The Code Project Open License (CPOL))
Web Development » Client side scripting » JavaScript
Chinmoy Mohanty Updated: 17 Jul 2014
Rating: (No votes for this Article)
12. Programmatically make(fake ;)) HTTP Requests using WebRequest, WebResponse and WebClient
Its without a doubt that Microsoft .NET provides us with wonderful APIs to interact with a variety of interfaces/entities. One such API/library exists in the System.Net namespace. WebRequest and WebResponse are two such libraries which help us in programatically making HTTP Requests and analyse the
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries » Libraries » General
Chinmoy Mohanty Updated: 17 Jul 2014
Rating: (No votes for this Article)
13. Creating and consuming a RESTful service using WCF and JavaScript
REST !! REST !! REST !! It’s the buzz word recently with the advent of mobile revolution. You know what’s more worse than not having heard about a Buzz word!! Its having heard about it, but having no idea of its implications or practical implementation. Sometime back I blogged about how
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries » Windows Communication Foundation » General
Chinmoy Mohanty Updated: 17 Jul 2014
Rating: (No votes for this Article)
14. Uploading/Downloading a file using WCF REST service in .NET 3.5
Last week I blogged about how to create a RESTful service using WCF and how it was to actually not learn anything in order to make your existing WCF service RESTful. Converting a normal WCF service to being RESTful might be an easy task, but when it comes to streaming files over a REST call […
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries » Windows Communication Foundation » General
Chinmoy Mohanty Updated: 17 Jul 2014
Rating: (No votes for this Article)
15. SharePoint Sample Field (Columns) Schemas
SharePoint Fields (Columns) XML is essential for every SharePoint Object Model development. Multiple User Field UserSelectionMode Options: PeopleOnly , PeopleAndGroupUser FieldBoolean Field 1Text FieldNumber FieldChoice Field NEW OLD Lookup ListDate Field
(The Code Project Open License (CPOL))
Enterprise Systems » SharePoint Server » Custom Controls
Melick Updated: 17 Jul 2014
Rating: (No votes for this Article)
16. Taking the Romance Out of Software Development
This is an article I've been wanting to write for a while, and its mainly to voice some observations that I've had in my ten years in the software development industry.  In my time, so far in this industry I have been truly lucky enough to have worked on some really fun and exciting projects, and al
(The Code Project Open License (CPOL))
General Programming » Game Development » General
Kevin Mack Updated: 16 Jul 2014
Rating: 5.00/5 (2 votes)
17. Digital Philosophy : Basic Introduction
In this we will try to discuss questions like how powerful computer can we build, how can we build such a computer that can compute anything, including the life equations. We will try to build simple computer models, and try to see what all we can achieve in reality. We will try to understand the [&
(The Mozilla Public License 1.1 (MPL 1.1))
General Reading » Uncategorised Technical Blogs » General
BrainlessLabs Updated: 16 Jul 2014
Rating: (No votes for this Article)
18. Tracking “active” clients using method parameter inspection in a WCF web service
IntroductionWeb services are recommended to be stateless,that is, clients should not rely or depend upon session information in the service side. But the truth is, inalmost every client/server application, session information is necessary andshould be stored somewhere: in a database, in a separate s
(The Code Project Open License (CPOL))
Web Development » Web Services » ATL Web Services
Alekz Updated: 15 Jul 2014
Rating: (No votes for this Article)
19. Web API, or Cutting out the middle man
Ok, so I’m back with another blog post.  Tonight I sit here, with the wife and the munchkin passed out and am taking this singular opportunity to catch up on the Blacklist and thinking about the latest blog post.  And then it hit me, Web API. This past week I’ve been doing a lot of reading and resea
(The Code Project Open License (CPOL))
Web Development » Web Services » ATL Web Services
Kevin Mack Updated: 15 Jul 2014
Rating: 5.00/5 (3 votes)
20. Analyze and start using API of SharePoint App Store to collect data about apps.
SharePoint App Store already exists for two years, but there are not so much apps published yet and quality of existing apps is questionable. Nonetheless App store and Office 365 platform are evolving and new apps appear every month. This article is the first in the cycle of articles about analyzing
(The Code Project Open License (CPOL))
Enterprise Systems » SharePoint Server » General
Anton Khritonenkov Updated: 15 Jul 2014
Rating: 5.00/5 (1 vote)

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


Advertise | Privacy | Mobile
Web03 | 2.8.140717.1 | Last Updated 17 Jul 2014
Copyright © CodeProject, 1999-2014
All Rights Reserved. Terms of Service
Layout: fixed | fluid