Thứ Ba, 27 tháng 10, 2015

The Daily Build - 27 Oct 2015. ASP.NET MVC.Template introduction

The Daily Build - 27 Oct 2015. ASP.NET MVC.Template introduction

Our SmartWatch Article Contest has wrapped up and our winners have been chosen. We received some excellent articles and we ended with a rare tie for second place. Instead of first, second and third prizes we'll upgrade third place and have a first and to second place prize winners.

First place goes to Mitchell J  for his pair of articles Wearable Chess (Conquering Android Wear, Part 1 and Bob's Quest (Conquering Android Wear, Part 2). He wins a Smartwatch of his choice of $600.

Second place goes to maq_rohit for his article Wearable Compass : A journey from sample to awesome app. He wins a Smartwatch of his choice of $400.

Second place also goes to Chris Duke for his article Using Meteor to develop for Android Wear. He also wins a Smartwatch of his choice of $400.

Well done guys - great work!

Click here New DLM Dashboard – free tool from Redgate
When your databases drift from their expected state, there's a risk of deployment problems. New DLM Dashboard tracks schema changes, shows you what changed, who did it, and when. Find out more.
Click here Web Audio Just Got Better!
Dolby Audio is now supported through Microsoft Edge on Window 10 PCs and tablets. Websites will now be able to support Dolby Audio as a premium Sound experience. Listen to the difference Dolby can make in your website.
Click here New Security Framework for .NET
Visual Guard adds a security layer to your applications. Manage User Permissions, Roles, and multiple Authentication modes (DB users, ADFS, social media, etc); Easily implement Web SSO, Audit application security, and comply with regulations (SOX, HIPPA). Try it now!

New Articles, Tech Blogs and Tips

ASP.NET

  (10 votes) by Halil ibrahim Kalkan (updated yesterday))
Creating a multi-tenant (SaaS) web application based on ASP.NET Boilerplate and using ASP.NET MVC, Angularjs and EntityFramework.

Azure

  (1 votes) by Sacha Barber (updated yesterday))
Azure : Event Hub A First Look
  (0 votes) by Sacha Barber (updated yesterday))
A while back when Azure first came out I toyed with the idea of uploading video content to Azure Blob Storage, and having it play back in my WPF app. At the time (can't recall exactly when that was, but quite a while ago) I had some major headaches doing this.
  (0 votes) by Member 10231964 (updated yesterday))
How to integrate blob storage in azure using WABS

Button Controls

  (0 votes) by Hamid Mosalla (updated 8 hours ago))
In the next two posts, I'm going to show you how to build a load more button for your page using ASP.NET MVC, you can use it for any various kind of things, but in the case of this tutorial, I'll use it for my fictitious product list.

C#

  (4 votes) by Shivprasad koirala (updated yesterday))
In this article we will explain about Immutable in C#.
  (1 votes) by Sergey L. Gladkiy (updated yesterday))
The article describes how to use analytical calculations in C# for solving nonlinear equation systems.

Client side scripting

  (5 votes) by Andy Feng (updated 20 hours ago))
This article introduces multiple approaches to implement a Javascript maxlength check in browsers

Exception Handling

  (1 votes) by Fitim Skenderi (updated yesterday))
CodeProject Lately I have been playing around with functional programming and F# and I have been trying to apply functional programming to C# as well. Even though C# is not a pure functional programming language, by supporting delegates, lambda method syntax and extension methods, we can produce cod

LINQ

  (4 votes) by Parth J Patel (updated 20 hours ago))
Create a multilevel menu in Linq or flatten hierarchical collection of object in Linq

Miscellaneous

  (3 votes) by Bedri Egrilmez (updated yesterday))
A Single-DLL, multi-page TIFF .NET viewer control with panning and thumbnails support

NoSQL

  (2 votes) by Paul Welter (updated 8 hours ago))
MongoDB Messaging library is a lightweight queue pub/sub processing library based on MongoDB data store

Other .NET Languages

  (0 votes) by Fitim Skenderi (updated yesterday))
CodeProject Lately I have been playing around with F#, and I must admit I like the language a lot ! I think it is very expressive and very intuitive to use.I personally think that the best way to learn a new language is to find a project that you are familiar with (you have implemented in the langua
  (0 votes) by Reader Man San (updated yesterday))
Requirement I searched the internet for possible information/properties for countries and their currencies and Languages and their Culture info for developers/programmers, and got multiple sources and tables, then I began linking them to make a much more informative table, so … Continue readin

Product Showcase

  (0 votes) by John_Papa (updated 19 hours ago))
If you are considering becoming a Pluralsight author, stop considering and do it. Stretch yourself. Challenge yourself.

Reviews on Third Party Products and Tools

  (0 votes) by Sander Rossel (updated yesterday))
Did you know about Apply and Call in JavaScript? Or Bind? They might come in handy!The post Apply, Call and Bind on JavaScript functions appeared first on Sander's bits.

SQL Reporting Services

  (0 votes) by Reader Man San (updated yesterday))
  The Need I needed to add the possibility for upper layers like the Model/Service to make projection on Linq to SQL statements but without leaking IQueryable. As the normal Linq to SQL projection is: var query = from c in Cars … Continue reading →

Tools and IDE

  (0 votes) by Sacha Barber (updated yesterday))
  This post is going to be a pretty small one that talks you through one possible way of getting all you need to start experimenting with Scala. There are obviously other ways, but this is the toolset I personally have found to be quite useful. So what are the bits and bobs you need […]

Uncategorised Technical Blogs

  (3 votes) by Sacha Barber (updated yesterday))
At work the other day I had to do some work with some Xml fragments, which I decided to do using XLinq.   Where I wanted to validate a certain fragment, and also get line numbers out of the fragment when it was deemed invalid. Say I had this XML XLine actually supoprts line numbers by […]
  (1 votes) by Sacha Barber (updated 10 hours ago))
I don't know how many of you read my last post, but I have somehow managed to talk myself into becoming the official documentation writer for NetMQ. If you have not used NetMQ, it is a C# native port of ZeroMQ the socket library from outer space. I have really enjoyed learning about ZeroMQ (which [&
  (0 votes) by Reader Man San (updated 8 hours ago))
Introduction Data transfer object (DTO) are used to pass data from layer to another instead of using the domain objects, which has very good implications if the layers are separated by wire as in server and client scenario. The problem … Continue reading →
  (0 votes) by Leonid Ganeline (updated 8 hours ago))
Originally posted on: http://blog.davidbarrett.net/archive/2015/05/06/serializers-in-.net.-v.2.aspx[v.2.9.0 2015-08-19] I've decided to keep live the first version of this post. It is interesting how tests evolve and how results change. V.1.0.10 see here. The v.2 was inspired by OniBait, thanks a
  (0 votes) by Leonid Ganeline (updated 8 hours ago))
Originally posted on: http://blog.davidbarrett.net/archive/2015/02/26/serializers-in-.net.aspxThis post is obsolete and kept only for sentimental reasons :)Please go to the v.2 of this article.The project code is on GitHub. Any distributed system requires serializing to transfer data through the wi
  (0 votes) by Leonid Ganeline (updated 10 hours ago))
Originally posted on: http://blog.davidbarrett.net/archive/2014/07/15/nservicebus-vs.-masstransit.aspxI have got an interesting request to compare and choose the right integration technology for one of my customer. By the end of the day the technologies were limited by NServiceBus and MassTransit s
  (0 votes) by Vladimir Skipic (updated 8 hours ago))
Welcome to 3. Post in our series of creating from scratch Widget demo project In popular Nopcommerce platform First, we should convert our existing class library project into Widget Nopcommerce project. After this post we should have our widget installed in our store and our table should be created

Validation

  (1 votes) by Sacha Barber (updated yesterday))
I don't know about you lot but I work with XML files a bit, but I don't have to mess around with XSD (xml schema) files that often. And it seems like every time I do I forget what I did last time. To this end I thought I would write this up somewhere, so […]

Web Security

  (1 votes) by Sacha Barber (updated yesterday))
I recently had to do a bit of work on a project that made use of the Web.Config XSLT transforms MSBUILD task, and I could clearly see in the MSBUILD file that this just used a MSBUILD task.

Windows Communication Foundation

  (1 votes) by Damon Du (updated yesterday))
The blog documented problems encountered in the process of learning WCF and Computer Network.

Windows Powershell

  (0 votes) by Sacha Barber (updated 8 hours ago))
At work the other day I found myself needing to gain some minimal process information. I mainly use .NET for my day to day existence (trying to learn Erlang right now argghh), but yeah day to day right now its .NET, so I am obviously aware of the .NET Process class, and what it brings […]

Updated Articles, Tech Blogs and Tips

ASP.NET

  (64 votes) by Muchiachio (updated 16 hours ago))
MVC.Template is a starter template for ASP.NET MVC based solutions

ASP.NET Controls

  (14 votes) by Angel Blandón (updated 21 hours ago))
Custom ASP.NET DropdownList control using chosen jQuery plugin

Client side scripting

  (19 votes) by Dan Letecky (updated 15 hours ago))
Day/week AngularJS event calendar/scheduler with drag and drop support. PHP and ASP.NET MVC backends.

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

Đăng nhận xét