Wednesday, January 06, 2016 | | New Articles, Tech Blogs and Tips | (0 votes) by Ivan Golović (updated 3 hours ago)) This solution consists of Windows service that logs Windows session events and Windows application that parses the resulting log to display session durations and locked/unlocked periods within sessions per user. | | (4 votes) by levelnis (updated 22 hours ago)) In this interconnected world, you have to deal with APIs all the time. A lot of the time you're just querying them. Retrieving data. Sometimes you're calling a public API. Most of the time you're calling your own, internal API. If you're calling your own API, it's likely that you'll need to post to | | (3 votes) by levelnis (updated 22 hours ago)) Ever had to call an API from your MVC app? A lot of the time you can use JavaScript. But there are times when the client-side approach just doesn't cut it. Maybe your app needs to use the API as if it were a database, or you're calling a public API. Chances are you need to transform the data somehow | | (3 votes) by levelnis (updated 15 hours ago)) Article discussing how to unit test HttpContext.Current outside of a controller | | (3 votes) by levelnis (updated 22 hours ago)) One common scenario presents itself over and over when developing MVC websites. How do we provide information to our users when they post data back to our server? Often, our users will fill in a form and post it back to the server. They now need a visual response to let them know that the operation | | (3 votes) by levelnis (updated 15 hours ago)) Display templates (along with Editor templates) are a powerful feature of ASP.NET MVC. They allow us to create reusable HTML snippets, much like we do with partial views. In this post we'll discuss how display templates can simplify our view logic. | | (2 votes) by Talking Dotnet (updated 4 hours ago)) This post lists what's changed in ASP.NET 5 | | (1 votes) by Rakhi Shrivastava (updated 17 hours ago)) In this article ,I explain how we can optimize the ASP.net MVC application performance. | | (1 votes) by levelnis (updated 22 hours ago)) APIs are everywhere these days. We access the web now on a plethora of devices, from laptops to smart watches. More often than not they're a key part of our architecture. What makes them so important? The data. Whether we're building a mobile app or a thin web client, data is key. Just as important | | (1 votes) by levelnis (updated 15 hours ago)) In an earlier article I wrote about reducing controller dependencies with generic factories. One criticism of this approach, which I agree with, is that it hides those dependencies. This article looks at an alternate approach - using facades. | | (1 votes) by levelnis (updated 15 hours ago)) Article discussing how to handle posted data in an MVC controller action by using commands and handlers | | (1 votes) by levelnis (updated 15 hours ago)) Article discussing how to unit test ASP.NET MVC controllers using NUnit and NSubstitute | | (1 votes) by levelnis (updated 17 hours ago)) Article examining one approach to reducing controller dependencies in an ASP.NET MVC application by using generic factories. | | (1 votes) by levelnis (updated 22 hours ago)) Imagine the scenario in which you have a bunch of items that need displaying in a view. Each item has an action button of some kind. We need to grab the id associated with that item so we can pass it back to the server. One approach to this problem is to handle the form submission with jQuery. In th | | (1 votes) by Anton Kleshchev (updated 23 hours ago)) Article describes an approach to use Bootstrap dialogs in ASP.NET MVC | | (1 votes) by levelnis (updated 22 hours ago)) Real-time filtering of a grid or list | | (0 votes) by levelnis (updated 20 hours ago)) Article exploring how ViewModels fit in to the MVC ecosystem and how to use factories to create them. | | (0 votes) by Daniel Miller (updated 5 hours ago)) This article provides a solution to automate the download of email messages (including embedded files and attachments) from an IMAP server using C# and MailBee.NET.Download Source Code - 10 KB IntroductionThis week I completed an interesting year-end assignment for another software company, InSi | | (1 votes) by Michael Chourdakis (updated 12 hours ago)) Call a function atomically with a generic template | | (8 votes) by Sergey Kizyan (updated 2 hours ago)) This is the 4th article from the training that I give for my coworkers | | (2 votes) by VR Karthikeyan (updated 21 hours ago)) Automating the drawing process in AutoCAD using programming to improve the productivity of the design engineers. | | (0 votes) by Ashley Davis (updated 8 hours ago)) A demo of Highstock using Data-Forge with financial data loaded from Yahoo. | | (2 votes) by John C Rayan (updated yesterday)) Examples and explanations about scope in Javascript | | (2 votes) by essentialSQL (updated yesterday)) In this article find out how to find duplicate values in a table or view using SQL. We'll go step by step through the process. We'll start with a simple problem, slowly build up the SQL, until we achieve the end result. By the end you'll understand the pattern used to identify duplicate values and | | (0 votes) by essentialSQL (updated yesterday)) Math Rocks! SQLServer includes many mathematical functions you can use to perform business and engineering calculations. Many of these aren’t used in typical day-to-day operations; however, there are several commonly used functions we’ll cover. If you not familiar with SQL functions, th | | (0 votes) by essentialSQL (updated 2 hours ago)) In SQL the columns of a table are defined to store a specific kind of value such as numbers, dates, or text; these are called data types. With over thirty types of SQL server data types to choose from, data types can seem intimidating, but in reality, there are just a few commonly used in […] | | (0 votes) by Tamer J. Mehyar (updated 15 hours ago)) A step-by-step description of how to extend a Sitecore Field Type | | (5 votes) by lars.michael.dk (updated 13 hours ago)) This article demonstrates how to, very easily, create a lean Web API on top of a .NET library of stateless services. Although the sample code is quite simple, the described architecture is rock-solid. | | (1 votes) by PIEBALDconsult (updated 16 hours ago)) A Dictionary that is constrained to hold only the defined members of an enumeration | | (1 votes) by levelnis (updated 15 hours ago)) Article discussing how to access blob storage from an Azure web site | | (0 votes) by Xiao Ling (updated yesterday)) Probably you have read the article – Wrapping C/C++ Methods of Dynamsoft Barcode SDK for Python, which illustrates how to make Python extension on Windows. In this post, I'll share how to make Python barcode extension on Ubuntu with Dynamsoft Barcode SDK for Linux. Getting Started Three Steps to Bui | | (0 votes) by Xiao Ling (updated yesterday)) If you want to make a Web barcode reader app using node.js, you may find a node barcode module with npm or build it yourself. Node addons are the bridge between C/C++ libraries and JavaScript. In this tutorial, I will illustrate how to create node barcode addon on Ubuntu with DBR (Dynamsoft Barcode | | (0 votes) by levelnis (updated 2 hours ago)) I recently switched from using IIS to using IIS Express for developing ASP.NET applications with the express (pun intended) aim of no longer needing to run devenv.exe as Administrator, which is required if you are using IIS for development. Having revoked Admin access to Visual Studio, I duly fired | | (1 votes) by bharathness (updated 15 hours ago)) This article demonstrates on how to add a independent UIView on storyboard. | | (0 votes) by Member 12014821 (updated 9 hours ago)) How to use JavaScript or JQuery and JSOM in SharePoint | | (0 votes) by levelnis (updated 2 hours ago)) The issue addressed in this article came about as a result of my needing to pass the Visual Studio build configuration (Debug, Release, etc.) into my PSake script so that I could use it within my compile task. Initially I had separate DebugCompile and ReleaseCompile tasks that hard coded the configu | | (0 votes) by Bill Wagner (updated 5 hours ago)) This is my second post about the changing year. In this post, I look at the areas where I will invest my time in the coming year. .NET Everywhere The .NET Core platform is a version of the .NET stack that runs on OSX and Linux in addition to Windows platforms. This is a pre-release project at this t | | (0 votes) by Keith Holloway (updated 4 hours ago)) As I type this, the sweet, sweet clicky sound of my new CODE Keyboard fills the air and my fingers, typing speed, and general demeanor couldn’t be happier. I have been debating purchasing a mechanical keyboard for a while now and decided to treat myself to a nice keyboard for Christmas. My p | | (0 votes) by Mujeebur Rahman (updated 17 hours ago)) Using requirejs to load modules asynchronously in angularjs application. | | (3 votes) by Rohit Kejriwal (updated 23 hours ago)) Returning File as response to REST Request | You may also like... Updated Articles, Tech Blogs and Tips | (5 votes) by Mathew_wwx (updated 15 hours ago)) This tip will introduce a library written in C++ that wraps up a 2d polygon triangulation algorithm with time complexity of O(N*logN), the algorithm works on both self-intersected and non self-intersected polygons. | | (15 votes) by Arthur V. Ratz (updated 19 hours ago)) The following article demonstrates the implementation of the multithreaded parallel sorting algorithm using OpenMP performance optimization library. | | (13 votes) by Shvetsov Evgeniy (updated 12 hours ago)) String class with the auto. managed memory pool and performance tweaks + support modules | | (6 votes) by trantrum (updated 17 hours ago)) Visual Studio Winforms 100% Full Screen Method | | (4 votes) by The ANZAC (updated 4 hours ago)) A simple and modifiable approach to collapsing and expanding grouped data within a datagridview custom control. | | (6 votes) by sundarakshi (updated yesterday)) FaceBook Authentication using OWIN Katana | |
Không có nhận xét nào:
Đăng nhận xét