Thứ Tư, 9 tháng 9, 2015

The Daily Build - 9 Sep 2015. Robert’s Rules of Coders: #6 Don’t Use Magic Numbers

The Daily Build - 9 Sep 2015. Robert's Rules of Coders: #6 Don't Use Magic Numbers
Click here How would you resolve a critical .NET performance issue?
.NET performance issues can be a worry, but what if they turn into a nightmare? Take a break and read how one developer solved a critical problem in a nuclear power plant using a copy of ANTS Performance Profiler and little else. Read it now.
Click here Develop iOS & Android Apps on Windows
Using the Xamarin platform and Telerik UI for Xamarin, applications are written entirely in C#, sharing the same code on all platforms, eliminating the need to transition to other coding languages or even development IDEs. Find out more!
Click here Need Lightning-Fast Excel Calculations?
Use SpreadsheetGear to evaluate complex Excel-based models with the fastest and most complete Excel-compatible calculation engine available. Includes 398 Excel-compatible functions, multithreaded recalc, array formula support and more. Try it now!

New Articles, Tech Blogs and Tips

.NET Framework

  (1 votes) by Adam A Black (updated 4 hours ago))

Applications & Tools

  (0 votes) by B. Clay Shannon (updated 15 hours ago))
Replacing the main body's template using Template.dynamic in a Meteor Single-Page-App

ASP.NET

  (1 votes) by Gaurav Kumar Arora (updated 3 hours ago))
In this article, we will discuss about ASP.NET WebHook-Preview.

ASP.NET Controls

  (2 votes) by Rojalin Sahoo (updated 16 hours ago))
Register Itemtemplate control of Gridview inside UpdatePanel to trigger collection for whole page postback.

C / C++ Language

  (1 votes) by Michael N Haephrati (האפרתי) (updated 13 hours ago))
Pixelating images for privacy protection while running a monitoring and surveillance software.

C#

  (2 votes) by thund3rstruck (updated 14 hours ago))
The focus of this article, specifically, is on the creation of member exceptions documentation; a part of the documentation pipeline that is under-utilized far too often.
  (0 votes) by Ben McNamara (updated 12 hours ago))
Binary Trees

Client side scripting

  (1 votes) by chetanvihite (updated 17 hours ago))
Introduction Knockout, developed by Steve Sanderson, is free open source JavaScript library available under MIT license. It was first released in 2010 and since its initial release it has caught attention of industry and has been very popular. It is … Continue reading →
  (0 votes) by matthewproctor (updated 17 hours ago))
In a previous tutorial, we looked at how to interactively log in and send an instant message. It occurred to me that it would be remarkably simple to automate the process, so that a single JavaScript file could be used to simply send a message. With error handling, and a basic logging functio
  (0 votes) by Kranthi Pothireddy (updated 11 hours ago))
Bulk Upload in AngularJS

Code Generation

  (0 votes) by chetanvihite (updated 21 hours ago))
  cyclomatic complexity: Cyclomatic complexity in code is software metric used to indicate the complexity in the program. It is a quantitative measure of the number is linearly independent paths through programs source code. ReadThe post Understanding Cyclomatic complexity and its importance in code

Content Management Server

  (1 votes) by Passion4Code (updated 20 hours ago))
Introduction A very interesting topic of discussion. We have mail integrated to every application now a days. We integrate email using SMTP settings in the Web.Config in .NET and use the Send method to send mails. Recently, I came across an interesting challenge, where we were to send emails from ou

Database

  (0 votes) by Rou1997 (updated 4 hours ago))
C# for Windows . . . Java for Android . . . How To Set-Up & Connect Local And Dedicated Server . . . Create | Open DB . . . Get Tables Schema From DB . . . SELECT . . .

Design and Architecture

  (2 votes) by chetanvihite (updated 22 hours ago))
In this post I am going to talk about Onion Architecture. There are several traditional architectures that exists in web world and each one of the architecture comes with its pros and cons. But mostThe post Understanding Onion Architecture appeared first on Chetan Vihite's Blog.

General Graphics

  (1 votes) by Mohammad Shuvo (updated 12 hours ago))
A simple ChessBoard graphics using GDI32

Microsoft BizTalk Server

  (0 votes) by Leonid Ganeline (updated 12 hours ago))
