kholyos.blogspot.com
.Net Dimension: March 2009
http://kholyos.blogspot.com/2009_03_01_archive.html
It's all about Microsoft .net framework and how to use Microsoft technologies in your application. Thursday, March 26, 2009. JQuery with ASP.NET. In the past few days, I was working in development some components using JQuery. I was really impressed with the functionalities and performance as I am really a big fan of javascript. You can take a look on JQuery and download the library from: http:/ jquery.com/. Now, I’m going to give a sample about how to use JQuery ASP.NET to have an AJAX page. Show the di...
kholyos.blogspot.com
.Net Dimension: Intranet Software - TEMPO: Work in Harmony
http://kholyos.blogspot.com/2010/05/intranet-software-tempo-work-in-harmony.html
It's all about Microsoft .net framework and how to use Microsoft technologies in your application. Monday, May 24, 2010. Intranet Software - TEMPO: Work in Harmony. Intranet Software - TEMPO: Work in Harmony. May 25, 2010 at 10:00 AM. Subscribe to: Post Comments (Atom). View my complete profile. SharePoint 2013 Developer's Blog. SharePoint 2013 Developers Blog. Intranet Software - TEMPO: Work in Harmony. Awesome Inc. template. Powered by Blogger.
kholyos.blogspot.com
.Net Dimension: SharePoint 2013 Workflows (Loops and State Machine)
http://kholyos.blogspot.com/2013/04/sharepoint-2013-workflows-loops-and.html
It's all about Microsoft .net framework and how to use Microsoft technologies in your application. Sunday, April 7, 2013. SharePoint 2013 Workflows (Loops and State Machine). Finally, SharePoint 2013 supports a state machine workflow. It is not mandatory to be sequential. Also, It supports loops now, so you can create loop without the guilty feeling of the workaround developers were doing in old SharePoint servers. Good Job. August 1, 2014 at 3:06 AM. Did you try it? Subscribe to: Post Comments (Atom).
kholyos.blogspot.com
.Net Dimension: July 2009
http://kholyos.blogspot.com/2009_07_01_archive.html
It's all about Microsoft .net framework and how to use Microsoft technologies in your application. Thursday, July 2, 2009. Link 2 Imagine Cup. Check my blog for Imagine Cup. At Link 2 Imagine Cup Blog. It's all about imagine cup and my experience there. Imagine Cup is the biggest Technology Competition in the world organized by Microsoft. Check imagine cup new in Egypt at Link 2 Imagine Cup. Check my posts there and Enjoy :). Links to this post. Subscribe to: Posts (Atom). View my complete profile.
kholyos.blogspot.com
.Net Dimension: September 2010
http://kholyos.blogspot.com/2010_09_01_archive.html
It's all about Microsoft .net framework and how to use Microsoft technologies in your application. Tuesday, September 7, 2010. Configuring WCF for Multi Addresses. If you have a web site that has two address, for example: http:/ IP:PORT/ and http:/ www.YourSiteHere.com, and if you have a WCF that you need it to work in both URLs, then the configuration of the WCF will be different in that case. To achieve that add the following elements under system.ServiceModel. Links to this post.
kholyos.blogspot.com
.Net Dimension: February 2010
http://kholyos.blogspot.com/2010_02_01_archive.html
It's all about Microsoft .net framework and how to use Microsoft technologies in your application. Thursday, February 11, 2010. Fixing Ajax using WCF in Web.config and IIS 7.0. Sometimes when you call WCF from javascript (http:/ Site/Service.svc/js) or adding your WCF URL as service reference in the script manager, you find that the JS Proxy of the WCF returns 404 not found from the server. You can Check my previous post for more error details here. That's it. And Enjoy :). Links to this post. How to Sol...
kholyos.blogspot.com
.Net Dimension: Sharepoint 2010 Javascript error when adding or editing items in a list using popups
http://kholyos.blogspot.com/2010/12/sharepoint-2010-javascript-error-when.html
It's all about Microsoft .net framework and how to use Microsoft technologies in your application. Thursday, December 2, 2010. Sharepoint 2010 Javascript error when adding or editing items in a list using popups. I have discovered a weird problem in Sharepoint 2010 and many of developers have discovered that too. To reproduce the problem follow the following steps:. 1 Create new list of any type (Calendar, custom,.etc). 2 browse the list. 3 Click on Add new Item. For A: the pop up should be maximized.
kholyos.blogspot.com
.Net Dimension: May 2008
http://kholyos.blogspot.com/2008_05_01_archive.html
It's all about Microsoft .net framework and how to use Microsoft technologies in your application. Tuesday, May 27, 2008. LinQ stands for "Language Integrated Query". It extends C# and visual basic syntax with the new LinQ syntax to provide more capabilities in your code. It's an interesting feature in C# 3.0. I'll hit an example for LinQ. consider the following class:. Set { id = value. Set { studentName = value. List Student studentList = GetStudentList();. 3: select student;. Subscribe to: Posts (Atom).