
developereventlog.blogspot.com
Developer Event LogDESCRIPTION HERE
http://developereventlog.blogspot.com/
DESCRIPTION HERE
http://developereventlog.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
2.4 seconds
16x16
32x32
64x64
128x128
PAGES IN
THIS WEBSITE
11
SSL
EXTERNAL LINKS
17
SITE IP
173.194.46.107
LOAD TIME
2.406 sec
SCORE
6.2
Developer Event Log | developereventlog.blogspot.com Reviews
https://developereventlog.blogspot.com
DESCRIPTION HERE
Entity Framework 5 with enums - Developer Event Log
http://developereventlog.blogspot.com/2012/08/entity-framework-5-with-enums_20.html
Where code is poetry. Monday, August 20, 2012. Entity Framework 5 with enums. August 20, 2012. Entity Framework 4 and earlier version limitations. Other approaches would include creating additional properties that encapsulate the entity property within by returning an enum based on the value of the property within the entity class. Which by its very nature can only be accomplished if the data model is instructed to use custom POCO classes. Entity Framework 5 and Enum Support. Column which is of type int.
Asp.Net Multiple Row Edit GridView Control - Developer Event Log
http://developereventlog.blogspot.com/2012/07/aspnet-multiple-row-edit-gridview_02.html
Where code is poetry. Monday, July 2, 2012. AspNet Multiple Row Edit GridView Control. July 02, 2012. About the ASP.NET Gridview. The Asp.Net GridView control is a versatile control when a web based application requires tabular data that can be manipulated with. It enables not just presentation of data but also extended functionality to perform selecting, editing, deleting and paging to name a few. ItemTemplate asp:Label ID="lblProductName" Visible=' %#! Enabling ASP.NET Gridview Mulitiple Row Edit.
June 2013 - Developer Event Log
http://developereventlog.blogspot.com/2013_06_01_archive.html
Where code is poetry. Thursday, June 6, 2013. SignalR – Real-time application development. June 06, 2013. Which is an umbrella term that provides a variety of models/solutions in order to achieve real-time application development over HTTP (Hyper Text Transfer Protocol) (e.g. Streaming, Hidden iframe, Ajax with long polling, etc.). Limitations of a typical Request-Response oriented Application. This mechanism does not provide us the means to achieve real-time data transfer, mainly due to the reason that ...
WCF Client Request / Response Message Inspection - Developer Event Log
http://developereventlog.blogspot.com/2012/07/wcf-client-request-response-message.html
Where code is poetry. Sunday, July 15, 2012. WCF Client Request / Response Message Inspection. July 15, 2012. Before I go any further I need to mention that this blog post “ Capture XML In WCF Service. 8221; helped me out a lot, although it talks about the message inspection on the service host itself, where as this post is about message inspection on the client side. I have further made a few enhancements over the code. So lets get started. As seen below,. Upon attaching this to the client runtime, WCF ...
Service Reference Generation using svcutil.exe - Developer Event Log
http://developereventlog.blogspot.com/2013/05/svcutilexe-service-reference-generation.html
Where code is poetry. Friday, May 3, 2013. Service Reference Generation using svcutil.exe. May 03, 2013. Duplicate objects being generated. When working with generating a single service reference code file for multiple services I encountered an issue where one of the services being used exposes a System.Data.Dataset as the return datatype. The issue i had was that the generated objects seemed to get duplicated and generated in two different ways as shown and below,. Being returned from a service method&#...
TOTAL PAGES IN THIS WEBSITE
11
rashan's: Using Rashan’s WCF Compression Library
http://blog.rashans.com/2014/11/using-rashans-wcf-compression-library.html
Innovative to the core. Thursday, July 31, 2014. Using Rashan’s WCF Compression Library. In one of my previous posts. I have discussed the general idea of compressing the traffic of a WCF service and how I started implementing a reusable component to achieve this. In this post, let us see how easy to enable compression in any WCF service by using my reusable library, without changing any code of an existing implementation! PM Install-Package Rashans.WCF.Compression. Define the customBinding based on the ...
rashan's: Improving the performance of a WCF service
http://blog.rashans.com/2014/07/improving-performance-of-wcf-service.html
Innovative to the core. Tuesday, July 29, 2014. Improving the performance of a WCF service. How to enable compression on WCF traffic? As it turns out, enabling compression is not trivial in WCF services. However, if your services are hosted in IIS, then you will be able to utilize the built-in compression module for certain message types. [UPDATE: Since, .net v4.5, you can actually enable compression for binary message encoder]. Fortunately, I found a wonderful sample on MSDN. IT amp; Technology.
rashan's: April 2011
http://blog.rashans.com/2011_04_01_archive.html
Innovative to the core. Tuesday, April 5, 2011. CRM 4 – Implementing Dependent Lookups using JScript. You can easily define the dependencies and generate the required Jscript code. However, if we are dealing with Lookup fields instead of Picklists, then having a similar functionality is not that straightforward. How ever in this post we will see a really simple way to achieve this by using only JScript and the built-in search feature of the lookup view. IT amp; Technology. 8221; from the context menu....
rashan's: May 2011
http://blog.rashans.com/2011_05_01_archive.html
Innovative to the core. Wednesday, May 11, 2011. MS Platform Ready: Testing of a CRM 2011 Online Solution. The Microsoft Platform Ready. First, we have to register the application on the MPR portal. We may login to the MPR site by using our Microsoft Partner account (typically your Live ID) and click Add an app. Registering the Application at MPR portal. Monday, May 2, 2011. CRM 2011 – Implementing Dependent Lookups. In one of my previous posts, I have shown how we can implement dependent lookups in CRM 4.
rashan's: September 2009
http://blog.rashans.com/2009_09_01_archive.html
Innovative to the core. Saturday, September 12, 2009. Responding to a RFP. The request for proposal (RFP) process provides an effective bidding mechanism to make procurement decisions. It enables the organization to identify risks and benefits upfront. However, the RFP process is relatively lengthier and resource intensive for both the vendors and client. Then why clients make RFPs? Subscribe to: Posts (Atom). Responding to a RFP. IT amp; Technology. What is .NET Core and ASP.NET Core.
rashan's: Install Hadoop 2.5.x on Ubuntu Trusty (14.04.1 LTS)
http://blog.rashans.com/2014/11/install-hadoop-25x-on-ubuntu-trusty.html
Innovative to the core. Tuesday, November 25, 2014. Install Hadoop 2.5.x on Ubuntu Trusty (14.04.1 LTS). On a fresh Ubuntu Trusty installation. To make things simple, I will be working in command line (yes, its much more productive than using the GUI! For other modes and advanced setup scenarios, please refer to the Hadoop documentation. Before we start installing Hadoop, the following packages should be install;. Sudo apt-get install openssh-server. Sudo apt-get install ssh. Sudo apt-get install rsync.
rashan's: November 2014
http://blog.rashans.com/2014_11_01_archive.html
Innovative to the core. Saturday, November 29, 2014. Running Hadoop MapReduce example jobs. The official Hadoop installation comes with some example MapReduce jobs. In this post let us get to know about them and try to run them on our local server. In case you want to know about setting up Hadoop on a Ubuntu server, please refer to my previous posts. In fact, in this post I assume that you have already read them and working with a similar setup. 2 Basic setup of the Hadoop file system. An example definin...
rashan's: August 2010
http://blog.rashans.com/2010_08_01_archive.html
Innovative to the core. Wednesday, August 4, 2010. In this article we will summarize some of the best practices and technologies we have identified to implement a scalable and manageable communication framework to integrate iOS base devices into an existing enterprise application, typically developed using Microsoft technologies. Selecting the communication protocol. IT amp; Technology. Subscribe to: Posts (Atom). IT amp; Technology. What is .NET Core and ASP.NET Core.
rashan's: August 2009
http://blog.rashans.com/2009_08_01_archive.html
Innovative to the core. Thursday, August 20, 2009. The Service Recovery Paradox: Rising from the Ashes. Subscribe to: Posts (Atom). The Service Recovery Paradox: Rising from the Ashe. IT amp; Technology. What is .NET Core and ASP.NET Core. 2014 rashans.com. Awesome Inc. template. Powered by Blogger.
rashan's: November 2012
http://blog.rashans.com/2012_11_01_archive.html
Innovative to the core. Tuesday, November 20, 2012. Flexible record access rights management using CRM workflows. Custom Workflow step input properties window. The above figure shows the input parameter window of the workflow step. Basically, we can see 4 categories of input parameters. Revoke All Access to Record. We can revoke all access to the current record for all. Users, except the user running the workflow. Target team and/or user:. Reset existing access to target team and user:. The workflow step...
TOTAL LINKS TO THIS WEBSITE
17
طراحی وبسایت و توسعه اپلیکیشن موبایل وپرتال و نرم افزار تحت وب
طراحی و توسعه وبسایتهای ASP.NET و رسپانسیو. توسعه نرم افزار های تحت وب و وبسایهای با CMS اختصاصی Developer Empire با امنیت بالا و رابط کاربری مناسب تجارت شما. طراحی و توسعه وبسایت ASP.NET. توسعه نرم افزار های تحت وب و وبسایت, CMS اختصاصی با امنیت بالا و رابط کاربری مناسب تجارت شما. طراحی و توسعه اپلیکیشن موبایل. توسعه اپلیکیشن های موبایل برای سیستم عامل های مختلف اندروید, IOS, و ویندوز. با تجربه ی چندین ساله در تجارت الکترونیک و مارکتینگ میتوانیم تجارت شما را در این عرصه رشد دهیم. بالاترین دارایی ما شبکه...
Developer En Coma | Después de 4 años en coma, despierto y me doy cuenta de que el mundo ha cambiado. Nuevas tecnologías, nuevos frameworks. Mucho que aprender y compartir.
Después de 4 años en coma, despierto y me doy cuenta de que el mundo ha cambiado. Nuevas tecnologías, nuevos frameworks. Mucho que aprender y compartir. Octubre 4, 2013 in Uncategorized. Recuerdo la primera vez que fumé un cigarrillo. Tan solo un chiquillo tratando de aparentar ser un hombre. Que imbécil. Si hubiera sabido que ese lamentable hecho iba a cambiar mi vida y mi salud, nunca lo hubiera encendido. Se que no lo será. Un abrazo, desarrolladores. Amigo: Te quiero, pero estas despedido. Pues bien,...
Developerentrepreneur.com
SAP Developers in Fremont
Cendien specializes in SAP staffing services and provides talented SAP expertise to Fremont clients. With a proven process to qualify and deliver SAP consultants, we provide the right resources to support demanding engagements. Our SAP staffing team is dedicated to exclusively focus on SAP expertise. We provide Fremont SAP consulting expertise in the following areas:. Our client base consists of organizations throughout various industries including, but not limited to, Healthcare, Manufacturing, Higher E...
Price Request - BuyDomains
Url=' escape(document.location.href) , 'Chat367233609785093432', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=500');return false;". Need a price instantly? Just give us a call. Toll Free in the U.S. We can give you the price over the phone, help you with the purchase process, and answer any questions. Get a price in less than 24 hours. Fill out the form below. One of our domain experts will have a price to you within 24 business hours. United States of America.
developereventlog.blogspot.com
Developer Event Log
The ever-growing log of software development events. Thursday, June 06, 2013. SignalR – Real-time application development. Thursday, June 06, 2013. Which is an umbrella term that provides a variety of models/solutions in order to achieve real-time application development over HTTP (Hyper Text Transfer Protocol) (e.g. Streaming, Hidden iframe, Ajax with long polling, etc.). Limitations of a typical Request-Response oriented Application. This mechanism does not provide us the means to achieve real-time dat...
Price Request - BuyDomains
Url=' escape(document.location.href) , 'Chat367233609785093432', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=500');return false;". Need a price instantly? Just give us a call. Toll Free in the U.S. We can give you the price over the phone, help you with the purchase process, and answer any questions. Get a price in less than 24 hours. Fill out the form below. One of our domain experts will have a price to you within 24 business hours. United States of America.
Developer Events Listings | Developer Conferences
Developer Events Listings Developer Conferences. Global Developer Events List. IoT Tech Expo Global. 23 January 2017 09:00. 24 January 2017 17:00. Hammersmith Road, London, W14 8UX. The IoT Tech Expo Global; conference and free exhibition returns to London on 23-24 January 2017, for two days of top level content and discussion, introducing and exploring the latest innovations. 23 January 2017 09:00. 24 January 2017 17:00. 13 January 2017 08:00. 15 January 2017 18:00. 16 January 2017 08:00. Developer Week...
developerexperience.blogspot.com
A Developer's Experience
Another effective [debugging] technique is to explain your code to someone else. This will often cause you to explain the bug to yourself. Sometimes it takes no more than a few sentences, followed by an embarrassed "Never mind. I see what's wrong. Sorry to bother you." This works remarkbly well; you can even use non-programmers as listeners. - From "The Practice of Programming" by Brian W Kernighan and Rob Pike. Type Safe Logger For C. Friday, August 28, 2015. My experience with blogspot. But not just th...
SOCIAL ENGAGEMENT