74 articles posted in the last business day that match your preferences. 25 listed. We're giving away 25 IoT devices Be one of the first twenty-five contestants to enter a Stage 2 article in our freshly launched Internet of Things Tutorial Contest for your chance to win an Internet of Things device of your choice. There are $10,000 in total prizes available, plenty of chances to win, and a lot of freedom to explore the specific IoT topics that interest you. See the contest page for full details and conditions. Enter today! Monthly Article Competition Winners Congratulations to the top authors and articles of September 2014! | The Choice of Enterprise Software Developers Solutions Schedule v6.0 Released. A complete scheduling solution in a component - Logistics, ERP, MRP, SCM, ERM... Gantt style drag drop, direct edit, click and drag sorting, 3rd party control support and more! Discover Solutions Schedule .NET v6.0 Today | | 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 | This week's survey: What programming languages should be taught in High School or above? New Articles, Tech Blogs and Tips added | (2 votes) by BrokenEvent .NET WinForms Tray icon implemenation with Win7 and Vista features: GUID identification, large custom icons, custom UI instead of the hint, etc. |
| (2 votes) by Ajay K. Yadav Applied Reverse Engineering with IDA Pro |
| by Mr. xieguigang 谢桂纲 The idea of hybrids the R script and my shellscript is awesome, and hybrid the shellscript with R can extends the function of my script and I also can write two type of the programming language both in one script file. Incredible thing! Right? |
| (6 votes) by Marc Clifton No word has a value that can be identified independently of what else is in its vicinity. |
| (2 votes) by Woong Gyu La A 2D/3D force directed graph algorithm in C# |
| (4 votes) by Grasshopper.iics A beginners guide to Internet of Things: Common Questions that were never answered! |
| (6 votes) by Snesh Prajapati (updated 2 hrs ago) In this article I will explain 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. |
| (3 votes) by Samer Abu Rabie (updated 23 hrs ago) An article that shows a simple workaround on how to make a redirect and POST in ASP.NET MVC |
| (2 votes) by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) (updated yesterday) Of course, as the name suggests, it is the upcoming version of ASP.NET. |
| (1 vote) by Mishra Sourabh This article will explain you How to send an Email with attachment using asp.net mvc. |
| by Jnana This article describes steps to create rest api with OAuth and how to use those api using OAuth |
| by Kevin Mack Hello All, so its been a really crazy week, as I ended up spending the majority of my week getting odd jobs done around the house, and ripping the carpet out of the first floor of our house. And as my sister-in-law put it "strangely therapeutic", in an odd sort of way. But more than that, I had a r |
| (1 vote) by steveb C++ numeric to string and string to numeric conversion functions |
| by SkyProgger This article describes the StorageManager class I have developed. It's created to save data beyond the Programs lifespan, as easy as possible. |
| (8 votes) by majid torfi Save Text Data In image Format |
| (2 votes) by Syed M Hussain (updated 2 days ago) A custom Windows InputDialog to capture user input |
| (2 votes) by Tomas Takac How to easily mock a data reader |
| (1 vote) by Sofiane Rabhi Sending data from JavaScript Code to ASP.NET C# |
| (1 vote) by Ajosh Jose Circular Menu using HTML 5 Canvas |
| (2 votes) by essentialSQL What is a Null Value? In databases a common issue is what value or placeholder do you use to represent a missing values. In SQL, this is solved with null. It is used to signify missing or unknown values. The keyword NULL is used to indicate these values. NULL really isn't a specific value |
| (1 vote) by essentialSQL In today's lesson you're going to learn more about filtering results returned from your queries using the WHERE clause. The objectives of today's lesson are to: Learn to use more than one compare condition at a time using Boolean logic Comprehensive example with Select, Where, and Order By Important |
| (1 vote) by essentialSQL In today's lesson you're going to learn how filter the results returned from your queries using the WHERE clause. This clause is important as only those records matching the where clause's conditions are returned in the query results. The objectives of today's lesson are to: Learn about various con |
| (1 vote) by essentialSQL In this lesson you are going to explore how to sort your query results by using SQL's ORDER BY statement. Using this phrase allows us to sort our result in ascending or descending order. In addition you can limit your query to a specified number of results. The lesson's objectives are to: learn ho |
| (1 vote) by essentialSQL Simple SELECT queries in SQL Server |
| (1 vote) by Tamas Lorincz |
| by Wastedtalent Query Custom Collections in C# with LINQ |
| (6 votes) by Arkadeep De |
| (1 vote) by Robert Welliever Advanced introduction to rendering browser-driven, parallax 3D environments. |
| by Hung, Han This article is basically a tutorial on how to code your own Sudoku game using VB.Net. |
| (3 votes) by Yvan Rodrigues Quickly count the number of pages in a collection of PDF documents |
| (1 vote) by ATjong Different items in RadCombobox in each row of RadGrid with sqlDataSource |
| by AD Colab Group The continuation of the 2nd article, we look at the 3D environment and some more involved Visualization ToolKit (VTK) topics. |
| (1 vote) by Woong Gyu La How to create a server-client network quickly using IOCP TCP template server-client framework, EpServerEngine.cs (C#). |
| (2 votes) by Abhishek Nandy An Overview of IOT |
| by Paul M Watt What the Internet of Things is and how it can safely evolve to reach its potential |
| (1 vote) by Dr. Song Li (updated 2 days ago) This article presents an example Maven project to get started with unit test code coverage by Jacoco. |
| (1 vote) by Sipra Ray In the previous post we had discussed about the installation of Java, and configuration of Eclipse with selenium WebDriver. Now here we will be creating a small Java script. All beginners will 1st want to open browser and to automate it. So here we will be doing that. First of all we will write the |
| by Tim Ski JSON parser for VBA class module, allows recursive data. |
| (2 votes) by Gaurav.Kumar.Arora History: In our previous posts we learned 'What is S.O.L.I.D. Programing Principles' and a detailed explanation with code of Single Responsibility Principle. S.O.L.I.D. is an acronym introduced by Michael Feathers as: S for SRP: Single responsibility principle O for OCP: Open/closed prin |
| (2 votes) by Sudhir Dutt Rawat This tip is about configuration of IIS for performance optimization of websites |
| (1 vote) by essentialSQL In today's lesson you're going to learn about grouping results returned from your queries using the GROUP BY clause. The objectives of today's lesson are to: Learn to how to group results using GROUP BY Use aggregate functions to perform calculations Understand how to filter groups using the HAVING |
| (1 vote) by essentialSQL In this lesson you are going to explore how to do pattern matching with the SQL Where clause LIKE operator. Using this phrase allows us perform partial matches of data values and obtain answers to questions which can't be done with conventional comparisons. The lesson's objectives are to: lea |
| (2 votes) by Max Kleyzit A multi document interface implementation with a simple .NET Winforms TabControl extension that creates tabs with a close button. |
| by Wastedtalent Interfaces, testing and dependency injection |
| by Wastedtalent Unit testing seems to be all the rage these days, and it does provide many benefits, not least that we can test our code without the need to have a complete application to do so. The MVVM pattern that we used in my previous post to decouple the view model from the view is a […] |
| by A Round Tuit Recently I was poking around a bit with the interceptors available in EF 6, IDbConnectionInterceptor and IDbCommandInterceptor. Since a common use of these interceptors is to provide logging/profiling capabilities, it seemed like these might be a good fit to try with ETW. But first I wanted to know |
| (4 votes) by 19sanjeev Hello all, in last Blog we learn about Angular.JS, today will write some code and will see how this works. First let's understand how Angular script works. This is an simple example of Browser, what happen when we do request for any web page. Browser request URL to server and Server response w |
| (1 vote) by Sipra Ray In the previous blog we had discussed in short , " How to automate a browser !! ". As a beginner like me, you will be very keen to take screen shot of a particular page. Here is a simple script for taking screen shot of any URL. I have taken "http://www.flipkart.com/" as mu |
| (1 vote) by Gaurav.Kumar.Arora A few months back, I have a requirement to build some kind of dashboard reporting system using angularjs. It is a very for me I did not know much about this. I started learning angularJS, here under I am sharing my learning using very first example, I have created during my learning days of angularJ |
| by Rajat-Indiandotnet Problem:- We have seen last time how to take backup in tip # 64. but sometimes it happened we took backup and we are not able to restore it. It might be corrupted. Now , Next step thought come in our mind how to ensure we took right backup which can be restore.… |
| by Wastedtalent In part 1 I introduced the idea of a dynamic menu build using WPF and the hierarchical data template. In this, part 2 I will carry on putting the foundations in place for the menu, and in part 3 I will link everything together. Firstly I shall cover the implementation of the ICommand for the [… |
| by Wastedtalent WPF provides some really nice features allowing us to create dynamic user interfaces. In the next 3 posts I will demonstrate how to create a dynamic menu bar [or tool-bar] that we can add and remove items to at run time. For brevity I have limited the scope to exclude any real styling and have [R |
| by Alex Turok The last week I spent two or three hours looking for the cause of a bug really close to the place where it was actually located – but not close enough. From the exact moment when I opened the bug description in Visual Studio everything pointed me in the right direction – towards a couple lines in ou |
| by A Round Tuit Over the past few years I've returned from technical conferences with a to-do item of "look into ETW." I'd make this note because at some point during one or more sessions a presenter would say something like "you really should be using ETW." Unfortunately, I neve |
| by Wastedtalent This is a very simple MVVM demonstration. |
| by Bartlomiej Filipek Several days ago at isocpp.org there were tons of different c++ proposals' updates. Each day there was like several posts describing each application. What was the reason of it? As it appeared, 10th October 2014 was the deadline for the pre-Urbana mailing. Now the whole list is available here at wg |
| by Gaurav.Kumar.Arora In general, we can say Func is a special function which holds/handles many arguments. In other words we can say they can handles delegate, anonymous or generic type as a parameter. It encapsulates a method which can accept parameterized type. The type of Func is a parameterized type. It can handle a |
| (2 votes) by Safak Tarazan This article explains how to embed standard / custom extentions in to a X509 SSL Certificate. |
| (1 vote) by CdnSecurityEngineer Scalable Security Engagement Problem |
| (1 vote) by Bimaln Describe about the SOAP message in WCF with example. |
| (1 vote) by Wastedtalent One of the most interesting features of the .NET framework I have been using in recent times is Windows Presentation Foundation which allows graphical interfaces to be described using XAML. This allows rich user interfaces to be put together simply and easily. One of main areas of thinking on top |
| by Wastedtalent Creating a dynamic WPF Menu: Part 3 |
You may also like... Articles, Tech Blogs and Tips updated | (11 votes) by Nirosh (updated 3 days ago) This tutorial is designed for .NET programmers who need to understand 'Nido' framework and its application. |
| (6 votes) by Pharylon (updated 2 days ago) Connection Resiliency with EF 6 |
| (386 votes) by Shivprasad koirala, Marla Sukesh (updated 2 days ago) As the article's name says, learn MVC. Ao the agenda is simple, we are going to learn ASP.NET MVC in 7 days. |
| (45 votes) by Mahsa Hassankashi (updated 17 hrs ago) This article is one of the first source that collect all of data structure from Array, IQueryable, IEnumerable and compares these ones clearly. |
| (29 votes) by NewPast (updated 2 days ago) Software protection & Decompiling software as a new cracking method |
| (14 votes) by Shivprasad koirala, Marla Sukesh (updated 2 days ago) This is the part 3 of the series Learn MSBI step by step |
| (621 votes) by Pavel Torgashov (updated yesterday) Custom text editor with syntax highlighting |
| (516 votes) by Brad Barnhill (updated 3 hrs ago) This library was designed to give an easy class for developers to use when they need to generate barcode images from a string of data. |
| (11 votes) by Peter Leow (updated yesterday) Getting started with HTML5 forms. |
| (2 votes) by Dr. Song Li (updated 2 days ago) This article presents an example Spring MVC Rest service application that supports both Json and XML serializations. |
| (44 votes) by Nirosh (updated 3 days ago) Nido Framework with .Net 4.0 and Entity Framework help you standardize your Business Logic Layer (BLL). |
| by azharuddinkhan (updated 2 days ago) Installation steps: 1. Download and install the Domain Access module using this link. 2. Then paste the following in your settings.php file : 3. Then rebuild the permission. Domain Access: i. Enable "Domain Access" in the modules section. ii. Navigate to "Admin->Structure->Domains& |
|
Không có nhận xét nào:
Đăng nhận xét