Chủ Nhật, 2 tháng 11, 2014

The Daily Build - 3 Nov 2014. Introduction to ASP.NET Boilerplate

Thank You to those who have been reporting SPAM

We've had quite a nasty storm of SPAM over the Halloween weekend and so a huge Thank You goes out to everyone who has been reporting and deleting spam and the associated spammer accounts. If I could buy you all a beer I would - you've done a tremendous job!

Chris Sells on Interviews

For many the art of interviewing turns into a big, painful exercise in rolling a dice. I was browsing Chris Sell's blog and thought some of his hard-earned wisdom may make life easier for those tasked with this challenge.

Future Proof Your Technical Interviewing Process

Click here Learn to Build Websites Using the Latest Technologies!
From ASP.NET and MVC, to advanced skills like data access, Web services and the latest JavaScript frameworks…learn it all and more with LearnNowOnline. Videos, eBooks, labs, code all included. Check out our course list and Subscribe now

New Articles, Tech Blogs and Tips

.NET Framework

  (3 votes) by Rapuru Amarendra (updated yesterday)
This tip explaining how to create custom helpers in asp.net MVC4 step by step clearly. It will be very helpful for who want to learn asp.net MVC as beginners.
  (2 votes) by Abhishekv 11 (updated yesterday)
Today I want to share with you a Visual studio 2013 features that is sometimes very useful, VS 2013 introduced a good feature called 'Autos window' that helps us to observe the method or collection of methods return values in the running debugging session
  (1 votes) by Nikita Mazhara (updated yesterday)
How to load assembly into memory in .NET application to have assembly file unlocked

Algorithms & Recipes

  (2 votes) by Heriberto Lugo (updated yesterday)
Sort in ascending order a group of numeric values without the help of any loops, arrays, templates or otherwise generic lists.

ASP.NET

  (6 votes) by Shivarajbk (updated yesterday)
This article explains how to write RESTFUL WCF service for Android applications.
  (3 votes) by cruse07 (updated yesterday)
Performing insert delete and select in MVC 4.0 using WCF services, with one view and different action methods.
  (1 votes) by Shivprasad koirala (updated yesterday)
In this article we have explained difference Between ViewResult() and ActionResult() in MVC.

ASP.NET Controls

  (0 votes) by Srinivasu Pemma (updated yesterday)
Introduction To PaginationPagination is the process of displaying a huge records by splitting them into different pages. This can be better explained by a example. Consider you have 10000 records in a table you want to show them to the end user when he requests. The very simple thing is to display a

C / C++ Language

  (0 votes) by Faye Williams (updated yesterday)
A reader sent me an interesting question the other day. They asked if polymorphism and overloading were essentially the same thing. My initial reaction was Huh? What are people being taught if they think that these two concepts are the same thing? But a quick google search revealed that yes, many, m

C#

  (11 votes) by John Underhill (updated yesterday)
Rijndael 512, a Serpent/Rijndael hybrid, and a parallelized 768 bit stream cipher
  (7 votes) by Nicolas Dorier (updated yesterday)
Build all transactions with the TransactionBuilder : P2SH, P2PK, P2PKH, Multi Sig, Stealth, Colored Coins
  (6 votes) by ShaikAnwar (updated yesterday)
This topic gives us an idea how to write linq queries on Entities & DataTable. This covers some basic querying and also usage of joins and group by using LINQ.
  (3 votes) by Noble KC (updated yesterday)
How to create an Expandable/Collapsible Menu Panel for Windows Forms in C#.NET
  (2 votes) by Darek Danielewski (updated yesterday)
Up until version 1.26 of Dapper, it was not possible to utilize TVP.
  (1 votes) by D Sarthi Maheshwari (updated yesterday)
A suggested solution to create Partition based Dictionary (reducing chances of OOM errors and adding capability to hold bigger KVP set in Dictionary).

Client side scripting

  (0 votes) by Igor Vigdorchik (updated yesterday)
An example of using CodeProject API to retrieve your articles with AngularJS

Content Management Server

  (1 votes) by essentialSQL (updated yesterday)
All the examples for this lesson are based on Microsoft SQL Server Management Studio and the AdventureWorks2012 database.  You can get started using these free tools using my Guide Getting Started Using SQL Server. How to use the Intersect Operator The INTERSECT operator is used to combine like rows
  (1 votes) by Manas Bhardwaj (updated yesterday)
This post How to Set Check-in Policies for all Projects in Team Foundation Server using PowerShell? written by Manas Bhardwaj appeared first on Manas Bhardwaj's Stream.The Team Foundation Server 2013 provides the administrators with opportunity to add check-in policies to the Source Control Settings

Database

  (0 votes) by Srinivasu Pemma (updated yesterday)
CodeProject What is a Stored Procedure (SP)The stored procedure is a set of PL/Sql statements written inside a named block. We use stored procedures in Sql Server to perform the very basic operations on database tables.AdvantagesStored Procedures are very much useful in multidevelopment environment.

Date and Time

  (3 votes) by Ivan Krivyakov (updated yesterday)
Difference between 'Resource' and 'Embedded Resource' Build Actions described

Design and Architecture

  (11 votes) by Joy George K (updated yesterday)
This article contains tips for designing classes. Normally developers take considerable amount of time to decide whether their classes should be stateless or stateful. First we are discussing what is meant by state of an object and then getting into tips for deciding what should be the state of our

Hardware & System

  (7 votes) by Lyubomir Rumenov Velchev (updated yesterday)
A Windows Service which sends an email notification when the external IP address has changed.
  (0 votes) by dominick.sidiropoulos (updated yesterday)
A way to access files on HFS+ filesystems that side-steps alltogether the tar-pit called "windows-drivers-from-hell (tm)".

