Thứ Ba, 5 tháng 5, 2015

The Daily Build - 6 May 2015. Visual Studio Design Patterns add-in

The Daily Build - 6 May 2015. Visual Studio Design Patterns add-in
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

Android

  (1 votes) by Val Okafor (updated yesterday)
This blog post stems from my recent experience building my soon to be released Invoicing app. I waited until the last minute to integrate PDF hoping that there is a magical boolean I can set to true and voila, my deeply nested view will be converted to PDF. I quickly realized that programmatic PDF i

Applications & Tools

  (1 votes) by syed shanu (updated 3 hours ago)
This article explains in detail how to create a simple Online Shopping Cart using AngularJS and WCF Rest Service.

ASP.NET

  (1 votes) by Sandeep Kumar Tripathi (updated 16 hours ago)
This article is used for creating SSRS Report Subscription by using c#
  (0 votes) by Christ Akkermans (updated 16 hours ago)
Easy cross request notifications for ASP.NET MVC based on Twitter Bootstrap alerts.

C / C++ Language

  (0 votes) by Asif Bahrainwala (updated 15 hours ago)

C#

  (5 votes) by Sibeesh Passion (updated yesterday)
This article shows how to check whether a Measure Group is mapped with the Dimension Group.
  (3 votes) by arora.abhishek (updated 4 hours ago)
In this article we will learn about the new features of the C# 6.0 nameof operator
  (0 votes) by arora.abhishek (updated 4 hours ago)
In this article you will learn the new feature of C# 6.0, Exception Filtering.

Client side scripting

  (0 votes) by Sreekanth Mothukuru (updated 15 hours ago)
In this article we are going to implement CRUD operations using popular AngularJs library, Asp.Net MVC, $http & $window services and Entity Framework using Linq
  (0 votes) by Jamie Munro (updated 9 hours ago)
After my first article on Node - My First Node Application – I setup and installed the Node server as well as the Express add-on package.  In today's article, I'm going to expand on that by creating actual output.  In my research and comparison, Jade templates look quite nice.Let's be honest, anythi
  (0 votes) by Jamie Munro (updated 9 hours ago)
I have the unique pleasure of being a technical reviewer for an upcoming book by a former co-worker of mine.  Since it will be his second book on Node (his first being a co-author of Node Up and Running), I thought I should probably get a feel for using Node.  I've of course read some of the documen

Custom Controls

  (0 votes) by Val Okafor (updated yesterday)
In this blog post ,I will show  a walk-through on how to create a custom Navigation Drawer using the auto generated Android Studio Navigation Drawer template. This also applies if you are working with the ADT plugin in Eclipse. Using the auto generated Android Studio Navigation Drawer gives you are
  (0 votes) by tanmoysarkar (updated 21 hours ago)
Before starting this post let me discuss about the requirements and the scenario when this is going to help. In many cases in BizTalk we used SMTP port to send the messages to notify users. Either we are attaching the… Continue reading →

Database

  (0 votes) by Jasminder Singh (updated 9 hours ago)
Finally I am up with my article related to onion architecture. The main aim of this article is try to learn the onion architecture and have a sample sample code which is loosely coupled and easily maintainable. So to learn this concept efficiently, our application would consist of following:§  An mv

Document / View

  (1 votes) by Val Okafor (updated yesterday)
