Background image are often used in a document for making its appearance be more beautiful. But sometimes we find that texts are not difficult to read because of background dark color. In order to make text to be shown more clearly with background image, we can set transparency for background image. In this post, I will introduce a method about how to set image transparency in PDF by using C#.
I prepare one image firstly, and then set transparency for it. Actually, when setting...Read Full Story
It’s easy. How long will you need to create a full functional MVC Application? You will be able to create a fully functional ASP.NET MVC 3 application within less than 5 minutes. It will take a few mouse clicks and you will get an application that is possible of performing all CRUD(Create-Read-Update-Delete) operations.
Step 1: Create an Empty ASP.NET MVC 3 Application and Attach Database
As we did in previous examples, you can create an empty application using Visual Studio 2010.Then go...Read Full Story
Sometimes, we can find that a cell of one table isn’t filled with text or number but a small table. Generally speaking, the nested table shows items which are children of data in the cell. For example, cell 1 is data about one product which has three models. We can insert a nested table with models information in cell 1. In this post, I will show how to insert nested table in PDF by using VB.NET.
In my example, I will show a table about vendor information. The first vendor includes several...Read Full Story
Generally, the coding that we type in the .cshtml or .vbhtml file in a MVC 3 view is rendered through a view engine. Before MVC 3 come into action, ASPX was the View engine used to render the content. MVC 3 introduces a new view engine named Razor. Razor is an effective rendering engine that is introduced with ASP.NET MVC 3. It has simplified syntax along with the easy and cool capabilities provided for the developer to use with. It is easy to use and will not get complicated with the syntax...Read Full Story
As I said in the previous article Getting Started with ASP.NET MVC 3 , Models implements the logic of data domain of an application. It defines the way how the data should interact with the users of the system. In another way, ASP.NET models assure that the data are in the appropriate format before it gets inserted or retrieved from a database. It does not mean that the Databases are the only interacting component of the model. Users can simply create data objects as well. The beauty of MVC 3...Read Full Story
Although JQuery provides a very good support for caching responses from AJAX calls in the browser, it is always good to know how you can use http as protocol for making an effective use of it. The first thing you need to do on the server side is to supports HTTP GETs, and identify your resources with different URLs for retrieving the data (The resource in this case could be just a MVC action). If you use the same URL for retrieving different...
In this whitepaper, I will walk you through developing a simple MVC 3 application architecture using Entity Framework’s code first technology. Later hopefully you can evolve this to be an architecture that you can use for small to mid-size web application development..
Learning EktronCMS,administration, sandboxed solutions, development, Visual studio features and ASp.NET, ASP,C#,VB,CSharp,C Sharp,dotnet,GridView,DropDownList,C# development Coding solutions found in TFS, ...
Senior C# ASP.NET Developer – Digital Agency Super position for a digitally ... As a senior C# Developer you will be joining a team who are mad about all things web. You will need to match them in skills and enthusiasm and live and breathe development.
I've noticed that I write software in one of three modes:
For myself: Shortcuts, less testing, not well-factored.
For myself but in public: Mostly POP Forums, which I try to avoid letting it suck since others will use it and see the code.
For sharing: Any day job or gig where others will use or maintain your code. You don't want to unleash crapsauce on others.
I have to admit that second case isn't the most clean of endeavors. While I'm...