2015년 2월 10일 화요일

The Daily Build - 10 Feb 2015. Managed Media Aggregation using Rtsp and Rtp


CodeProject Weekly Newsletter 
CodeProject Weekly Newsletter
Tuesday, February 10, 2015
Click hereDownload 100+ WinForms Controls
Infragistics Windows Forms is the most mature, fully-featured Windows Forms product on the market. 
Click hereNeed 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

  (3 votes) by tmenier (updated yesterday)
An introduction to Flurl, an open-source .NET library for fluently building URLs.
  (0 votes) by madan535 (updated 22 hours ago)
In this post we will learn how to implement a  Event Calendar in ASP.NET MVC and Entity Framework by using jQuery Fullcalendar plugin. Implementation Install the full calendar plugin by using the Nuget Package Manager from the below command Install-Package jQuery.Fullcalendar After that you can eith

Amazon Web Services

  (0 votes) by madan535 (updated yesterday)
In this article we will learn how to store files in Amazon S3 using AWS SDK in ASP.NET MVC. Check here how to Upload Base64 data to S3 using AWS SDK in ASP.NET MVC Whats is Amazon S3 Amazon S3 (Simple Storage Service) is an online file storage web service offered by Amazon Web Services. The S3 allow

ASP

  (3 votes) by madan535 (updated yesterday)
Here i will explain about how to use Google reCAPTCHA in ASP.NET MVC.  What is reCAPTCHA? reCAPTCHA protects the websites you love from spam and abuse. Google has updated thier reCAPTCHA API  to 2.0 . Now users can now attest they are human without having to solve a CAPTCHA. Instead with just a sing
  (1 votes) by madan535 (updated yesterday)
In this post we will learn how to implement a PayPal credit card processing in your website. You can create a developer account here https://developer.paypal.com/ Prerequisite PayPal API Credentials. API Signature. Implementation   public ActionResult Index() { if (ModelState.IsValid) { //API Creden
  (1 votes) by madan535 (updated yesterday)
For enabling the CORS request in the ASP.NET Web API project we have to download the cors package from the Nuget i.e. Microsoft.AspNet.WebApi.Cors Open up the Nuget Package Manager console from the Visual Studio Tools Option —> Library Package Manager —> Package Manager Console Type foll
  (0 votes) by madan535 (updated yesterday)
In this post we will learn how to use Use Dapper.NET ORM in ASP.NET MVC. Whats is a Dapper? Dapper  is a simple object mapper for .NET Dapper is a single file you can drop in to your project that will extend your IDbConnection interface. It provides 3 helpers: Execute a query and map the results to

ASP.NET

  (2 votes) by madan535 (updated yesterday)
In this post we will create simple mail helper class for sending emails in ASP.NET MVC using C#.
  (1 votes) by madan535 (updated yesterday)
In this article we can learn how to file upload in ASP.NET MVC using Dropzone JS and HTML .
  (0 votes) by madan535 (updated yesterday)
Introduction Here i will explain about how to implement Foursquare authentication inASP.NET MVC. In order to use FoursquareAPI in our web application, first you need to create an application in  Foursquare Developer Page. The following are the steps to follow to create an application in Foursquare.
  (0 votes) by madan535 (updated yesterday)
Here i will explain about how to implement Linkedin authentication in ASP.NET MVC.
  (0 votes) by madan535 (updated yesterday)
In previous post we learned How to upload a files using DropZoneJs in ASP.NET MVC     File upload in ASP.NET MVC using Dropzone JS and HTML5  Limit Number of files upload using Dropzonejs Options – Part 1 Removing thumbnails from dropzone js– Part 2 In this article we will learn How to display exist
  (0 votes) by madan535 (updated yesterday)
In this post we will learn how to send an HTML formatted email templates in ASP.NET MVC.
  (0 votes) by madan535 (updated yesterday)
In this we will learn how to display real time updates from the  SQL Server  by using SignalR  and SQL Dependency in ASP.NET MVC. You can download the source from the Github The following are the steps that we need to enable in the SQL Server first. Step 1: Enable Service Broker on the database The
  (0 votes) by madan535 (updated yesterday)
In this post we will learn how to integrate Authorize.Net credit card processing in ASP.NETPrerequisites Create a sandbox account  in Authorize.Net. https://developer.authorize.net/sandbox/. After you registered you will get the API Credentials API Login ID  Transaction Key Secret Question  Login u
  (0 votes) by madan535 (updated yesterday)
In this post we will learn how to implement output cache action filter attribute in ASP.NETWeb API.

ASP.NET Controls

  (8 votes) by Sohail Fareedi (updated yesterday)
Page Framework Initialization - Page.Init
  (1 votes) by madan535 (updated yesterday)
In this article we will create a Responsive jQuery 3D Content Image Slider in ASP.NET MVC using Adaptor. You can find the plugin here http://philparsons.co.uk/demos/box-slider/Adaptor content slider aims to provide a simple interface for developers to create cool 2D or 3D slide animation transition

C#

  (9 votes) by Andrew Whiddett (updated 13 hours ago)
Creating a scaleable ObservableCollection that supports pagination, async and (for the first time) FULL write operations
  (3 votes) by Bhis (updated 14 hours ago)
Various ways to sort list and compare results
  (1 votes) by madan535 (updated yesterday)
This post covers what are the new language features in C# 6.0. Also a new compiler has been introduced code name “Roslyn”. The compiler source code is  open source and can be downloaded at codeplex site from the following link https://roslyn.codeplex.com/. New features in C# 6.0 We can d

