background preloader

AJAX Control Toolkit

AJAX Control Toolkit

Silverlight Toolkit Scintilla Cool Free ASP.NET AJAX Rich Text Editor - Brad Abrams How I can insert image? At present you just need to insert it as img tag or copy and paste from another web page (it would create the img tag behind the scene). Note that in your web application if you need to support this you would have to provide a way for users to upload those images somewhere on the server. I can write java script in HTMLView. Is it safe ? At present there is no security check in built into the control. Cool it uses the font tag? RTE is built with some of the in-built features of the browser. SharePoint Branding Tool (Themes, Master pages, Site Logos...)

NuGet RTE (Rich Text Editor) ASP.NET Control - Home SmartTools for SharePoint log4cxx Short introduction to Apache log4cxx Apache log4cxx is currently undergoing Incubation at the Apache Software Foundation. Apache log4cxx is a logging framework for C++ patterned after Apache log4j, which uses Apache Portable Runtime for most platform-specific code and should be usable on any platform supported by APR. Apache log4cxx is licensed under the Apache License, an open source license certified by the Open Source Initiative. Almost every large application includes its own logging or tracing API. Experience indicates that logging is an important component of the development cycle. Logging does have its drawbacks. Disclaimer Apache log4cxx is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Apache Logging Services.

ASP.NET - FreeTextBox ASP.NET - Usando o FreeTextBox Se você já precisou usar o recurso de edição de textos em páginas web com recursos de formatação já sabe que a tarefa não trivial, não é mesmo... Nada como encontrar aquele controle pronto que atende exatamente as suas necessidades. Eles se integram facilmente a plataforma .NET e podem ser baixados gratuitamente dos seguintes sítios: Neste artigo eu mostro como você pode usar o componente FreeTextBox em sua aplicações ASP .NET. Usando o FreetextBox O FreeTextBox é um editor HTML que a partir da versão 3.0 trouxe todos os seus recursos contidos no arquivo FreeTextBox.dll, então, basta você referenciar este arquivo no seu projeto e incluir a seguinte declaração na sua página ASP .NET: Agora para usar o controle basta referenciar o controle na página, entre as tags <form runat="server"> da seguinte forma: Abra o Visual Web Developer 2005 e crie um novo web site usando template ASP .NET web site com o nome uFreeTextBox; O modo Design irá exibir a seguinte interface:

SharePoint Tool Basket Json.NET Popular high-performance JSON framework for .NET Version 6.0.2 - Created by James Newton-King - Product product = new Product();product.Name = "Apple";product.Expiry = new DateTime(2008, 12, 28);product.Sizes = new string[] { "Small" }; string json = JsonConvert.SerializeObject(product); Serialize JSON Deserialize JSON JArray array = new JArray();array.Add("Manual text");array.Add(new DateTime(2000, 5, 23)); JObject o = new JObject();o["MyArray"] = array; string json = o.ToString(); LINQ to JSON Validate JSON World-class JSON Serializer Serialize and deserialize any .NET object with Json.NET's powerful JSON serializer. LINQ to JSON Create, parse, query and modify JSON using Json.NET's JObject/JArray/JValue objects. JSON Schema Validation Validate incoming JSON using JSON Schema. High Performance 50% faster than DataContractJsonSerailzier, 250% faster than JavaScriptSerializer. Easy To Use Json.NET makes the simple easy and the complex possible. XML Support Run Anywhere Most Popular .NET library rtracy

Related: