Click here to Skip to main content
15,891,951 members

Our Mailouts

The Daily Build - 28 Nov 2014

Diving in OOP (Day 1) : Polymorphism and Inheritance (Early Binding/Compile Time Polymorphism)

IoT Tutorial Contest: Stage 2 Winners

Congratulations to all Stage 2 winners and thank you to everyone that submitted an article. There are still prizes to be won so get your Stage 4 entries in by this Sunday December 7 and keep watch for the details of the Stage 5 challenge (which carries a $1,500 prize) to be announced Monday. Details here.

And the winners are...

New Articles, Tech Blogs and Tips

ASP.NET

  (2 votes) by Craig A. Moore (updated 17 hours ago)
Creating sheets of labels within a PDF document using PDFSharp
  (2 votes) by Bhagyashree Chaudhari - Member 10473634 (updated 19 hours ago)
Show dialog box with very few lines of code
  (1 votes) by Afzaal Ahmad Zeeshan (updated 8 hours ago)
This article is for the concept of Random URLs and how they can be generated in ASP.NET for creating Random URLs for your application.

C / C++ Language

  (0 votes) by Abdallah Al-Dalleh (updated 19 hours ago)
How to handle post data coming inside an HTTP POST request

Edit Controls

  (0 votes) by Member 10951710 (updated 11 hours ago)
A simple extension to the original TextBox, allowing simple calculations (+, /, *, -)

Uncategorised Technical Blogs

  (2 votes) by Paulo Zemek (updated 19 hours ago)
IntroductionWhen I started to use computers people used to say that "computers do what we ask them to do, not necessarely what we want them to do". And that was related to normal computer usage. When developping, things are far worse. It is pretty easy to destroy memory contents and crash applicatio

Windows Powershell

  (0 votes) by Zhuyun Dai (updated 21 hours ago)
Describes how to resolve the 'Double-Hop' issue in PowerShell remoting and how to troubleshoot issues we may meet.

You may also like...

Research Library

Updated Articles, Tech Blogs and Tips

.NET Framework

  (72 votes) by Akhil Mittal (updated yesterday)
Complete CRUD Operations in MVC 4 using Entity Framework 5 without writing a single line of code.
  (64 votes) by Akhil Mittal (updated yesterday)
My effort in this article was to put some light on building a generic multilayered architecture using Entity Framework 4.1 and MVC3 razor view engine.
  (41 votes) by Sandeep Singh Shekhawat (updated yesterday)
In this article, you will learn about relationships in Entity Framework using the Code First Approach with Fluent API.
  (35 votes) by Akhil Mittal (updated yesterday)
Repository pattern in MVC3 application with entity framework
  (31 votes) by Pascal Ganaye (updated 21 hours ago)
In this article, I try to highlight some issues in the .NET Framework generic list and how to circumvent them

ASP.NET

  (58 votes) by Akhil Mittal (updated yesterday)
How to do custom mapping and entity to entity mapping with the help of AutoMapper.
  (34 votes) by Akhil Mittal (updated yesterday)
MVC Application using EntityFramework Code-First approach
  (27 votes) by Akhil Mittal (updated yesterday)
How to create MVC application and perform CRUD operations using EntityFramework
  (11 votes) by syed shanu (updated 8 hours ago)
Project Scheduling using GridView ASP.NET.

C#

  (186 votes) by Akhil Mittal (updated yesterday)
This article will cover almost every OOPS concept that a novice/beginner developer hunt for, and not only beginners, the article’s purpose is to be helpful to experience professionals also who need to sometimes brush-up their concepts or who prepare for interviews.
  (86 votes) by Akhil Mittal (updated yesterday)
All about Abstract classes in C#
  (82 votes) by Akhil Mittal (updated yesterday)
Access modifiers (or access specifiers) are keywords in object-oriented languages that set the accessibility of classes, methods, and other members. Access modifiers are a specific part of programming language syntax used to facilitate the encapsulation of components.
  (78 votes) by Akhil Mittal (updated yesterday)
Day 6: Understanding Enums in C#.My article of the series “Diving in OOP” will explain enum datatype in C#.
  (77 votes) by Akhil Mittal (updated yesterday)
Diving in OOP (Day 2):My article in the second part of the series will focus solely on inheritance concept in OOP
  (63 votes) by Akhil Mittal (updated yesterday)
This part of the article series will focus more on run time polymorphism also called late binding.
  (25 votes) by Akhil Mittal (updated yesterday)
This article will be a kind of tutorial to explain how we can set up a knockout.js environment in an MVC4 application that is also capable of performing CRUD operations
  (18 votes) by syed shanu (updated yesterday)
DataGridView Helper Class for Winforms

Shell and IE programming

  (84 votes) by Dave Kerr (updated 14 hours ago)
Rapidly create Shell Context Menu Extensions using .NET.

String handling

  (108 votes) by Dan Letecky (updated 17 hours ago)
Parsing PDF files in .NET using PDFBox and IKVM.NET (managed code).

Windows Powershell

  (9 votes) by Zhuyun Dai (updated 2 hours ago)
Talks about executing PowerShell script remotely in PowerShell console; also describes how to do the same thing in C# code.

XML

  (75 votes) by Brian Aberle (updated 16 hours ago)
XMLFoundation is the fastest approach to dealing with XML and it also delivers a simple and easy to manage pattern of software development into your application.