Thứ Ba, 30 tháng 9, 2014

The Daily Build - 1 Oct 2014. The Real, Protected, Long mode assembly tutorial for PCs

Click here New Microsoft Developer Video Library – Only $99
Learn SharePoint, Visual Studio, SQL Server, and more with thousands of step-by-step video tutorials for Microsoft developers from LearnNowOnline. Get an entire year of training for only $99! Learn more
Click here Need Excel Controls for Windows Forms, WPF or Silverlight?
Use SpreadsheetGear to add powerful, Excel-compatible viewing, editing, formatting, calculating, filtering, sorting, charting, printing and more to your applications with the easy-to-use WorkbookView controls. Try it now!

New Articles, Tech Blogs and Tips added

.NET Framework

  (1 vote) by Imran Abdul Ghani
Microsoft Entity Framework (EF) is an Object Relational Mapping framework that provides an abstraction layer (a kind of mapping) between two incompatible systems (i.e. Object oriented programming languages with Relational databases). It enables us to interact with relational data in an object orient

Android

  (2 votes) by Pavel Durov
Basic NDK implementation using Hello World application.

Arduino

by Mario Vernari
The FTDI FT232-family of chips are used everywhere. They offers a very compact way to interface an UART to an USB. As soon the USB devices started booming, the "huge" serial connectors began to disappear from our PC.

ASP.NET

  (2 votes) by Thomas Yee
Beginning to intermediate tutorial on using jqGrid in an MVC 4 application

C / C++ Language

by biicode
We have a big problem. We have miserably failed to explain the core value proposition of biicode: a file-based dependency manager.

C#

  (1 vote) by WaqaarRasool
Heartbeat Implementation in WCF Service in C#

Client side scripting

  (1 vote) by _debasis
Answer will be Yes for those "Who don't understand the core primitive of JavaScript function". No for those "Who understands the core primitive".

Code Generation

  (2 votes) by Dave Clemmer
Applying a day's worth of model oriented work to greatly improve the quality and quantity of unit tests for the nopCommerce open source e-commerce solution.
  (1 vote) by Morshed Anwar
In my childhood, my uncle has shown me how to see the cloud in a close look and I understand that one can draw some elements of the Earth in the sky-canvas if he/she wants to. After that the cloud becomes more close me and It teaches me one thing that, a deeper-look to something […]

Combo & List Boxes

  (2 votes) by Nitesh Luharuka
Friends, In this post, we will see how can we get the name of currently active window using C#. Since a .Net application cannot access objects outside the application, to get the active window we will use few functions of Windows API provided by Microsoft. We will specifically use GetForegroundWindo

Cross Platform

by Dominic Burford
Versioning your .NET application with Nant and Subversion

Design and Architecture

  (1 vote) by Dhruv Singh
Detailed usage of the newer python format() method for strings

Internet / Network

by harish kumar bindela
How to get Windows live Email ID and Google Email ID using OAuth

iPhone

by KarstenK
How to start up with OpenGL on iOS.

Programming Tips

Reviews on Third Party Products and Tools

by Keyhole Software
The state of web application cryptography has changed, and each development language provides its own way of working with it. I will touch on the current state of random number generation and the differences found with it within the Java and JavaScript development languages. When designing and build

Shell and IE programming

  (2 votes) by Florin Panescu
This library is for creating shortcut .lnk & .url

Testing and QA

  (1 vote) by Nimmi Joseph
Test / Increase the performance of the search feature in applications

Tree Controls

  (1 vote) by Morshed Anwar
Years ago, I read about Golden rule of Entity Framework from a blog post of Julia Lerman.As the Golden Rule says – EF will not do anything that developer has not explicitly told you to do. Some days ago I got an issue where I need to load a full object graph will all its […]

Uncategorised Technical Blogs

  (1 vote) by Morshed Anwar
Please Note: A Entity Framework- Code First Version has been written by me- http://www.codeproject.com/Articles/363501/Repository-pattern-with-Entity-Framework-Code-Firs   https://morshedanwar.wordpress.com/2012/10/03/design-data-access-with-entity-framework-code-first-in-composable-service-end/   A
by Saleh Hamadeh
For those of you who do not know what a hackathon is, a hackathon is an event in which teams compete to create a product that will solve a real-world problem. Most of the people who attend hackathons are programmers or hackers, but hackathons are open to anyone who feels creative.Last week, I attend
by Omar Al Zabir
While working on open source projects, you have to frequently build your code, clean up all temporary files, remove your own passwords, connections strings from web.config, then create a binary deployment package in a zip format and then commit and git push to GitHub. Let's automate all these

Windows API

Windows Powershell

by LenJ67
Using PowerShell and EWS to write/update public folder contacts.

You may also like...

Research

Articles, Tech Blogs and Tips updated

Algorithms & Recipes

  (41 votes) by 1337Architect (updated 16 hrs ago)
Handy classes to use the .NET Encryption/Decryption

ASP.NET

  (1 vote) by John Atten (updated 18 hrs ago)
In recent posts, I've covered a lot of ground using ASP.NET Identity 2.0 in the context of an MVC application. Since it's RTM in March of this year, Identity 2.0 has offered a substantial expansion of the Authentication/Authorization . toolset available to MVC applications. Similarly, Identity 2.0

Client side scripting

  (13 votes) by AJSON (updated 8 hrs ago)
A whirlwind tour of how to implement search, filter and sort using KnockoutJS

Hardware & System

  (74 votes) by Michael Chourdakis (updated 9 hrs ago)
Immerse yourself in system programming!

Tablets and All-in-Ones

  (4 votes) by DrABELL (updated 17 hrs ago)
App implements bi-directional semantic phone number-to-text converter, extended with novel Lottery+Quiz engine

Tools and IDE

  (18 votes) by syed shanu (updated 4 hrs ago)
Windows Form Design at Run Time.Panel has been used as a Form where user can Add ,Move controls.user can Add,text,items,colors and etc using Property Window.Bind Data to DatagridView,ListView,ComboBox from DataTable,XML File and From SQL Server Data Base

Windows Runtime

  (15 votes) by Bernardo Castilho (updated 13 hrs ago)
The article presents an ICollectionView class that supports filtering and sorting.