2015년 1월 20일 화요일

The Daily Build - 20 Jan 2015. PDF File Writer C# Class Library (Version 1.11.0)


CodeProject Weekly Newsletter 
CodeProject Weekly Newsletter
Tuesday, January 20, 2015
Click hereNeed to create Dashboards from Excel Charts or Ranges?
With SpreadsheetGear, you and your users can design dashboards, reports, charts, and models in Excel or the SpreadsheetGear Workbook Designer rather than hard-to-learn developer tools and easily deploy them with one line of code. Try it now!
Click hereWelcome to 2015 – Now invent the future
If you are eager to create something new or make something amazing the Intel® IoT Developer Kit has what you need. It’s a versatile & optimized solution with hardware, software tools, security & cloud connectivity. Learn about it at Intel® Developer Zone for IoT!

New Articles, Tech Blogs and Tips

Algorithms & Recipes

  (1 votes) by Mr. Lai Tai-Yu (updated yesterday)
To establish a different picture of the Android camera by image processing (Gray and Comic)

Applications & Tools

  (0 votes) by Sean Hart (updated 18 hours ago)
My organization moves and transforms a lot of data around, in a rather interesting problem space. As a result, we have a great number of complex service applications doing a variety of different tasks. The status quo was to recreate all of the plumbing that went into building new applications, such

ASP.NET

  (3 votes) by defwebserver (updated 18 hours ago)
You can implement SharePoint documents in your AngularJS applications much easier when you create your code in a Visual Studio LightSwitch Cloud Business app.
  (1 votes) by Thinira (updated 14 hours ago)
In this tip, we discuss how to pass report parameters from web page to Telerik report programmatically.

C#

  (6 votes) by Ranjan.D (updated yesterday)
A Simple Lucene implementation by making use of an open source library named “SimpleLucene”
  (5 votes) by Dominic_Bailey (updated yesterday)
The following tutorial deals with the subject of C# barcode and QR code detection by using an USB camera
  (2 votes) by DaveMathews (updated yesterday)
Integration of a Chatbot in a C# Application using SIML (Synthetic Intelligence Markup Language).
  (1 votes) by Kunal Chowdhury (@kunal2383) (updated yesterday)
Visual Studio 2015 and .NET 4.6 came up with another new feature (more precisely an enhancement) for C# 6.0 named “Dictionary Initializer”. It’s not a new thing but now you will be able to map the key/indexer directly at the time of dictionary object initialization. Today in this blog post, we will
  (0 votes) by JatinKhimani (updated yesterday)
Develop an web application in 3 Tier architecture code style.

Database

  (4 votes) by OriginalGriff (updated yesterday)
Sometimes, you want to extract the filename (with or without the extension) from the full path of a file. It's easy in C# and so forth - just use the Path.GetFileName method. But what if you want it in SQL?
  (4 votes) by Mika Wendelius (updated 21 hours ago)
How to log information into a table from inside a transaction, even if the transaction is rolled back.
  (0 votes) by mrcellux (updated yesterday)
Fluent JDBC Query API for more convenient native SQL querying

Java

  (3 votes) by Dr. Song Li (updated 13 hours ago)
This article presents an example on consuming https web content using Apache HttpComponents HttpClient in the development environment in Eclipse.

Macros and Add-ins

  (2 votes) by Ryan S White (updated yesterday)
a simple drop-in function that provides a template based text generation engine

Office Development

  (2 votes) by matthewproctor (updated 12 hours ago)
 It seems that almost every day, somebody asks me which is better   Lync Online / Office 365 or a cloud-based hosted version, such as that offered by telewebica.Obviously Lync Online and Office 365 are cloud-based solutions, but they are built for the masses   primarily the SMB/SME market. They

SQL Reporting Services

  (0 votes) by mrcellux (updated 13 hours ago)
Some projects relying on a relational database do just fine using a high-level ORM, some have need for more low-level control over the queries. Using JDBC directly for application development can be really cumbersome. Not because it's a bad API, the problem is it's so low-level it's really more suit

Uncategorised Technical Blogs

  (0 votes) by mrcellux (updated 13 hours ago)
Working on a greenfield project once in a while is nice and liberating. More often though, maintenance of legacy systems is the reality. People define the term "legacy system" differently. A naive - and common - definition is legacy = old. Since the industry evolves so quickly, old must be bad as a

Web Services

  (3 votes) by RaviAakula (updated yesterday)
Implementing custom security authorization using Web API Filters

Windows 8 Design

  (2 votes) by mrcellux (updated 13 hours ago)
The philosophy of domain-driven design - placing the primary focus on the core domain - is a very natural and powerful concept for application design. Despite the core idea being simple, the learning curve is apparently steep. DDD is very often implemented wrongly, an unideal architectural decision

Windows Runtime

  (0 votes) by Sean Hart (updated 18 hours ago)
I wrote an article several months ago with an overview of how a dependency injection framework can demystify the process of standing up and configuring a new application. Not only can you eliminate writing out copious custom configuration code, you can also decouple configuration from your core appl

You may also like...

Research Library

Sponsored by Rogue Wave
Up to 80% of the source code in many new commercial and enterprise applications is open source software (OSS). OSS allows developers to build apps...
Sponsored by Pluralsight
Your IT admins, involved in the “moment-by-moment” operations of your organization, can settle into routine working with the same equipment day by...

Updated Articles, Tech Blogs and Tips

Algorithms & Recipes

  (110 votes) by R Potter (updated yesterday)
A guide through a Vector type in C# using Cartesian and Euclidian Geometry

ASP.NET

  (28 votes) by Shivprasad koirala, Marla Sukesh (updated 15 hours ago)
The intention of this article is to compare performance between ASP.NET WebForms andASP.NET MVC. One the main reasons of moving from Webforms to MVC is performance, performance and performance.
  (13 votes) by John Atten (updated 18 hours ago)
The tools and architectural patterns we use to build and evolve web applications have undergone dramatic change over the past few years. Modern web application development is a fast-paced, dynamic activity reliant to ever an greater degree on modular, loosely-coupled application components, rapidly-

C#

  (68 votes) by Matt Perdeck (updated yesterday)
Semantic Types help you reduce bugs and improve maintainability by letting the compiler ensure consistency in your code. This article shows how this works and how to create Semantic Types with minimal overhead.

Client side scripting

  (40 votes) by Amir Jalilifard (updated 14 hours ago)
Lets take an exciting travel to the land of MVC, MVP and MVVM patterns with our sexy friend : JavaScript

Design and Architecture

  (7 votes) by B. Clay Shannon (updated 17 hours ago)
Confirm what really needs to be built using mockup implementations before investing time in the real implementations (including "Poor Man's Branching" as a side benefit)

Files and Folders

  (241 votes) by Uzi Granot (updated yesterday)
PDF File Writer is a C# .NET class library allowing applications to create PDF files. Version 1.11 adds media and file attachment support.

HTML / CSS

  (8 votes) by Florian Rappl (updated yesterday)
Gulp is a modern build system for web technologies. It is also integrated into ASP.NET MVC 6 and can be used in a lot of scenarios.

Mobile Development

  (8 votes) by B. Clay Shannon (updated 17 hours ago)
Step-by-step guide to add barcode-scanning capability to a Windows CE / Compact Framework app

Shell and IE programming

  (16 votes) by Dave Kerr (updated yesterday)
Rapidly create Shell Icon Handler Extensions using .NET

댓글 없음:

댓글 쓰기