Chủ Nhật, 2 tháng 10, 2016

The Daily Build - An advanced introduction to C# - Lecture Notes Part 1 of 4

The Daily Build - An advanced introduction to C# - Lecture Notes Part 1 of 4

Thank you to the members keeping the site tidy.

It's been a messy week with the spammers trying to muddy up the boards, but I'm guessing most readers would never have noticed a thing. Dozens of our higher-level members have been working overtime to help block and remove this nuisance and so we wanted to say thank you. What's impressed me the most is the care they take in ensuring it's spam, and not merely a misguided post. False positives happen but are rare, and that takes a lot of work.

Thank you for your help. It's very much appreciated.

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!

Headline article

An advanced introduction to C# - Lecture Notes Part 1 of 4

  (118 votes) by Florian Rappl (updated 13 hours ago)
In the first part we introduce the basic concepts of C# along with object oriented programming and the .NET-Framework.

New Articles, Tech Blogs and Tips

Ajax

  (4 votes) by tinychi (updated 2 days ago)
How to use jtable in spring MVC

Algorithms & Recipes

  (4 votes) by Snesh Prajapati (updated 11 hours ago)
In this article we will understand Factory Method Pattern. This article is second part of Factory Patterns article series and is the continuation of Part 1: Simple Factory Pattern.
  (2 votes) by 23ars (updated 9 hours ago)
In a previous article I talked about a Quantum Computing Library that I wrote and I presented, as an example, the implementation of Deutsch's Algorithm. In this article I will present the Grover's Search algorithm.

Android

  (5 votes) by Rou1997 (updated 2 days ago)
Photo | Audio | Video | Any File . . . From Camera/Microphone, From SD-Card Via Gallery, Or SD-Card Via File Manager . . .
  (1 votes) by Rou1997 (updated yesterday)
Display Web Page In Your App . . . Use HTTP Without Deprecated Apache Client . . . Get & Parse HTML of URL . . . Download String of URL . . . Use Own | 3rd-Party Server API . . . Run Anywhere From Eclair To Marshmallow . . .
  (0 votes) by twit88 (updated 2 days ago)
Night vision in Android using OpenCV

ASP.NET

  (4 votes) by Prabu ram (updated 2 days ago)
A complete automatic generation of menu in ASP.NET MVC using attributes applied on controllers.
  (2 votes) by Abdullah Ibn Mannan (updated yesterday)
Here is a step by step guide on how to make an ASP.NET project that uses Crystal Reports run successfully on Azure.
  (0 votes) by Abdullah Ibn Mannan (updated 23 hours ago)
A Common problem working with Bower(Client-Side Package Manager of ASP.NET Core), missing dist folder with js file

C#

  (8 votes) by Akash@Systematix (updated 2 days ago)
Create stream socket server in a portable class library for universal Windows platform in C#
  (1 votes) by Shamim Uddin (updated 9 hours ago)
In this article, we will discuss about operator overloading in C#

Database

  (2 votes) by Suvendu Shekhar Giri (updated 22 hours ago)
Enhancement on droping an object with check for existance in SQL Server 2016

Design and Architecture

  (0 votes) by kusnaditjung (updated 17 hours ago)
How Dependency Inversion Principle work, Inversion of Control Container

Emulation

  (1 votes) by Eugene Balabanov (updated 14 hours ago)
A tiny sandbox primer

Hardware & System

  (1 votes) by DaveAuld (updated 12 hours ago)
It only took a year, but after a lot of blood sweat and tears, it works!

HTML / CSS

  (2 votes) by Thomas Cooper (updated 3 days ago)
How to create code snippet view panel on an HTML page
  (1 votes) by Sushil Sh. (updated 14 hours ago)
How to configure angular material with Requires JS (AMD)
  (1 votes) by Thomas Cooper (updated yesterday)
How to create a code snippet view panel on an HTML page
  (1 votes) by Thomas Cooper (updated 17 hours ago)
This is a simple project that I have created, which will allow me to display code snippets within my blog site.This project is shared on my GitHub account and will be improved as I move on with my blog and other application, that may inherit this project.The logic This code will go through a string,
  (0 votes) by Thomas Cooper (updated 2 days ago)
How to create code snippet view panel on an HTML page

Miscellaneous

  (0 votes) by Oscar Chávez-Bosquez (updated yesterday)
