Software development and programming languages
21 articles
Migración de WordPress a Astro: Guía Completa
Guía completa para migrar tu blog de WordPress a Astro, incluyendo exportación de contenido, conversión a Markdown, preservación de URLs y despliegue en Cloudflare Pages.
Migrating from WordPress to Astro: A Complete Guide
A comprehensive guide to migrating your WordPress blog to Astro, including content export, markdown conversion, URL preservation, and Cloudflare Pages deployment.
Primeros Pasos con GitHub Actions para CI/CD
Aprende GitHub Actions desde cero: crea flujos de trabajo para probar, construir y desplegar tus aplicaciones automáticamente en cada push o pull request.
Getting Started with GitHub Actions for CI/CD
Learn GitHub Actions from scratch: create workflows for testing, building, and deploying your applications automatically on every push or pull request.
How to: Get the Sum of the Values from List in C#.Net?
Learn get the sum of the values from list in c#.net?. How to: Get the Sum of the Values from List in C.
What character escape sequences are available in C#.Net?
What character escape sequences are available in C#.Net? - A technical guide covering .Net configuration and best practices. - double quote, needed for...
Most commonly used Regex expressions
Lately as part of my work I came across the need to validate some fields and realized probably there should be some common Regex expressions out there I co
How to: Easily explore technical artifacts in SharePoint 2010 and even delete site collections and webs
As a SharePoint developer you probably find yourself in the situation where using the SharePoint central administration becomes a rather painful task as ma
How to: Telerik RadGrid loses it's state of expanded and contracted groups whenever you databind
The grouping functionality of the Ajax control RadGrid from Telerik is probably one of its most attractive features
From where does ASP.Net tries to load Assembly files?
The answer can be found if you look at the error message when ASP. Net can't find the assembly
How to: Uninstall an assembly (dll) from the GAC
So, you probably have already tried going to the GAC and selecting uninstall, if not, below are the instructions: Navigate to the GAC, which is located at
How to: Call a base constructor in C#.Net
Recently I decided I wanted to start creating children classes to handle my Exceptions, but I ran into the issue that I couldn't quite call the base constr
How to: Parse an Enumeration
Learn parse an enumeration. You can simply use the Enum.
How to: turn off custom errors for debugging mode in SharePoint 2010 application pages
Unfortunately custom errors is a setting that lives at the SharePoint site level, not at the 'application page / _layouts' level, so you will have to edit
What is the generic implementation of a HashTable?
The generic HashSet<T> class is a not ordered collection for containing unique elements which is the equivalent of the HashTable but for use with gen
Entity Framework 4: Any way to know the plural form of an Entity Type?
While working on a project I came across the need to identify what the entity set name is so I can use that to add an updated entity to the set
How to enable Session in a SharePoint 2010 Application page?
How to enable Session State in SharePoint 2010 So as a developer you may have come across the need to use the Session object along the way
What is the meaning of the "Guid?" type?
What is the meaning of the — explained with examples. Recently when working with the Entity Framework I had a parameter marked as 'Guid.
How to write a Regular Expression – syntax
Q: What are the special characters, escape sequences, and in general the syntax when doing regex (Regular Expressions)
What are the options for formatting a string? What are the options for formatting when using .ToString()?
What are the options for formatting a string? What are the options for formatting when using .ToString()? — explained with examples.
Why are my Dynamic Controls not persisting via ViewState
Currently I am having the issue that when I create dynamic controls, even though I re-create them they still lose their respective ViewState