In this blog post I will show you how to convert an Android View to PDF using iTextg library. In my last post, I showed how to create a PDF in Android from scratch. That is the preferred way, today I want to you how you can create PDF quicker by turning the Android view you [&hellipThe post How to C

Game Development

  (0 votes) by Jamie Munro (updated 21 hours ago)
This is an interesting topic – it's really easy to argue both ways.  Is it really worth installing a lot of software that will eventually slow down your machine or even open up your company's firewall to allow certain traffic to come through on different ports?Many IT teams might say no, but I'll ar

Google Cloud Platform

  (0 votes) by Jamie Munro (updated 9 hours ago)
Since I've recently moved from WordPress to a custom solution I've missed a few things about the WordPress stats – more specifically which links were clicked in.  I think it's a good thing to know whether or not people like the links I often include in my blog articles.  I try not to link out too mu

IoT on Azure

  (0 votes) by Cybermaxs (updated 10 hours ago)
In a recent project, I needed to store time series into Microsoft Azure Table Storage. As for most of NoSQL databases, the design is very important and you have to mainly think about your access patterns. A time series is a sequence of data points, typically consisting of successive measurements mad

Node.js

  (0 votes) by Matthias Kainer (updated yesterday)
Creating a build for an existing TypeScript project in less then 5 minutes (or for any other language in 10 minutes)

PHP

  (0 votes) by Jamie Munro (updated yesterday)
I always enjoy doing interviews and asking potential candidates what the difference between single quotes and double quotes are in PHP.  Most people have the basic understanding that single quotes are not interpreted by the compiler whereas double quotes are processed while the page is being execute

Product Showcase

  (0 votes) by Tomasz Naumowicz (updated 13 hours ago)
Take a closer look at scenarios where working with GUID and UUID in a MongoDB environment becomes tricky. We will make you aware of those configurations and provide a set of best practices to follow.

SQL Reporting Services

  (0 votes) by SujayC (updated 10 hours ago)
Understand SSRS report Action feature, and concept of drilldown in reports.

Tabs & Property Pages

  (0 votes) by Jamie Munro (updated 23 hours ago)
With my recent endeavours into Node, I thought that taking a fun article like this one - CakePHP 2-0 Ajax Pagination WITHOUT The Pages – would be a really fun experiment to see how difficult it would be to accomplish in Node.At the end of the day, the logic is still the exact same, retrieve the item

Uncategorised Technical Blogs

  (2 votes) by phadermann (updated 10 hours ago)
If you have ten programmers, the best one is probably at least five times better compared to the worst one. No sh*t. Define better: he works faster, produces less bugs and writes more readable, logical and maintainable code. Programmers aren't bricklayers or carpenters, but they are often treated as
  (1 votes) by ashish__shukla (updated yesterday)
The post Dependency Injection using Unity container appeared first on codecompiled .Dependency injection is one way to implement inversion of control.To understand dependency injection please refer Dependency Injection in .NET Dependency injection injects the dependencies of a class at runtime.This
  (1 votes) by Bharat Sewani (updated 10 hours ago)
Hi Guys, Today I am going to explain something about patch files in SVN. Let me explain what a patch is ? A patch is text file that contains the modification that were made to a file. Why is this useful? I got some points where I found it useful. 1.)Let us suppose we are […]
  (1 votes) by SneakyPeet (updated 10 hours ago)
Confession. I sucked at writing commit messages. Messages like Fix, Style Things and Fix Again #yolo where common place. This did not really matter much as I was working by myself at the time, but I knew I had to start building a habit of writing better commit messages. But every time I started look

You may also like...

Research Library

Updated Articles, Tech Blogs and Tips

.NET Framework

  (0 votes) by Jasminder Singh (updated 9 hours ago)
In this article, I will share my learning about what are O.W.I.N. and Katana and will also try to get into some basic details that makes them important concept to be learnt. So let's start with their basic definitions first.

Ajax

  (13 votes) by Dan Letecky (updated 13 hours ago)
DayPilot Lite 4 (Apache License 2.0) brings a new feature: full CSS styling and themes support.

ASP.NET

  (16 votes) by Shivprasad koirala, Marla Sukesh (updated 22 hours ago)
In this article we will take our MVC 5 Project into next level by introducing Data Entry Screen and Database Communication.

C / C++ Language

  (37 votes) by Mikhail Semenov (updated 16 hours ago)
Essential features in Visual C++ 11 and GCC 4.7.0: move, rvalue references, prvalues, xvalues, perfect forwarding.

Database

  (3 votes) by NightWizzard (updated 9 hours ago)
Handling for hex expressions and the trailing '}'

Design and Architecture

  (101 votes) by dmihailescu (updated 13 hours ago)
A Visual Studio add-in that inserts some commonly known OO paterns into your working project and searches your highlights online.

Internet / Network

  (74 votes) by Ravi Bhavnani (updated 9 hours ago)
An object that harnesses the power of Google's online natural language translation tools.

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

Đăng nhận xét