Desktop application with a tombola-like spinning label

NoSQL

  (6 votes) by Basit Anwer (updated 3 days ago)
Taking Northwind as an example, this article takes you through a practical journey of converting a simple .net application from using a relational database with NoSQL using NosDB.
  (0 votes) by dileep (updated 18 hours ago)
This post explains how to implement CRUD Operations in the MongoDB by using C#.

Product Showcase

  (0 votes) by Rasmus_Hald (updated 2 days ago)
Thisarticle describes the results and how a "DevOps Duo" is now the new normal forthis professional services provider (PSP).

Smart Client

  (4 votes) by saineshwar bageri (updated 2 days ago)
In this article, we are going learn to create an application that works online and offline.

Testing and QA

  (0 votes) by schollii (updated 2 days ago)
Recipe that can be included in a pytest or nose test suite to compare a widget's appearance with a reference saved on disk, or generate the reference if it does not exist.

Uncategorised Technical Blogs

  (0 votes) by CrazyCoder26 (updated 9 hours ago)
CodeProjectHello folks,In this post, we'll talk a little bit aboutRedis cluster.Limitations of Redis cluster.How we can overcome the limitations of redis cluster.Redis cluster is a distributed implementation of Redis with three major goals:High performance and linear scalability upto 1000 nodes.Acce
  (0 votes) by Ehsan Sajjad (updated 2 hours ago)
CodeProjectBackground:This article is in the continuation of series of articles regarding how Equality works in .Net, the purpose is to have the developers more clear understanding on how .Net handles equality for different types.What we learned so far:Following are the key points that we learned fr

Updated Articles, Tech Blogs and Tips

Algorithms & Recipes

  (9 votes) by muhammadumairomee (updated 3 days ago)
Google Maps Offline in windows discusses how one can download or save google maps and then view that these images in offline

Audio and Video

  (60 votes) by Evgeny Pereguda (updated 6 hours ago)
Simple SDK for capturing, recording and streaming video and audio from web-cams on Windows OS by Windows Media Foundation.

C / C++ Language

  (47 votes) by Shao Voon Wong (updated 23 hours ago)
Writing comparison function for std::sort
  (70 votes) by Shao Voon Wong (updated 23 hours ago)
Explains the reason behind using pointer-to-pointer and reference-to-pointer to modify a pointer passed to a function.
  (5 votes) by Eric Z (Jing) (updated 9 hours ago)
This blog introduces struct hack and compares it with several implementation alternatives. A typical C struct hack is a struct whose last element is an array of size one. The trick is to allocate more memory than sizeof (Foo). Continue reading...
  (3 votes) by Shao Voon Wong (updated 22 hours ago)
Using C++11 thread_local to Avoid Allocation, Sharing and Minimize Locking
  (2 votes) by Shao Voon Wong (updated 22 hours ago)
Implementing string_view conversion to integral types using Boost Spirit Qi v2

C#

  (49 votes) by Sergey Kizyan (updated yesterday)
This is the second lecture from my series. It is related to work with text data and concentrated on such types as char, string, SrtingBuilder and SecureString
  (34 votes) by Carlo Hans H. (updated 23 hours ago)
How-To for Web API in ASP.NET Core
  (29 votes) by PureNsanity (updated 2 days ago)
A high level overview of the latest threading technologies and patterns with examples.

Database

  (2 votes) by Mika Wendelius (updated 2 days ago)
TrimChar function which removes occurences of the desired character from both ends of a string.

Miscellaneous

  (20 votes) by Zuoliu Ding (updated 11 hours ago)
A discussion on some basic practices highly recommended in Assembly Language Programming.

Printing

  (3 votes) by Howard 9448490 (updated yesterday)
A WYSIWYG Printer Interface for Rich text

Tools and IDE

  (2 votes) by JR.o (updated 2 days ago)
The TFS Business logic and constraints, as well as the database complexity, prohibit the movement of a work item from one project to another,... fortunately there is a simple way to move a work item using SQL Server directly.

Windows Presentation Foundation

  (55 votes) by Florian Rappl (updated 2 days ago)
Exploring WPF capabilities, limitations and work-arounds to create state-of-the-art applications with multi-touch features.

Không có nhận xét nào:

Đăng nhận xét