Back to a full week We're back after a disjointed week of revelry and excellent BBQ weather for the July holidays. We should be caught up on emails and responses in the next day or so. As a distraction, please check out out our guides to Android and HTML5. Your resume will thank you. This week's survey: Which is your preferred way to pay for software? New Articles, Tech Blogs and Tips | (2 votes) by Aleksey Hornostal (updated 4 days ago) This is the simple and fast validator for physical quantities and units. The validator can compare them using loaded physical expressions | | (2 votes) by Andrey Moskvichev (updated 5 days ago) Banners are one of the most popular mobile advertisement formats. They don't consume much space, as, for example, interstitial advertisements. And this allows developers to combine banners with other UI elements. Banners can be added to many app's screens. If you read this article, you will find a m | | (25 votes) by Akhil Mittal (updated 2 days ago) This article will explain how to make WebAPI secure using Basic Authentication and Token based authorization. | | (10 votes) by John Atten (updated 4 days ago) Understanding the relationship between the .NET Version Manager (DNVM), the .NET Execution Environment (DNX) and .NET Development Utilities (DNU) is fundamental to developing with ASP.NET 5. In this post we will look at installing and using DNVM, DNX, and DNU on to work with ASP.NET from the command | | (6 votes) by lepipele (updated 3 days ago) ASP.NET MVC C# Opensource library that abstracts social logins for OAuth providers like Facebook, Google, Twitter, PayPal | | (4 votes) by Mohd Manzoor Ahmed (updated 3 days ago) ASP.NET MVC Web App on 3-Tier for Beginners – Part 3 | | (4 votes) by Shashank S Chandel (updated 2 days ago) Update WebGrid on clients without Postback using SignalR | | (2 votes) by Nikhil Awatade (updated 5 days ago) Algorithm for Tree view binding | | (1 votes) by Imran Abdul Ghani (updated yesterday) What would you do, if you need to update a portion of your web page with the content from the server? Yes, you need Ajax. Let's get dive into the Asynchronous concept with ASP.NET MVC for some time. How Ajax conquered the web? Whole page gets loaded causing an increased bandwidth Frequent hit on the | | (4 votes) by phillipvoyle (updated 5 days ago) Using JSON.h (version 0.3 supporting polymorphic types and std::shared_ptr) | | (1 votes) by stevenong_2006 (updated 14 hours ago) This project is intended for one to create an automated build environment to build the Boost libraries set to be used with VC++ in Visual Studio 2013. | | (13 votes) by Akhil Mittal (updated 2 days ago) OOP: Indexers in C# (A Practical Approach) | | (10 votes) by Akhil Mittal (updated 2 days ago) OOP: Properties in C# (A Practical Approach). | | (7 votes) by Arthur V. Ratz (updated 4 days ago) The following article describes how to implement sorting of custom non-generic collections by overriding the functionality of the generic IComparable and IComparer interfaces used by the LINQ's Enumerable.OrderBy clause aggregate method. | | (5 votes) by Code Cleaner (updated 15 hours ago) How to create a program that can run as console or as Windows service easily, and install it without using installutil. | | (5 votes) by Steven Sung (updated 6 days ago) Encoded, Decoded your QR Code using Zxing library | | (3 votes) by Andrew Rober (updated 3 days ago) Windows software licensing data and information in a nutshell | | (3 votes) by Shivachalappa Gotur (updated 2 days ago) Detecting USB Modem Device using C#.Net. | | (4 votes) by 1sumitanand (updated 5 days ago) This tip is for newbie developers. | | (2 votes) by Nick Polyak (updated 6 hours ago) Implementing powerful property bindings in plain C# | | (2 votes) by Dominic D Williams (updated 21 hours ago) The power of delegates outside of events. | | (9 votes) by Gerd Wagner (updated 3 days ago) A short summary of JavaScript's main features, including a discussion of the different kinds of JS objects, basic data structures, functions as first class citizens, and code patterns for implementing classes. | | (4 votes) by Sibeesh Passion (updated 5 days ago) In this article we will see ho we can check whether an array element is present in an array. | | (2 votes) by Dave_Voyles (updated 3 days ago) In short, I wanted to determine if Famo.us does actually have great mobile performance, as well as have an understanding of how straightforward the process was for packaging my web application as mobile app. | | (1 votes) by Sibeesh Passion (updated 5 days ago) Introduction Normally developers download Excel of any other file format from the server side. It may be the correct way to do the exporting if and only if the data is quite small. As you all know, when you develop a product or website, you may need to convince many people including in that project. | | (1 votes) by Bobby Lough (updated 5 days ago) Almost anything can become code. Here is an example of turning a puzzle we have all likely heard into a coding exercise. Always be coding. | | (17 votes) by Shemeer NS (updated 2 days ago) SQL Server's Mathematical Functions expalined with examples | | (2 votes) by Nuredin Abdella (updated 4 days ago) In this article, I will discuss about how to create, alter, enable, disable and remove MySQL event in order to automate database manipulation tasks. | | (3 votes) by Anton Angelov (updated 3 days ago) A detailed overview with examples how to utilize the Observer Design Pattern in automated tests to create an extendable test execution. | | (1 votes) by Anton Angelov (updated 15 hours ago) Create an extendable test execution in automation tests via Observer Design Pattern. Explains an implementation in C# via events and delegates. | | (10 votes) by syed shanu (updated yesterday) In this article we can see in detail about how to create a simple SPC (Statistical Process Control) Cp,CPk Chart using C# | | (2 votes) by Tantum (updated 14 hours ago) How show your forms in the current active display on dual (or more) monitors | | (4 votes) by Paw Møller (updated 3 days ago) Implementing a simple file system as a file. | | (5 votes) by Sibeesh Passion (updated 5 days ago) Introduction Hi all, how are you today? This article explains how to load data on demand or load data when the user scrolls. Here we will do this in a simple manner, I hope you enjoy it. Download Source Code LoadDataOnScroll Background A few days ago one of my colleagues asked me how to load [… | | (4 votes) by Mohammed Ibrahim.L (updated 3 days ago) This tip shows you how to add the Values in Gridview using ENTER key... | | (1 votes) by Swift coder (updated 3 days ago) Introduction This tutorial will begin by walking you through the integration of the Laravel 5 and Bootstrap 3 themes. Afterwards, we will show you how to add PHP datagrid. If the Laravel and Bootstrap theme are already up and running on your server, you can skip directly to "Create 'dashboard.blad | | (3 votes) by Member 9528587 (updated yesterday) Creating a plugin in Jquery is very simple. In this tip we will learn how to create custom plugins in Jquery. | | (1 votes) by Swift coder (updated 3 days ago) This is a step-by-step tutorial of how to integrate Laravel PHP framework with phpGrid. Laravel is a free, open-source PHP web application framework, architected in model–view–controller (MVC) pattern. phpGrid is a standalone CRUD component encapsulating all necessary server and client side scripts | | (4 votes) by Arkadeep De (updated 5 days ago) SQL bulk copy from DataTable using XML | | (4 votes) by santokhhcl (updated 3 days ago) Create HtmlHelper Extension in MVC4 Hi Friends, Today I am going to demonstrate how we can create simple html helper class in mvc. Introduction HtmlHelper are simply a static class having extension methods that help you to render html tags using the @Html code. This is helpful becuase you don't ha | | (5 votes) by Sibeesh Passion (updated 4 days ago) Introduction Hi All, How are you today? In this article we will see how we can remove a DOM element using JQuery. I hope you will like it. Background I know we all are working in the client side technologies, especially in JQuery. Sometimes we may need to write more client side codes rather than [ | | (3 votes) by Imran Abdul Ghani (updated 6 days ago) In previous post, we discussed and learnt about New Features of ASP.NET vNEXT. Here in this post, we will discuss the top new features and enhancements introduced in Microsoft C# 6.0. But before we dive deeper to discuss features of latest version of C#, let’s analyze how C# evolves and what k | | (2 votes) by Vivek Goyal (updated 4 days ago) Create word documents in C#.NET using Spire.Doc .NET librarySometimes in our application we need to create word documents where we can create differents types of documents and can perform many operations them related to formatting, conversion etc. Spire.Doc is a .NET library where we can create, rea | | (2 votes) by Bobby Lough (updated 5 days ago) Soft skills are so underrated. All to often software engineers job themselves on their technical chops but soft skills probably affect your career more. Soft Skills software developers manual by John Sonmez is a book I highly recommend. (Hopefully a digital copy of it will be available soon.) Jon | | (2 votes) by Nikola Breznjak (updated 5 days ago) I reviewed the book Soft Skills: The Software Developer’s Life Manual by John Sonmez with 5 stars on Amazon with the following comment: I believe Soft Skills will indeed become every software developers’ life manual, in a similar way as Code Complete 2 is. I really enjoyed the book, and | | (1 votes) by Swift coder (updated 3 days ago) This is a step-by-step tutorial of how to integrate SmartAdmin, or any other Bootstrap them, with phpGrid. SmartAdmin is a popular Bootstrap admin theme. It has modern flat design and responsive layout. SmartAdmin comes with 5 different versions: Pure HTML, AJAX Version, PHP version, Modular Angul | | (1 votes) by Adrian Cini (updated 3 days ago) How to enrich your posts with twitter cardsI am a big fan of the semantic web. Even back in the university days before facebook and twitter were yet to be popularised or invented, nah I can not be that old. Any way the semantic web was always an area of interest. The concept behind the web being rea | | (1 votes) by Passion4Code (updated 3 days ago) Introduction Generating PDF from your web applications is easy, simple and reliable. There are many tools/packages available in the Nuget. Here, in this article we would learn how to use Rotativa in the MVC applications. Rotativa makes it very easy to generate pdf from an HTML. It is actually derive | | (5 votes) by Toby Opferman (updated 5 days ago) Building your own 64-bit Windows Extender | | (4 votes) by jindrich.babica (updated 6 days ago) Binding with respect to CurrentCulture | | (1 votes) by Bharat Mallapur (updated 3 days ago) Sample project to host MS-Chart in your WPF application | | (12 votes) by Afzaal Ahmad Zeeshan (updated 4 days ago) I would talk about Windows 10 from a developer's perspective. Windows 10 has not yet been released, but it is better to know the tool to get your hands ready to develop applications. | You may also like... Updated Articles, Tech Blogs and Tips | (32 votes) by Woong Gyu La (updated 3 days ago) A jump point search algorithm for grid based games in C# | | (26 votes) by Hunt Chang (updated 6 days ago) NURBS curve made easy | | (2 votes) by RoarkDude (updated 2 days ago) Generate every permutation of dictionary items. | | (54 votes) by Peter Leow (updated yesterday) Putting faces on Your Android App. | | (2 votes) by David Maw (updated 6 days ago) A working example of a Windows client and server using SSL over TCP. | | (108 votes) by Akhil Mittal (updated 5 days ago) Enterprise level application architecture with Web APIs using Entity Framework, Generic Repository pattern and Unit of Work. | | (43 votes) by Akhil Mittal (updated 5 days ago) My article will explain how we can make our Web API service architecture loosely coupled and more flexible. | | (36 votes) by Akhil Mittal (updated 5 days ago) Resolve dependency of dependencies using Inversion of Control and dependency injection in Asp.net Web APIs with Unity Container and Managed Extensibility Framework (MEF). | | (33 votes) by Akhil Mittal (updated 5 days ago) In this article I'll explain how to write your own custom routes using Attribute Routing. | | (39 votes) by Singh Deepika (updated 5 days ago) This article will step by step guide you through the Flow of MVC application clearing your basic concepts of MVC | | (11 votes) by DrABELL (updated 3 days ago) DropDownList Data Binding to Array (1D/2D), Enum and Dictionary objects in .NET | | (66 votes) by Woong Gyu La (updated 3 days ago) This article explains 10 rules (steps) for replacing the recursive functions using stack and while-loop to avoid the stack-overflow. | | (9 votes) by Michael Chourdakis (updated 2 days ago) The update to my loved library. | | (241 votes) by Akhil Mittal (updated 2 days ago) This article will cover almost every OOP concept that a novice/beginner developer hunt for, and not only beginners, the article's purpose is to be helpful to experience professionals also who need to sometimes brush-up their concepts or who prepare for interviews. | | (111 votes) by Akhil Mittal (updated 2 days ago) Access modifiers (or access specifiers) are keywords in object-oriented languages that set the accessibility of classes, methods, and other members. Access modifiers are a specific part of programming language syntax used to facilitate the encapsulation of components. | | (98 votes) by Akhil Mittal (updated 2 days ago) Day 6: Understanding Enums in C#.My article of the series "Diving in OOP" will explain enum datatype in C#. | | (101 votes) by Akhil Mittal (updated 2 days ago) All about Abstract classes in C# | | (93 votes) by Akhil Mittal (updated 2 days ago) Diving in OOP (Day 2):My article in the second part of the series will focus solely on inheritance concept in OOP | | (80 votes) by Akhil Mittal (updated 2 days ago) This part of the article series will focus more on run time polymorphism also called late binding. | | (50 votes) by Paul C Smith (updated 5 days ago) How to generate shorter, more readable, unique values for general-purpose identifiers. | | (12 votes) by Pooja Baraskar (updated 3 days ago) Sharing code and views in Universal Windows Apps | | (11 votes) by syed shanu (updated 6 days ago) | | (5 votes) by Gerd Wagner (updated 3 days ago) This tutorial shows how to build a plain JS web app where model classes have enumeration attributes, which have to be rendered in the HTML user interface with selection lists, radio button groups and checkbox groups. | | (10 votes) by Woong Gyu La (updated 4 days ago) How to create a server-client network quickly using IOCP TCP template server-client framework, EpServerEngine.cs (C#). | | (26 votes) by girlprogrammer (updated 5 days ago) A step by step walk through of MSBuild file and how to run a target | | (16 votes) by DrABELL (updated 2 days ago) Serial and Parallel implementation of efficient Prime Factoriing algorithms | | (17 votes) by Tom Chantler (updated 6 days ago) UPDATE: 2015-06-27 - Now works with Visual Studio 2015. Summary - If you're running Windows 7, 8 or 8.1 and you don't want to disable User Account Control (UAC) - which you shouldn't and quite possibly can't in a corporate environment - then you get an annoying prompt every time you try to run anyth | | (9 votes) by DrABELL (updated 6 days ago) Web app to find geographical coordinates and apply them to the Bing Map | |
Không có nhận xét nào:
Đăng nhận xét