Thứ Hai, 1 tháng 12, 2014

Web Developer Newsletter - Converting PDF to Text in C#

Converting PDF to Text in C#
Welcome to this week's Web Development newsletter from CodeProject.
Mermaid: Like Markdown for Diagrams
Rather than playing with stroke styles and colours, fonts, and other distractions, you can focus on the meaning the diagram is trying to encapsulate. Mermaid does allow you to include styles so you can change fill colours and strokes, but the text-based syntax might be easier to work with than GUI drawing tools under some circumstances. (more: DailyJS)
Semanti UI
Yet another 'Bootstrap' competitor. Still, this one looks very clean and easy to implement/update. (more: Semantic UI)
How to Not Hate Java Script: Tips from the Frontline
Mostly debugging tips, but a few other ones. Also the money quote, "Diseases are something you pick up, JavaScript is something you have to learn. " (more: Voxxed)
Introduction to IndexedDB: The In-Browser Database
This article introduces you to the in-browser document database known as IndexedDB. With IndexedDB you can create, read, update, and delete large sets of records in much the same way you are accustomed to doing with server-side databases. (more: Code Magazine)
I want to use
Uses data from caniuse.com to determine how much you've limited your market by using various HTML/CSS features. (more: I Want To Use)
Interact.js
JavaScript drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE8+) (more: Interact.js)
The Future of the Web (According to Google)
Without a doubt, the biggest public goal of the Chrome team can be described as "making mobile web better." Making Chrome (in general but particularly on mobile) faster, more capable, and supporting apps that are well-designed and generally more "appy." (more: Divshot)

New articles added

Applications & Tools

  (8 votes) by Ahmed Charfeddine (updated 2 days ago)
Websocket, SSL, Json, MySQL are all combined together with Push Framework to produce a C++ server that interacts with an Angularjs web front-end. The application shows the ease of implementing CRUD.

ASP.NET

  (10 votes) by iSahilSharma (updated 5 days ago)
This article provides an overview to the various State Management techniques in ASP.NET.
  (9 votes) by Afzaal Ahmad Zeeshan (updated 4 days ago)
This article is for the concept of Random URLs and how they can be generated in ASP.NET for creating Random URLs for your application.
  (5 votes) by Craig A. Moore (updated 4 days ago)
Creating sheets of labels within a PDF document using PDFSharp
  (0 votes) by techbird (updated 5 days ago)
Renaming of Trace.axd to custom name in ASP.NET

Azure

  (0 votes) by Google Cloud Platform (updated 5 days ago)
By the end of the tutorial, you will have implemented a working application, a simple guest book that lets users post messages to a public message board.

Design and Architecture

  (7 votes) by Gavin Coates (updated 2 days ago)
Creating a multi-tenancy system where each tenants data is stored in a separate database, using ASP.NET MVC

Edit Controls

  (2 votes) by Member 10951710 (updated 4 days ago)
A simple extension to the original TextBox, allowing simple calculations (+, /, *, -)

Miscellaneous

  (0 votes) by Nitesh01 (updated 1 hour ago)
A very small Single Page App using normal Javascript, jQuery, HTML (no framework)

Node.js

  (1 votes) by Ralph Varjabedian (updated 5 days ago)
Get a meaningful insight into your node.js code performance without code changes. Quickly learn which functions are using the most CPU time.

Articles updated

.NET Framework

  (76 votes) by Akhil Mittal (updated 5 days ago)
Complete CRUD Operations in MVC 4 using Entity Framework 5 without writing a single line of code.
  (67 votes) by Akhil Mittal (updated 5 days ago)
My effort in this article was to put some light on building a generic multilayered architecture using Entity Framework 4.1 and MVC3 razor view engine.
  (42 votes) by Sandeep Singh Shekhawat (updated 5 days ago)
In this article, you will learn about relationships in Entity Framework using the Code First Approach with Fluent API.
  (36 votes) by Akhil Mittal (updated 5 days ago)
Repository pattern in MVC3 application with entity framework

ASP.NET

  (59 votes) by Akhil Mittal (updated 5 days ago)
How to do custom mapping and entity to entity mapping with the help of AutoMapper.
  (42 votes) by Akhil Mittal (updated 5 days ago)
Creating MVC Application & Perform CRUD operations using LINQ to SQL
  (41 votes) by Akhil Mittal (updated 5 days ago)
This article is an introduction to Knockout.js and CRUD Operations in ASP.NET Web Forms using Knockout.JS.
  (35 votes) by Akhil Mittal (updated 5 days ago)