Client side scripting

  (0 votes) by Samarjeet Singh (updated yesterday)
Creating jquery plugins have never been easier !

Content Management Server

  (1 votes) by madan535 (updated yesterday)
In this post we will how to Get empty or NULL data rows with available data between given date range in SQL Server Get empty data rows when data is not available between given date range. Here take a look at the table In the above the data is presented for the dates 01, 02, 03 and 07. But i want als

Debug Tips

  (0 votes) by madan535 (updated yesterday)
In this we will discuss about how can we increase the performance of website that using ASP.NET MVC. 1.   Remove Unused view engines protected void Application_Start() { ViewEngines.Engines.Clear(); ViewEngines.Engines.Add(new RazorViewEngine()); } 2. Deploying Production Code in Release Mode Make s

Design and Architecture

  (4 votes) by Veronica S. Zotali (updated yesterday)
Real example that shows how to implement Observer pattern using IObservable and I Observer
  (4 votes) by Rahul Rajat Singh (updated yesterday)
In this article we will try to understand what is Factory Pattern, what are the benefits of this pattern and how can we implement this pattern using C#.
  (2 votes) by Nguyen Hung Phuong (updated yesterday)
An example of using design patterns for extensiblity and maintainability in a practical application

Dialogs and Windows

  (6 votes) by Suk H. Lee (updated yesterday)

Grid & Data Controls

  (0 votes) by madan535 (updated yesterday)
In this post we will learn, how to save or upload Base64 data to S3 using AWS SDK inASP.NET MVC. You can check the previous post here how to Store files in Amazon S3 using AWS SDK in ASP.NET MVC http://venkatbaggu.com/store-files-in-amazon-s3-using-aws-sdk-asp-net-mvc/ Implementation First you need

Java

  (2 votes) by Member 11419891 (updated yesterday)
Table Of Contents1. Set Interface - Java Video Tutorial2. HashSet2.1 HashSet Example3. LinkedHashSet4. TreeSet4.1 TreeSet - NavigableSet interface examples 14.2 NavigableSet subSet,headSet,tailSet Methods in TreeSet 4.3 TreeSet - NavigableSet interface methods - pollFirst, pollLast and more5. Java
  (1 votes) by Member 11419891 (updated 22 hours ago)
Anonymous class does not have a name. Example of Anonymous class below: new Comparator(){} class is an Anonymous class. Collections.sort(students, new Comparator() { @Override public int compare(Student student1, Student student2) { return student1.marks - student2.marks; } });
  (1 votes) by Member 11419891 (updated yesterday)
Java Collections Tutorial
  (0 votes) by Ivan Korhner (updated yesterday)
Deadlocks are situations in which two or more actions are waiting for the others to finish, making all actions in a blocked state forever.They can be very hard to detect during development, and they usually require restart of the application in order to recover.To make things worse, deadlocks usu

MFC

  (1 votes) by Member 11246861 (updated 14 hours ago)
Under laptop's control, microcontroller sends sensor data to laptop that displays numbers and graphic.

Other .NET Languages

  (1 votes) by Rion Williams (updated yesterday)
The needs and requirements of many applications can change and evolve over time and managing these changes can often be difficult. This is one of the reasons that it’s important to be able to try and build modular applications that can easily separate all of the areas of your application and a

Tools and IDE

  (0 votes) by David Fan Quan (updated yesterday)
Introduction of how to configure Intel's HAXM with Google Android Studio to accelerate android emulator.

Web Security

  (1 votes) by CdnSecurityEngineer (updated 13 hours ago)
What view should a security individual working in the security space have? What’s their role? Should they know software development, or only security? Should they do testing, or should they only provide direction, what level of direction should they provide?…Read more ›The post Sec
  (0 votes) by madan535 (updated yesterday)
In this post we will learn how to encrypt connection string in web.config

Web Services

  (4 votes) by Serge Jerkezian (updated yesterday)
The article covers the basic architecture of AngularJS and how to connect it to a WebAPI.
  (2 votes) by Rajat Ku. Pati (updated 23 hours ago)
In this article i will describe how to use Yammer API to post to a Yammer Group using javascript SDK.This includes basic information about yammer groups and yammer API.

Windows API

  (0 votes) by Keyhole Software (updated 13 hours ago)
As a relatively “new” user of Backbone.js, I looked at different JSON querying tools that existed. At the time I was still struggling with using JSON as the data source and wrapping my head around the process for querying the data set that was contained in a large string. Coming from a Java and stro

Work Issues

  (1 votes) by Gjermund Bjaanes (updated yesterday)
Have you ever wondered what all those numbers and letters in a hex color means? What color is #AA3939 or #888888 and why is that combination giving the color that it gives? Well, it’s not magic, and it’s not random... Continue Reading →

You may also like...

Research Library

Sponsored by Rogue Wave
Up to 80% of the source code in many new commercial and enterprise applications is open source software (OSS). OSS allows developers to build apps...

Updated Articles, Tech Blogs and Tips

Applications & Tools

  (12 votes) by debashishPaul (updated yesterday)
An AngularJS tutorial through developing a real project.

ASP.NET

  (46 votes) by Mahsa Hassankashi (updated 19 hours ago)
It is a simplest tutorial on AngularJS and Repository Pattern for developing professional MVC Applications. It includes a source code about practical permission management project.

댓글 없음:

댓글 쓰기