179 articles this week. Welcome to this week's newsletter from CodeProject. To ensure that future newsletters you receive from The Code Project aren't mistakenly blocked by antispam software, be sure to add the maillist.codeproject.com domain to your list of allowed senders. 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! cheers, Chris Maunder Advertisements This week's survey: What programming languages should be taught in High School or above? Most popular new articles 20 Oct 2014 - 26 Oct 2014 Latest Additions 179 articles overall. 157 new, 22 updated. New articles added | (28 votes) by heartbreaka Winform animation |
| (14 votes) by CdnSecurityEngineer Every couple of years, the Open Web Application Security Project (OWASP) publishes their top 10 security vulnerabilities of the day based on hacks & information that it has seen, every time security misconfiguration makes the list. Now if you consider…Read more ›The post Protecting .NET |
| (10 votes) by Oleksandr Rogovskyi, Vladyslav Chernysh Simple framework that enables your application to dynamically discover, load and unload plugins. |
| (9 votes) by pallavi Praharaj In this article we will learn what is the advantages and disadvantages of each domain modelling approaches and when to use which approach. Here you will find what are the different approaches we use in Entity Framework.When to use which Model: It is very important to know which work flow or approach |
| (5 votes) by pallavi Praharaj What is Entity Framework : Entity Framework (EF) is an object-relational mapper (ORM) that enables .NET developers to work with relational data using domain-specific objects. It basically generates business objects and entities according to the database tables and allow us to perferm basic CRUD (Cr |
| (4 votes) by pallavi Praharaj Every business application has a conceptual data model (explicit or implicit) which describes the various elements of the problem domain as well as each element's structure, the relationships between each element and their constraints.We follow different approaches to deal with these models. Entity |
| (3 votes) by pallavi Praharaj This article elaborate the steps required to create an Entity Data Model and re-use it in a separate .Net Project like a Console Application, a Windows Forms project, ASP.NET Project or a WPF Project. |
| (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? |
| (23 votes) by JorgeLuisOrejel ENIGMA |
| (6 votes) by Marc Clifton No word has a value that can be identified independently of what else is in its vicinity. |
| (1 vote) by Woong Gyu La A 2D/3D force directed graph algorithm in C# |
| by pi19404 Dense Motion Estimation based on Polynomial expansion IntroductionIn this article we will look at dense motion estimation based on polymonial repsentation of image.The polynomial basis representation of the image is obtained by approximating the local neighborhood of image us |
| (14 votes) by IpsitaMishra Here is a tip about how the Model binder work in MVC. |
| (5 votes) by Kalvin Lawrence Ernst Generate a web app instantly, directly from a database(SQL Server) |
| (3 votes) by UD_05 Creating your own custom filters in Angular Js |
| (1 vote) by Modesty Zhang Effective way to develop and operate full stack web Apps and APIs on Google App Engine, including front end app & UI, restful web services and persistence layer as NoSQL database on Google Cloud Platform |
| (3 votes) by Grasshopper.iics A beginners guide to Internet of Things: Common Questions that were never answered! |
| (1 vote) by Nitesh Luharuka Friends, In my last post I explained how easily we can add a CheckBox column to a GridView in Asp.Net. Having a CheckBox column in GridView, now we can select multiple records from the GridView. We can now write some piece of code with the help of which we can perform multiple actions on the … |
| (10 votes) by Mathew Soji This tip guides through implementing a basic REST based Web API service with multiple GET methods and its consumption using JQuery client |
| (9 votes) by Mishra Sourabh This tip shows how to implement globalization in ASP.NET. |
| (9 votes) by chinmayi samal Advantages and uses of Controller.HandleUnknownAction in MVC Architecture |
| (7 votes) by Steven T. Schowiak This article will describe and demonstrate a technique for resizing and storing image files on the local file system and image meta data in SQL Server using ASP.NET 4.51. |
| (6 votes) by ashish__shukla |
| (5 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. |
| (4 votes) by Ankur Rawat Alternative way to refresh the page using JavaScript and not using meta tag of HTML to refresh the 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 |
| (1 vote) by Rajat-Indiandotnet Problem:- A good maintenance plan always said to take backup but sometimes it is very difficult to take backup of database just because of space constraint. We take backup but we don't have enough space available. Solutions: SQL server provided a best way and give us solution of compressed backup |
| by Sacha Barber I am just getting into PowerShell, and today a work colleague of mine stated he has a table in SQL server that he needed to examine. The table contained names of files on the disk drive. He then needed to examine the names of the files in the table, and if the file existed rename […] |
| (4 votes) by Akos Mattiassich A C++/CLI wrapper around MMAudioDeviceApi with notification support. |
| 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 |
| (11 votes) by Szymon Roslowski This article is continuation about a HID USB Stack for Microchip PIC 16F1455 and the way of communicating with it on Windows Platform. |
| (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. |
| (44 votes) by Mahsa Hassankashi (updated 16 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. |
| (8 votes) by majid torfi Save Text Data In image Format |
| (9 votes) by Sofiane Rabhi C# Facebook SDK |
| (6 votes) by majid torfi Snapshot desktop application and tracking |
| (5 votes) by jelo pasiolan This class is useful for HTTP web request and gets the response from the server. If the response is JSON or XML, this class also contains a method to parse or deserialize the response. |
| (5 votes) by greggma Provides an alternative to an ObservableCollection that is less UI intensive |
| (2 votes) by greggma Demonstrates how to extend RX with fluent extensions using an synchronised, pausable and batch observable. |
| (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 |
| (2 votes) by Dennis Betten How to implement Switch user functionality using MVC4 and Windows Authentication (a bit like SharePoint) |
| (1 vote) by Sofiane Rabhi Sending data from JavaScript Code to ASP.NET C# |
| (6 votes) by ThisIsTan After lots of searching in Goggle, Stack exchange finally I am able to generate images in 16:9 format for youtube, dailymotion and vimeo. So lets have a look how can we simply get the thumb images from dailymotion, vimeo and … Continue reading → |
| (4 votes) by Ankur Rawat Adding Image in the Container without stretching/compressing the Image |
| (5 votes) by Shipra Gupta@codeproject In this article you will find how we can call Server side static function using JavaScript and get value from it. Many times developers find such requirement of fetching some data from Server side. Here is the code, where page will not follow Page life cycle and no data will be posted on the Server. |
| (3 votes) by Ivan Perevernykhata A bit of street magic with JavaScript closures and jquery callbacks |
| (1 vote) by Keyhole Software If you haven't worked with JavaScript in over a decade, you might be surprised at the advances that have been made in this language. At one time, JavaScript was used mainly for swapping "one image for another in response to user-generated mouse events" [1], and now, it is a full-fl |
| (1 vote) by SheSharp PlusPlus This tip gives the introduction to Bookmark API of chrome and discusses how to create a chrome extension to save the URLs of all open tabs in a window with one click |
| (1 vote) by Ajosh Jose Circular Menu using HTML 5 Canvas |
| (1 vote) by James_Carter It's known that the presence of duplicate code has negative impacts on software developmet and maintenance. Indeed a major drawback is when an instance of duplicate code is changed for fixing bugs or adding new features, its correspondents have to be … Continue reading → |
| (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 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. Unions In this lesson we are going to talk about the UNION clause. You can use the U |
| (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 |
| (2 votes) by MVukoje Maybe you started moving more of your web app logic to client and relying on RESTful services for client-server communication knowing that someday other people will be able to reuse these services as remote API to you app. When I did, I knew that there was a problem with calling restful services fro |
| (1 vote) by Tamas Lorincz |
| (6 votes) by geo dev Tutorial on how to encrypt/decrypt files using C++ |
| (1 vote) by Member 11155555 Using Webform Module we can easily create any Form in Drupal. Using Webform Validation module we can add some pre build validation such as Max length, Min length, Words blacklist, Regular expression, Specific value etc. But these are not enough, … Continue reading → |
| by Wastedtalent Query Custom Collections in C# with LINQ |
| (6 votes) by Jose Segarra Getting SQL Server XML nested data as a JSON string |
| (4 votes) by Jitendra Ku. Sahoo In this article we will discuss about fill factor and its effect on query performance. |
| (3 votes) by essentialSQL This is the second in a series of posts teaching normalization. The first post introduced database normalization, its importance, and the types of issues it solves. In this article we'll explore the first normal form. For the examples, we'll use the Sales Staff Information shown below as a sta |
| (2 votes) by essentialSQL This is the third in a series of posts teaching normalization. The second post focused on the first normal form, its definition, and examples to hammer it home. Now it is time to take a look at the second normal form. I like to think the reason we place tables in 2nd normal form is to narrow [̷ |
| (2 votes) by essentialSQL Introduction One of the biggest issues beginning SQL writers have is being able to write queries that use more than one table. In this series of articles we are going to show you how to write a query that combines, or joins, data from more than one table. Once you have gone through the examples [ |
| (2 votes) by essentialSQL Introduction Database normalization is process used to organize a database into tables and columns. The idea is that a table should be about a specific topic and that only those columns which support that topic are included. For example, a spreadsheet containing information about sales people and c |
| (1 vote) by essentialSQL Outer Joins The series starts with the article Introduction to Database Joins. 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. In th |
| (1 vote) by essentialSQL Note: This is the second in a series of articles covering joins. The series starts with the article Introduction to Database Joins. 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 |
| (7 votes) by George Jonsson Two ways to serialize and deserialize a property of type TimeSpan to XML |
| (5 votes) by Ben M Watson Using MemoryStream to wrap existing buffers: Gotchas and tips |
| by Ronnie Mukherjee Click here for Part 1 Chapter 3: The Select n + 1 Problem The Select n + 1 problem describes a situation where you are hitting the database many times unnecessarily, specifically once for each object in a collection of objects. As I mentioned in part 1, I had been struggling to diagnose a performanc |
| (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. |
| (7 votes) by Mohammad Shuvo A simple graphics class for 2D drawing |
| (3 votes) by Yvan Rodrigues Quickly count the number of pages in a collection of PDF documents |
| (1 vote) by pallavi Praharaj Here we will learn how you can create a entity data model from an existing database (Known as database first approach). Please refer this to know what is a database first approach. Create an Entity Data Model In a Separate project : Below are the steps to create a data model using database first app |
| (1 vote) by essentialSQL Simplified Data Modeling in SQL |
| (1 vote) by ATjong Different items in RadCombobox in each row of RadGrid with sqlDataSource |
| by jgauffin I've created a small example project that uses the data mapper in Griffin.Framework to work with SQLite. |
| (19 votes) by SergeiR[MCTS] Demonstrates battmon tool for automotive battery live status, smart monitoring and stand-alone logging |
| (3 votes) by Afzaal Ahmad Zeeshan Every website on our Internet uses a File System, where the user sometimes gets access to write the data, as everyone has some access to read the data. Lets get the common examples.For beginners: What do you think read/write permissions are? When the user is being provided read permission, it means |
| 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 Andrey Chaschev An introduction to the Wookie, a Java/Scala library to automate web browsing. |
| (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 |
| (3 votes) by Ricardo Trujillo Rodríguez How to integrate push notifications on your Drupal 7 site and your Titanium Apps |
| by Tim Ski JSON parser for VBA class module, allows recursive data. |
| (2 votes) by Syed M Hussain (updated 4 days ago) This article presents a simple flat file database using Json as the storage format. |
| (1 vote) by Member 11155555 If you are trying to download multiple files in same time and downloading the files one by one then there is a better option to create a zip file, add the downloading files in the zip and download the zip … Continue reading → |
| 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& |
| (1 vote) by heinrich4J Print to DotMatrix in VB.NET |
| by Pradiptab2 How to print PDF silently in Servoy |
| (16 votes) by Cristian Moldovan Common issues in the projects I have worked on. |
| (4 votes) by Thomas Mahlberg This tip describes how to handle BusyIndication and progress report in an MVVM project for several scenarios. |
| (1 vote) by Tantum Access values of ProgressBar created at runtime |
| (10 votes) by _Maxxx_ The Internet of Things needs YOU! |
| (3 votes) by D. Forbes Switching from native Word to Aspose's .Words component stabilized our server, and improved the speed of our product. |
| (1 vote) by essentialSQL This is the fourth in a series of posts teaching normalization. The third post focused on the second normal form, its definition, and examples to hammer it home. Once a table is in second normal form, we are guaranteed that every column is dependent on the primary key, or as I like to say, the table |
| (2 votes) by adityaswami89 This article will guide you, if you want to create your own custom ORM or a wrapper over the ORM. This is only for demo towards the Unit of work pattern with Repository and a singleton Session class. |
| (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 |
| (1 vote) by M.Hussain. Using DBNull.Value in C# null-coalescing and ?: operators. |
| (2 votes) by Max Kleyzit A multi document interface implementation with a simple .NET Winforms TabControl extension that creates tabs with a close button. |
| (6 votes) by Sipra Ray Here I describe all the commands that are required for the Selenium to perform specific tasks. |
| (1 vote) by Duncan Edwards Jones An example of a unity test that tests an object serialises |
| by Rion Williams If you have ever worked on a project that involves interactions between 32-bit and 64-bit applications and referencing their DLLs, you may have encountered this guy before : BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B) |
| 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 […] |
| (15 votes) by Sibeesh KV Advanced JQX Grid With All Functionality |
| (5 votes) by me.ajaykumar Thread safe collections |
| (1 vote) by Mario Majčica A quick guide on how to reset the Visual Studio Experimental instance environment |
| 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 |
| (8 votes) by Prava@MFS The name Multiple Column Layout, the name suggests a new way to arrange the text like newspaper-wise, for having better flexibility for the viewing the page for the viewers. Multi Column Layout is actually a module, with having block layout mode for smoothing definition of multiple columns of text. |
| (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 |
| (2 votes) by James_Carter Every project has its own style guide: a set of conventions about how to write code for that project. Some managers choose a basic coding rules, others prefer very advanced ones and for many projects no coding rules are specified, and … Continue reading → |
| (2 votes) by Pradiptab2 There are some situations where we need to import data from the csv or the xls file. Its quite easy to deal with a csv file, as this is a plain text file. But what about the xls files. Servoy has the inbuild mechanism to import from xls file. But this is limited to smart […] |
| (1 vote) by Artem Los Introduction Most of the people are certainly familiar with Calculus already from high school and the beginning of university. It is usually associated with concepts like infinitely small, behaviour at infinity, finding the area under the graph, and finding the rate of change. It seems to be so much |
| (1 vote) by Nitesh Luharuka Friends, In my last posts, I explained How To Add CheckBox to GridView and How To Get Selected Multiple Rows From GridView. In this post, I will explain how can you select/unselect all rows of a GridView by selecting a CheckBox in client side. We will start with using the same GridView, we are usin |
| (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 Member 11155555 In Drupal, it is very easy to create a Form such as Contact Us Form or Registration Form. No need to create any custom module to create any Form as one powerful and top rated module is already present in … Continue reading → |
| by Shipra Gupta@codeproject How to show Binary Image column in GridView |
| 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 |
| (7 votes) by bigbro_1985 A complete Bluetooth Communication Library for the Lego NXT |
| (11 votes) by Afzaal Ahmad Zeeshan What are the wearable devices and what is the role of Internet of Things in them and how do they interact to make things better and easy. |
| (4 votes) by Dennis Betten How to implement Windows authentication on an Intranet website using WS2012 |
| (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 |
| (3 votes) by Mishra Sourabh This article exlains how to do multiple service contracts in a WCF Service. |
| by adityaswami89 Before diving into details of Adapter pattern we will analyse what is Structural pattern . Structural pattern :: In software engineering, structural design patterns are design patterns that ease the design by identifying a simple way to realize relationships between entities.Structural patterns are |
| (1 vote) by Bimaln Describe about the SOAP message in WCF with example. |
| (3 votes) by S.Prateek This is a fun and short tutorial to try face detection on Windows Phone using FaceDetectionWP8 library. |
| (2 votes) by Madhur Kapoor In this post we will take a look at how to call a web service from a Windows Phone 8 app and retrieve data in JSON format. We will be calling a simple REST web service from our sample application to retrieve the latest weather information and display the same. Web Service We will be […] |
| (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 |
| (5 votes) by Gautham Prabhu K As a software developer we will have to deal with performance issues at some or other point in our software development. I am listing out some of the most common assumption and mistakes made by developers when dealing with performance issues. |
Articles updated | (11 votes) by Nirosh (updated 2 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. |
| (12 votes) by Anurag Gandhi (updated 6 days ago) This article provides you the simplified ways to implement batch editing (inline editing in gridview/repeater) using angular.js |
| (9 votes) by Szymon Roslowski (updated 6 days ago) This article is about a HID USB Stack for Microchip PIC 16F1455 and the way of communicating with it on Windows Platform. |
| (29 votes) by NewPast (updated 2 days ago) Software protection & Decompiling software as a new cracking method |
| (71 votes) by adriancs (updated 6 days ago) A tool to export and import MySQL database in .NET |
| (14 votes) by Shivprasad koirala, Marla Sukesh (updated 2 days ago) This is the part 3 of the series Learn MSBI step by step |
| (535 votes) by Nirosh (updated 3 days ago) This article helps to understand OOP concepts, focusing on .NET/ C#. This is written in the form of asking questions and writing answers to them, making it easy to understand. |
| (124 votes) by Mizan Rahman (updated 5 days ago) Gives you total control when it comes to resizing windows |
| (621 votes) by Pavel Torgashov (updated yesterday) Custom text editor with syntax highlighting |
| (16 votes) by Alberto Molero (updated 6 days ago) This article describes the file format NBT and shows how can be implemented in a real application to store data. |
| (515 votes) by Brad Barnhill (updated 2 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. |
| (120 votes) by Jakob "XnaFan" Krarup (updated 4 days ago) A set of .NET extension methods to get the difference between images and more... |
| (11 votes) by Peter Leow (updated yesterday) Getting started with HTML5 forms. |
| (224 votes) by Mehdi Gholam (updated 3 days ago) Smallest, fastest polymorphic JSON serializer (with Silverlight4 and MonoDroid support) |
| (37 votes) by Mehdi Gholam (updated 3 days ago) A binary JSON serializer based on fastJSON (support for MonoDroid) |
| (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 2 days ago) Nido Framework with .Net 4.0 and Entity Framework help you standardize your Business Logic Layer (BLL). |
| (33 votes) by User-Rock (updated 4 days ago) Accessing a C# .NET DLL in VB6 using Com+ or Com Interop |
| (162 votes) by Amir Jalilifard (updated 3 days ago) In this article, you are going to learn about P2P Network and Windows Communication Foundation to share your files between peers through a P2P network. |
| (32 votes) by Shivprasad koirala (updated 6 days ago) An article presented by ShivPrasad Koirala which covers complete step by step tutorial on WPF MVVM Architecture like Leveraging PRISM, Simple 3 layer example and GLUE code problem, Adding actions, Decoupling actions and so on. |
© 2014 The Code Project. All rights reserved. This email was sent to vutunglampro@gmail.com. To stop receiving The Weekly Newsletter click here. CodeProject 503-250 Ferrand Drive, Toronto Ontario, M3C 3G8 Canada +1 416-849-8900 x 100 Please do not reply directly to this email. It was sent from an unattended mailbox. For correspondence please use webmaster@codeproject.com |
Không có nhận xét nào:
Đăng nhận xét