MVC Application using EntityFramework Code-First approach
  (27 votes) by Akhil Mittal (updated 5 days ago)
How to create MVC application and perform CRUD operations using EntityFramework
  (32 votes) by Sandeep Singh Shekhawat (updated 4 days ago)
This article introduces the Repository pattern in an MVC application.
  (23 votes) by Akhil Mittal (updated 5 days ago)
Unit of Work Pattern and Repository Pattern, and how to perform CRUD operations in an MVC application.
  (14 votes) by syed shanu (updated 4 days ago)
Project Scheduling using GridView ASP.NET.
  (11 votes) by Wonde Tadesse (updated 4 hours ago)
ASP.NET Web API related projects. It touches most parts of the technology through the articles on Data Streaming, Working with HTTPS and Extending Web API Documentation.
  (9 votes) by MohamedKamalPharm, MohamedSabryBakry (updated 16 hours ago)
An electronic data capture solution that allows the authorized clinical research staff to easily design, create, edit and fill CRFs online without the need for any programming experience. It is a VB.Net web application using EAV table on SQL or MS Access backend.

Client side scripting

  (33 votes) by Olivier Giulieri (updated yesterday)
A web color picker which looks like the one in Microsoft Office 2010.

String handling

  (110 votes) by Dan Letecky (updated 4 days ago)
Parsing PDF files in .NET using PDFBox and IKVM.NET (managed code).

XML

  (77 votes) by Brian Aberle (updated 4 days ago)
XMLFoundation is the fastest approach to dealing with XML and it also delivers a simple and easy to manage pattern of software development into your application.

New Tips and Tricks added

ASP.NET

  (5 votes) by Sambhav Yadav - Sam D Silva (updated 5 days ago)
ASP.NET page/master page/user control's life cycle from the perspective of Session and View State
  (4 votes) by Faisal Jawaid (updated 5 days ago)
This tip will address the issue of expiring the page when browser buttons are used for navigation of application.
  (3 votes) by Bhagyashree Chaudhari - Member 10473634 (updated 4 days ago)
Show dialog box with very few lines of code

ASP.NET Controls

  (2 votes) by Anurag Prajesh (updated 18 hours ago)
How to add banner and slideshow in your website with adrotator

Client side scripting

  (3 votes) by Evgeny A. Koryakin (updated 5 days ago)
Use Bem.JS library to create CSS classes according to the BEM methodology and add, remove, modify CSS classes of DOM elements or select DOM elements by BEM-like CSS classes

Installation

  (3 votes) by David O'Neil (updated 20 hours ago)
I needed an 'Update' solution for a project, and modified Geert van Horrik's 'Updater' to do so. This is the solution in Visual Studio Community Edition

LightSwitch

  (1 votes) by Lolo1986 (updated 5 days ago)
This tip will help to import/export from a LightSwitch web application.

Testing and QA

  (4 votes) by srikantsahu (updated yesterday)
This is a simple application developed using C# MVC and jquery for basic CRUD operations. The application can be unit tested using selenium web drivers.

New Technical Blogs added

ASP.NET

  (0 votes) by Shivprasad koirala (updated 6 days ago)
In this article we will learn can we overload mvc controller action methods.

ASP.NET Controls

  (1 votes) by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) (updated yesterday)
In this Blog, we will learn how to get the current Row of GridView inside the SelectedIndexChanged Event of a DropDownList present on the GridView itself and then find the other DropDownList and bind that.

Azure

  (0 votes) by Sacha Barber (updated 5 days ago)
This is a new post in a series of beginners articles on how to do things in Azure. This series will be for absolute beginners, and if you are not one of those this will not be for you. You can find the complete set of posts that make us this series here : https://sachabarbs.wordpress.com/azure/ [

Files and Folders

  (2 votes) by Afzaal Ahmad Zeeshan (updated 3 days ago)
Download the Sample from DropboxMost of the websites are using HTML5 and jQuery plugins, to upload the files without the user to have to send a POST request to the server, which is not a likely way of uploading the files.Old way of uploading filesIn old days, people likes to create a simple HTML for

Java

  (0 votes) by Mohamed Taman (updated 2 days ago)
Cleaner, readable, and powerful coding with lambda expressions.....In this article of the "Java SE 8 new features tour" series, we will deep dig into explanation, and exploring the code, on how to traverse the collections using lambda expression and with method references, filtering them with predic



© 2014 The Code Project.  All rights reserved.


This email was sent to vutunglampro@gmail.com. To stop receiving The Code Project Web Development newsletter click Unsubscribe.
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