IoT Overview

  (5 votes) by YathiRaja (updated yesterday)
Introduction to the Internet of Things

Microsoft BizTalk Server

  (1 votes) by Manas Bhardwaj (updated yesterday)
This post Shrink all databases on SQL Server written by Manas Bhardwaj appeared first on Manas Bhardwaj's Stream.This post is intended to be used as a hack for Developers to release some disk space. Please do not use on actual production environments. Usually, the database transaction logs also take

Miscellaneous

  (3 votes) by Evgeny Pereguda (updated yesterday)
This article presents simple class for printing of log information with some features of C++11.

Mobile Development

  (1 votes) by Ullas_Krishnan (updated yesterday)
How to use SQLite with Xamarin C# Android

Node.js

  (1 votes) by Nigel B Thomas (updated yesterday)
Gigabit File uploads Over HTTP - The Node.js versionCodeProjectLike it or not JavaScript is everywhere. It can be found in front end applications on the client, it can be found in a variety of frameworks and  libraries, and it can be found in  backend applications in server environments. The popular

Other .NET Languages

  (0 votes) by awilson9010 (updated yesterday)
Working with Windows BCD store in Powershell

Reviews on Third Party Products and Tools

  (0 votes) by Kevin Mack (updated yesterday)
One topic I've written about before is this idea of staying current.  Don't believe me, see the following articles (here and here).  This industry is an industry that is constantly moving.  And I do mean constantly, and I think sometimes people on the outside looking in are unaware just how quickly

Third Party Products and Tools

  (0 votes) by Faye Williams (updated yesterday)
To start with, did you know you can record a screencast on Fedora just by pressing CTRL-ALT-SHIFT-R? No? Me either. How fantastically easy is that? Once you’ve pressed the keys, you get a little red circle in the top right of your screen that indicates recording is on. When you’re done,

Tree Controls

  (0 votes) by Ronnie Mukherjee (updated yesterday)
You probably know that database indexes are a means for improving database performance. But surprisingly few people understand the different types of indexes there are, how they work, and how to choose an appropriate index for a specific performance problem – or indeed whether an index will help at

Uncategorised Technical Blogs

  (0 votes) by Afzaal Ahmad Zeeshan (updated yesterday)
Now adays people are running into SEO troubles and are trying to use fake softwares and methods to get their website on the top list or the top rank in some particular keyword. Many people try to hire a programmer to program such a software that would run entire night and will keep giving their webs
  (0 votes) by John Michael Hauck (updated yesterday)
Introduction This blog entry is about the software and algorithms I wrote to control the motorized telescope described in Part 1. It would be very helpful to read that post before proceeding with this one.   Source Code https://www.assembla.com/code/telecontrol/subversion/nodes The Motors To expl
  (0 votes) by Manas Bhardwaj (updated yesterday)
This post How to pass Professional Scrum Master (PSM I) Certification? written by Manas Bhardwaj appeared first on Manas Bhardwaj's Stream.So, Finally, I am a Professional Scrum Master (PSM I) It was kind of overdue to have an attempt on Professional Scrum Master Certification conducted by Scrum.org

VB.NET

  (3 votes) by ganiweecom (updated yesterday)
How to display Master Detail Views in Windows Forms Datagridview

Windows API

  (4 votes) by Michael Chourdakis (updated yesterday)
A flexible memory sharing class across processes and threads with locking support

Windows Communication Foundation

  (4 votes) by Dominic Burford (updated yesterday)
If you need to create a WCF service but aren't sure how to start or how to organise your Visual Studio solution, then hopefully this article will give you some ideas.
  (4 votes) by Sudhir Dutt Rawat (updated yesterday)
WCF service example to explain how and when to implement callback model (WSDualHttpBinding)

Windows Powershell

  (1 votes) by Manas Bhardwaj (updated yesterday)
This post A PowerShell alternative to SharePoint 2013 AppRegNew.aspx written by Manas Bhardwaj appeared first on Manas Bhardwaj's Stream.If you are reading this post then chances are that you are already aware of the SharePoint 2013 App Model and especially the SharePoint 2013 Provider Hosted Apps.

You may also like...

Research Library

Updated Articles, Tech Blogs and Tips

Algorithms & Recipes

  (58 votes) by Paulo Zemek (updated yesterday)
This article presents a Genetic Algorithm that searches for the shortest path to visit many places and return to the original one.

ASP.NET

  (107 votes) by Halil ibrahim Kalkan (updated yesterday)
ASP.NET Boilerplate is a starting point for new modern web applications using best practices and most popular tools.
  (35 votes) by Snesh Prajapati (updated yesterday)
In this article I am explaining three ways to upload image (by Browsing File, by Dragging and Dropping and by Capturing using Webcam) from an ASP.NET MVC web application to server and accessing those back to display on web page.

Cryptography & Security

  (42 votes) by NewPast (updated yesterday)
Software protection & Decompiling software as a new cracking method

iPhone

  (6 votes) by Yvan Rodrigues (updated yesterday)
There is a very high virtual memory penalty if you do.

Libraries

  (48 votes) by Nirosh (updated yesterday)
Nido Framework with .Net 4.0 and Entity Framework help you standardize your Business Logic Layer (BLL).

PHP

  (19 votes) by Christoph Buenger, DaSpors (updated yesterday)
Describes PHP application development with the free Scavix Web Development Framework (Scavix-WDF).
  (12 votes) by Christoph Buenger, DaSpors (updated yesterday)
How to easily build an online shop with the Scavix PHP Web Development Framework.

Product Showcase

  (0 votes) by LEADTOOLS Support (updated yesterday)
RTSP Server Made Easy with LEADTOOLS

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

Đăng nhận xét