Materials for 28.08.2015 » Developer.Team

Telerik UI for ASP.NET MVC Q2 2015 SP1 (version 2015.2.805) Retail

Telerik UI for ASP.NET MVC Q2 2015 SP1 (version 2015.2.805) Retail
Telerik UI for ASP.NET MVC Q2 2015 SP1 (version 2015.2.805) Retail | 71 Mb


Enjoy components for every need: navigation and layout, data management and visualization, editing, interactivity and more. In our 11 years of aggressive product development – including 3 major and up to 6 minor releases per year – we have implemented, tested and optimized over 4,000 features in Telerik ASP.NET controls.
Read more

DevExpress Components for .Net 15.1.6.15238

DevExpress Components for .Net 15.1.6.15238
DevExpress Components for .Net 15.1.6.15238 | 289 Mb


From interactive Desktop applications, to immersive Web and Mobile solutions, tools to meet your needs today and ensure your continued success tomorrow. With over 120 optimized controls and libraries, the DevExpress WinForms Subscription helps you deliver compelling, easy-to-use business solutions fast. Emulate the look, feel and capabilities of Microsoft Office or replicate the dock based UI of Visual Studio or Adobe Photoshop and take your WinForms applications to an entirely new level with familiar features end-users have come to rely upon. It's everything you need to build your best in one integrated suite.
Read more

GdPicture.NET Ultimate v10

GdPicture.NET Ultimate v10
GdPicture.NET Ultimate v10 | 86 Mb


GdPicture SDKs are 100% royalty-free and fully-featured imaging toolkits providing developers with full control over all aspects of image processing, document-imaging and document-management domains. By using GdPicture SDKs you will be able to acquire, compose, process, view, annotate and print documents within your Windows & WEB applications. Full Unicode support is provided.
Read more

Chilkat Delphi SDK 9.52

Chilkat Delphi SDK 9.52
Chilkat Delphi SDK 9.52 | 5 Mb


Products
POP3 / SMTP - Feature List
Zip, GZip, Bz2, .Z Compression - Feature List
Data Compression - Feature List
TAR Archive - Feature List
FTP2 - Feature List
IMAP - Feature List
Encryption - Feature List
RSA Encryption and Signatures - Feature List
DSA (DSS) Signatures - Feature List
Diffie-Hellman (DH) Key Exchange - Feature List
HTTP - Feature List
Socket / SSL - Feature List
SSH / SFTP - Feature List
MIME + S/MIME - Feature List
MHT - Feature List
HTML-to-XML Conversion - Feature List
Charset Encoding Conversion - Feature List
Email Bounce Processing - Feature List
XMP - Feature List
Read more

Hashing a String With Delphi Encryption Compendium(DEC)

Hashing a String With Delphi Encryption Compendium(DEC)
Hashing a String With Delphi Encryption Compendium(DEC)


Today, I wanted to use the Delphi Encryption Compendium(DEC) to hash a string. It is a little bit difficult to figure out how to use the components since they are poorly documented, but after a few minutes, I came up with this. At first, I tried to use the CalcBinary function, which allows you pass a string to it. It worked fine, but it is limited due to the fact that it would cast all input strings as an ansistring type. As a result, I switched to the CalcStream type to overcome this limitation. Here are two functions which you can use to calculate an MD5 hash for either a UnicodeString or AnsiString. These functions can be easily converted to a different hash type simply by changing the declaration and create type.
Read more