Thứ Hai, 4 tháng 1, 2016

The Daily Build - 5 Jan 2016. HTML5 Event Calendar/Scheduler

The Daily Build - 5 Jan 2016. HTML5 Event Calendar/Scheduler

New Articles, Tech Blogs and Tips

Amazon Web Services

  (4 votes) by Marc Clifton (updated 18 hours ago))
Your beginning to end, step by step, guide.
  (0 votes) by Beefcake 5000 (updated 15 hours ago))
This article describes how to establish a Software based VPN connection with an Amazon VPC

Applications & Tools

  (1 votes) by dsuryd (updated 8 hours ago))
Application of "MVVM over SignalR" library described in a previous CodeProject tip, combined with Dynamic LINQ library to do incremental web search by typing the query

ASP.NET

  (5 votes) by Omar Nasri (updated 21 hours ago))
This article show you differents step to create a web site using Angular JS, ASP.net MVC and web api
  (4 votes) by Omar Nasri (updated 21 hours ago))
This article show you differents step to create a web site using Angular JS, ASP.net MVC and web api
  (0 votes) by Dipendra Shekhawat (updated 15 hours ago))
Creating an ASP.NET Web API from scratch and consuming it through HTML clients.
  (0 votes) by Anton Kleshchev (updated 10 hours ago))
Article describes an approach to use Bootstrap dialogs in ASP.NET MVC

Azure

  (2 votes) by Hadrich Mohamed (updated yesterday))
Working with hadoop in the big data domain is very interesting easpecially in the growth of data in this era. Within this tip, we are going to run our first big data example using the famous tool of Microsoft: HDInsight.

C#

  (2 votes) by shouvith hydrose Kerala (updated 20 hours ago))
This article explain how to convert English language to Arabic language windows forms C#
  (1 votes) by Rohit Kejriwal (updated 15 hours ago))
Downloading Files from SharePoint Server to Network Drive
  (1 votes) by Sergey Kizyan (updated 3 hours ago))
This is the 4th article from the training that I give for my coworkers
  (1 votes) by Pavel Evgenjevich Timoshenko (updated 4 hours ago))
Is there a technical reason why white spaces aren't allowed in names of constants, variables, methods, classes and namespaces or is it in accordance with any convention?

Content Management Server

  (1 votes) by essentialSQL (updated 22 hours ago))
Joins and subqueries are both be used to query data from different tables and may even share the same query plan, but there are many differences between them.  Knowing the differences and when to use either a join or subquery to search data from one or more tables is key to mastering SQL. All the ex
  (0 votes) by essentialSQL (updated 2 hours ago))
Logical functions provide a way to use logical conditions to display one of several values.  You can use logical functions to test a field's value such as gender (M or F) and display another value('Male' or 'Female') as a result. In this article we describe how to use the CHOOSE and IIF functions. 

Database

  (1 votes) by syed shanu (updated 6 hours ago))
In this article we will see how to create an easy SQL Server Tool.

Design and Architecture

  (3 votes) by Anton Angelov (updated 19 hours ago))
This is an alternative for "Strategy Pattern-C#"
  (1 votes) by Anupam Singh (updated 15 hours ago))
Implementing Modular Design pattern and OOP in JavaScript

Grid & Data Controls

  (1 votes) by levelnis (updated 22 hours ago))
Imagine the scenario in which you have a bunch of items that need displaying in a view. Each item has an action button of some kind. We need to grab the id associated with that item so we can pass it back to the server. One approach to this problem is to handle the form submission with jQuery. In th
  (1 votes) by levelnis (updated 4 hours ago))
Real-time filtering of a grid or list
  (0 votes) by PIEBALDconsult (updated 13 hours ago))
Attempts to resize a Form to show the entire table of a DataGridView

IoT on Azure

  (1 votes) by Passion4Code (updated 3 hours ago))
Hands on AngularJs – I
  (0 votes) by levelnis (updated 4 hours ago))
How to access blob storage from an Azure web site

Java

  (2 votes) by Member 11852405 (updated 20 hours ago))
This code will helps you to understand how to build restful web service in Java using JAX-RS.
  (0 votes) by Hanbo (updated 14 hours ago))
Describe in detail how many-to-many association works with Hibernate, using MySQL and Spring

Miscellaneous

  (1 votes) by tetsushmz (updated 10 hours ago))
This article shows how user inputs can be validated dynamically with FluentValidation and INotifyDataErrorInfo in a WPF/MVVM application.

Programming Tips

  (1 votes) by Member 11794893 (updated 6 hours ago))
This is an alternative for "Sending an Email in C# with or without attachments: generic routine."

Uncategorised Technical Blogs

  (1 votes) by levelnis (updated 22 hours ago))
Display templates (along with Editor templates) are a powerful feature of ASP.NET MVC. They allow us to create reusable HTML snippets, much like we do with partial views. In this post we'll discuss how display templates can simplify our view logic. We'll display a collection of data without a single
  (0 votes) by levelnis (updated 22 hours ago))
Making the jump from WebForms to ASP.NET MVC presents many challenges. One of the more difficult concepts to grasp is knowing what you should put where. You understand that a View is equal to a Page. You've got your head around the fact that a View needs a Controller Action to create it. You get tha

Uncategorised Tips and Tricks

  (5 votes) by Alexander Iskhakov (updated 18 hours ago))
This tip explains the importance of fundamental knowledge for software engineers and tries to encourage to pay more attention to it

Web Services

  (2 votes) by Rohit Kejriwal (updated 15 hours ago))
Returning File Stream as response to REST Request
  (1 votes) by Edwig Huisman (updated 14 hours ago))
Complete webserver and webclient with SOAP/JSON messageing framework

Windows Presentation Foundation

  (0 votes) by Steve 262877418 (updated 15 hours ago))
Different resource paths using in WPF XAML file.

You may also like...

Research Library

Updated Articles, Tech Blogs and Tips

ASP.NET

  (23 votes) by Omar Nasri (updated 22 hours ago))
This article explains how to load dynamic HTML content through an ASP.NET MVC example using JQuery and AJAX

ASP.NET Controls

  (4 votes) by Zdenek CZ (updated 19 hours ago))
Let's go to write ASP.NET GridView with the ability to edit cell on click and save the changes on Enter

C / C++ Language

  (6 votes) by araud (updated 10 hours ago))
Did you ever want to know where most of the memory is consumed? Whether it leaks or just gets allocated too much. This home brew memory tracker is yet another bicycle that you will be able to tune for your needs.

Client side scripting

  (4 votes) by Gerd Wagner (updated 18 hours ago))
cLASSjs is a small (2 kB) JS library for defining constructor-based classes with prototype-based method inheritance like so: Student = new cLASS({ Name:"Student", supertypeName:"Person", properties:..., methods:...}).

Database

  (3 votes) by WernfriedD (updated 21 hours ago))
Single .exe to verify if your Oracle Client is properly installed and working. Verify supported technologies for Oracle connection.

Desktop Gadgets

  (9 votes) by Andrias S. (updated 18 hours ago))
Execute console application using ASP.NET web application

HTML / CSS

  (48 votes) by Dan Letecky (updated 23 hours ago))
Weekly HTML5 event calendar with CSS themes, drag and drop support, date navigator. PHP/AJAX and ASP.NET MVC backends.

Programming Tips

  (6 votes) by Anton Angelov (updated 19 hours ago))
Explore the usage of Specification-based Test Design Techniques to enhance your unit tests. Practical examples how to use boundary values and partitions.

Testing and QA

  (12 votes) by Anton Angelov (updated 19 hours ago))
A detailed overview with examples how to utilize the Strategy Design Pattern in automated tests to create an extendable and decoupled Validators.

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

Đăng nhận xét