
.NET
Get flash to fully experience Pearltrees
Calling a button click from JavaScript in ASP.NET | aaronkjackson.com
I've been looking into Silverlight in my spare time a bit, to see what it has to offer, and the JavaScript "Interop" is actually pretty neat and simple to use. About three months ago I wrote a post titled " Working with HTML DOM in Silverlight using the Bridge Pattern "; so I think this time I'll go over some of the basics involved with communicating back and forth between Silverlight and JavaScript. This article is written by referencing Silverlight 2 Beta 2, but should still hold relevent in the final release of Silverlight 2. Call a JavaScript Methods from within Silverlight
Silverlight and JavaScript Interop Basics
4 Simple Steps to Consume WCF Service using Silverlight
GridView Examples for ASP.NET 2.0: Paging and Sorting the GridView's Data
Introduction The GridView control provides you with an easy way to display the number of items on a page without taking much space, with the help of paging. You can enable the paging feature in the GridView control in seconds. The built-in paging is pretty good if you are fetching less than 100 items.
GridView Custom Paging
VB.Net - Exportar DataGridView a Excel
Bueno, lo primero es añadir la referencia Microsoft.Office.Interop.Excel , dependiendo del Office que tengas podrás usar la versión 11 (hasta 2003) o la 12 (2007 jiji). Bueno en resumen, lo que hago es, crear tres variables, que una sera el programa, el libro y otra la hoja. Luego solo nos queda escribir, y te saldrá un bonito cuento :) Aquí os dejo la función, no es nada difícil de comprender.Buenas, nuevamente me encuentro frente a una situación donde es necesario implementar algun tipo de procesamiento en backend y lo primero que el instinto me dice es crear un nuevo proceso, tal vez, manejarlo con un ThreadPool, etc. Pero por suerte, recuerdo que ahora podemos trabajar con el componente System.ComponentModel.BackgroundWorker . Nota: El mismo se puede agregar en forma "visual" a un formulario o podemos crear una instancia del mismo. Agreguenlo desde la ControlBox.
Procesos en segundo plano - El Bruno
DataTable.Compute - the filter parameter - ShowUsYour<Blog>
Following on from my original posting about using the Compute method of the DataTable to execute aggregate queries, I should add that, the 2nd argument is mandatory as per the docco here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemDataDataTableClassComputeTopic.asp The filter parameter is the equivalent to a WHERE clause that you can use to limit the number of records that are returned to the aggregate expression. The example I gave in my previous posting was a good example of this where I used a LIKE expression in the filter parameter to get a count of persons whose name met a given criteria: int countOfName = ( int ) dt.Compute( "Count(Name)" , "Name Like '" + entryTextBox.Text + "*'" ) ;Features Visual IDE and Code Generator Rapidly build web applications by generating robust, scalable programming code in ASP.NET (C#), ASP, PHP, Java Servlets, JSP, ColdFusion and Perl. Database-to-Web Converter Convert any database into a Web application in just a few minutes. Web Reports, Calendars, Galleries, Charts, Ajax and more...
CodeCharge Studio for Rapid Web Application Development and Visual Web Reporting; DemoCharge Screen Recorder
NUnit is written in C# but can run tests written in any language that generates managed code. Initially ported from JUnit, it has been completely redesigned to take advantage of the features of the common language runtime, such as custom attributes, generics and lambda expressions. NUnit V2 is the stable release of NUnit, previously hosted on Sourceforge. The last Sourceforge release was NUnit 2.5.2.
NUnit V2 Test Framework in Launchpad
Now available: version 5.0 with Visual Studio 2012 Support GoDiagram has been designed and implemented to take advantage of the many new features that Microsoft .NET and ASP.NET provide. GoDiagram is implemented entirely in managed code. GoDiagram is just what you need to bring your application to life, quickly and easily.
GoDiagram for Microsoft .NET graphics
Application Architecture Guide, 2nd Edition
patterns & practices Developer Center October 2009 This guide is available online here in the MSDN Library and as a Microsoft Press book, ISBN# 9780735627109, that you can purchase through local and online booksellers such as Amazon , Barnes & Noble and BORDERS . The guide is intended to help developers and solution architects design and build effective, high quality applications using the Microsoft platform and the .NET Framework more quickly and with less risk; it provides guidance for using architecture principles, design principles, and patterns that are tried and trusted. The guidance is presented in sections that correspond to major architecture and design focus points. It is designed to be used as a reference resource or to be read from beginning to end.ADO.NET EF
Ejemplos de Visual Studio 2008 Bienvenido a la página de ejemplos de Visual Studio 2008. No olvide visitar la Galería de códigos de MSDN para descargar las aplicaciones de ejemplo y fragmentos de código más recientes, así como para compartir sus propios recursos con la comunidad.
Página de ejemplos de Visual Studio 2008
remoting
3.5
asp.net