Copying a new build to all environments
  (0 votes) by Leonid Ganeline (updated 20 hours ago))
Originally posted on: http://bobhardister.com/LeonidGaneline/archive/2013/08/30/the-best-application-server-from-microsoft.aspx-Are you stupid? The BizTalk Server is an Integration Server. It is nothing to do with Application servers. That's what you are probably thinking now… Application Types

Other .NET Languages

  (0 votes) by chetanvihite (updated 21 hours ago))
    MVC Request Life Cycle Life cycle of MVC request is a series of steps involved in processing client request. Regardless of technology and platforms almost all the web frameworks have one or otherThe post A Detailed Walkthrough of ASP.net MVC Request Life Cycle appeared first on Chetan Vihite's B
  (0 votes) by chetanvihite (updated 19 hours ago))
  Filters in ASP.net MVC Filters are interesting and somewhat unique part of ASP.net MVC. Filters are designed to inject logic in between MVC request life cycle events. Filters provide developers with powerful ways to inspect, analyze, capture and instrument … Continue reading →

Shell and IE programming

  (0 votes) by Muhamm Irfan (updated 15 hours ago))
This tip will describe each step involved in the implementation of Reg-Free approach of .NET Component.

Site & Server Management

  (1 votes) by Dave Kerr (updated 20 hours ago))
Feeling like having a go with Facebook's hugely popular React framework but not sure where to start? In this post I'm going to build a simple React application from scratch - using ECMAScript 6.We'll put together the bare minimum skeleton of a site and keep the folder structure free of noise and clu

Uncategorised Technical Blogs

  (2 votes) by Rob Kraft (updated 19 hours ago))
When someone refers to a magic numbers in software, they probably have one of the following three scenarios in mind: A value that is used to determine the behavior of the code, but the value itself provides no meaning A value that has been hard coded in several locations in the program, that is unli
  (1 votes) by chetanvihite (updated 19 hours ago))
Building cross platform Mobile Applications using Apache Cordova – Part 1   Apache Cordova is an open source platform for building cross platform mobile applications that runs on several mobile devices including iPhone, Android, Blackberry, Windows etc. Cordova facilitates writing … Continue r
  (0 votes) by bconlon (updated 19 hours ago))
Originally posted on: http://congral.info/archive/2014/12/18/ambiguous-classes-in-c.aspxI recently had cause to reference two libraries which both contained the same class file. The Namespace : Class where therefore ambiguous within my application. Interestingly enough the .Net compiler simply takes

VB.NET

  (2 votes) by Emiliano Musso (updated 16 hours ago))
In this article (hopefully, the first of a small series), we'll see how to implement a neural network in Visual Basic .NET, i.e. a model capable of processing input data and adjust its internal mechanics to learn how to produce a desired result. We'll see more on this later. The present article will

Web Security

  (1 votes) by matthewproctor (updated 20 hours ago))
Whilst building my next Pluralsight course, I've come across a few more scenarios and solutions to keep in mind, many specific to the Chrome web browser. Additional authentication dialog box Lync / Skype Web App Plugin for Chrome Lync / Skype Web App Plugin for Edge isn't supportedAdditi
  (1 votes) by matthewproctor (updated 20 hours ago))
Sometimes connecting to or using the Skype Web SDK isn't as straight forward as you'd like. I'm collecting a list of common issues and scenarios below that can be used to help troubleshoot and identify deployment issues. Make sure the SDK prerequisites are met Your code must be on an Inter

Windows Phone 7/8

  (0 votes) by Bogdan Bujdea (updated 20 hours ago))
I was reading an article about building adaptive layout in Windows 10 with RelativePanel and AdaptiveTrigger, and one of the topics was about device family specific views. I was using a Caliburn.Micro project to test what I was reading, and it was all working perfect until I created a view for the m

XML

  (1 votes) by bconlon (updated 20 hours ago))
Originally posted on: http://congral.info/archive/2014/03/05/xsd-1.1-support-in-liquid-xml-2014.aspxI've just got round to looking at Liquid XML 2014. I have been tasked with investigating W3C XML Schema 1.1 standard (XSD 1.1) and as if by magic Liquid Technologies have provided 1.1 support in their

You may also like...

Research Library

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

Đăng nhận xét