background preloader

C#

Facebook Twitter

ALT.NET Hispano > Histórico. 10 Steps To Become Better .NET Developer - Blog - CQRS and Cloud Computing. Here’s a list of things you might want to learn about in order to become a better .NET developer.

10 Steps To Become Better .NET Developer - Blog - CQRS and Cloud Computing

Better developers are eligible to higher paychecks, exciting projects and more freedom in their lifestyles. As you can see, the list is not endless. There are just ten distinct topics structured in the recommended order of learning and practicing. Diligently walking through them is certain to get you way above the level of Senior Developer, opening a whole set of opportunities all around the world. And if you happened to learn, understand and master all these steps and still don’t have interesting job or project offer - drop me an email; I might get you in touch with folks desperately looking for developers with this set of skills. PS: On August 2012 we started a new podcast to help aspiring developers. LightContracts: Simple, small and lightweight 'Design by Contract' library.

SourceMonitor Version 2.6. The freeware program SourceMonitor lets you see inside your software source code to find out how much code you have and to identify the relative complexity of your modules.

SourceMonitor Version 2.6

For example, you can use SourceMonitor to identify the code that is most likely to contain defects and thus warrants formal review. SourceMonitor, written in C++, runs through your code at high speed, typically at least 10,000 lines of code per second. SourceMonitor provides the following: Collects metrics in a fast, single pass through source files. Common Compiler Infrastructure - Metadata. Jorge Gamba. Los invito de manera muy especial a la VAN que yo mismo presentaré para la comunidad ALT.NET Hispano sobre Behavior-Driven Development (BDD) con aplicaciones mediante el framework Machine.Specifications ( MSpec ), este día sábado 21 de Agosto de 2010 a la hora internacional 18:00 UTC / GMT (meridiano 0) o 20:00 CET, con una duración aproximada de 2 horas, vía . BDD surge de tomar lo mejor de otros métodos o técnicas del mundo Agile , específicamente equivale más o menos a Domain-Driven Design ( DDD ) + Acceptance Test-Driven Development ( ATDD ) + Test-Driven Development ( TDD ).

Los temas que trataremos en la VAN serán lo siguientes: Les recomiendo ver los vídeos de dos VAN que tuvimos previamente sobre temas muy relacionados, estas son: BDD – Behavior Driven Development Mastering User Stories Como un beneficio adicional, en nuestras VAN obsequiamos algunos eBooks y licencias de productos de interés para nuestro auditorio. Duplicate Code Detection for the Enterprise. Clone Detective for Visual Studio. Linqtoexcel - Project Hosting on Google Code. Linqpadvisualizer - Project Hosting on Google Code. So, what is this?

linqpadvisualizer - Project Hosting on Google Code

I love LINQPad ( and especially like it's Dump extension method, which formats any object very nicely. Wouldn't it be great to have something like this in Visual Studio? Well, here is my first simple try. I'm using a hack from Mole Project to get around the limitation of VS debugger visualizers that only allow you to have a visualizer be tied to a certain type. Changes. Download LINQPad. Reading PDF documents in .Net. Extract Text from PDF in C# (100% .NET) Introduction This is a 100% .NET solution to extract text from PDF documents.

Extract Text from PDF in C# (100% .NET)

Background Dan Letecky posted a nice code on how to extract text from PDF documents in C# based on PDFBox. Although his solution works well it has a drawback, the size of the required additional libraries is almost 16 MB. Using iTextSharp the size of required additional libraries is only 2.3 MB. Reading PDF documents in .Net.

Test

Lotus. Using IFilter in C# Download source files and demo project - 33.7 Kb What's in a IFilter?

Using IFilter in C#

The IFilter interface was designed by Microsoft for use in its Indexing Service. Its main purpose is to extract text from files so the Indexing Service can index them and later search them. Some versions of Windows comes with IFilter implementations for Office files, and there are free and commercial filters available for other file types (Adobe PDF filter is a popular one). The IFilter interface is used mainly in non-text files like Office documents, PDF documents etc., but is also used for text files like HTML and XML, to extract only the important parts of the file. So what else is new? There are already quite a few articles and pieces of information on how to use the IFilter interface in .NET (see the Links section), so why write another article you ask? Issues with the current implementations These are the issues I and others have found with the current implementations, I'll discuss each in detail below: To conclude:

Json

WPF C# Ribbon Control Library. Free source code and programming help. Version 1.0.0.10 Source Code and Compiled Binaries See introduction for inportant information BEFORE downloading any files. Introduction IMPORTANT INFORMATION: This code and example this article describes is now BETA stage code, and as such may be below commercial or otherwise quality standards. It is recommended this code is not used for projects of short deadline, and that code modifications are kept to a minimum to reduce later work when the included source and binaries are updated. Please only use this code for minor projects currently, and check back for soon to come updates. This article presents a library for producing Microsoft Office 2007 style ribbon interfaces; while the included source and binaries are in BETA release, it should be possible to implement even the most complex of ribbon style interfaces (albeit with minor alterations).

Recursive Page.FindControl.