saudico.net
Stratex Systems « Saudico Electronic Systems
http://www.saudico.net/web2/startx-system
Maintenance and Support Services. Upgrade of IBM Legacy Systems. You are here: Home. Raquo; Stratex Systems. Is a technology solutions company which provides an integrated strategy, performance and risk management solution, StratexPoint. StratexPoint is an enterprise-wide performance and risk management solution. Built on Microsoft’s SharePoint platform, it helps organizations clarify their strategic objectives and determine how much risk they are prepared to accept in the execution of their strategy.
codegrimoire.com
The Code Grimoire: No more recursive functions to define CAML Queries thanks to Camlex
http://www.codegrimoire.com/2015/02/no-more-recursively-defined-caml.html
Spells, invocations, alchemy and code. well just code actually. No more recursive functions to define CAML Queries thanks to Camlex. Some times you have a random number of conditions to check in a CAML query and in those cases I used to define the queries using a random recursive function that. I usually have to debug a few times. Works perfectly on the first go. The code for those queries would be something like this (and this is a simple one):. That was until now. Thanks to Camlex. ContentTypesToSearch...
codegrimoire.com
The Code Grimoire: September 2013
http://www.codegrimoire.com/2013_09_01_archive.html
Spells, invocations, alchemy and code. well just code actually. Get the fields available in an SPListItem. When you retrieve the items from a CAML query with the ViewFields parameters set there’s no way (or at least i don’t know it) to find out which fields you have available and populated with data. The usual way of getting the list of fields from the content type doesn’t work because the content type is null in that kind of items…. The answer, my friend, is sitting in the Xml. Subscribe to: Posts (Atom).
codegrimoire.com
The Code Grimoire: March 2013
http://www.codegrimoire.com/2013_03_01_archive.html
Spells, invocations, alchemy and code. well just code actually. I have been chosen as one of the MAPs for 2013. Most of the time I think I am shouting in an empty hall when I publish new posts. When I feel like that, I still post what seems interesting to me. When I get the time to, which is almost never. Because sometimes I like to read my blog and remember the way I have gone through. It is so gratifying to see that someone out there cares. Guess why I call my blog Developing is Painful.
codegrimoire.com
The Code Grimoire: February 2013
http://www.codegrimoire.com/2013_02_01_archive.html
Spells, invocations, alchemy and code. well just code actually. Iterating Big SharePoint Lists In Small Chunks. Why would anyone want to iterate SharePoint lists in small chunks? Because of two main reasons, the first one is because if the results of one of your queries is too big (say 2000 items) it gets really slow to work with it and second because you might just need the top 20 items that fulfil a condition and that condition is too complex to be represented in the first CAML query. Subscribe to: Pos...
codegrimoire.com
The Code Grimoire: Get Cortana in Windows 10 Desktop Outside the US
http://www.codegrimoire.com/2015/01/get-cortana-in-windows-10-desktop.html
Spells, invocations, alchemy and code. well just code actually. Get Cortana in Windows 10 Desktop Outside the US. One of the features I wanted to test the most on the new release of Windows 10 was Cortana but living outside the US it was disabled :(. It will take seconds to have the system configured. Look for Region and Language Settings. In the search bar where Cortana should be. Once your screen look like this:. Reset the machine and you'll have Cortana waiting for you there. View my complete profile.
codegrimoire.com
The Code Grimoire: October 2014
http://www.codegrimoire.com/2014_10_01_archive.html
Spells, invocations, alchemy and code. well just code actually. Surface 3 WiFi and Hyper V. Looks like something is not fully compatible between the surface and the Hyper V. And if you have installed the latest Visual Studio you have probably noticed that it takes longer than usual for the Wi-Fi to connect. Let alone that you don't have the sleep mode anymore. Right click on your desktop and select New Shortcut. Right after that we will find bcdedit.exe in the system32 folder. For the HyperV On. Surface ...
codegrimoire.com
The Code Grimoire: September 2012
http://www.codegrimoire.com/2012_09_01_archive.html
Spells, invocations, alchemy and code. well just code actually. Cannot import the following key file error in VS2012. I don’t know if this works as well in VS2010 or 2008 but in VS2012 is really easy to add the key to the pfx file. If you are getting the infamous error:. You can solve it easily by:. Clicking properties in the project that contains the file that is causing the issue. Then going to "Signing" and select again the file. You will be prompted for the password. Where’s the CookieContainer?
developingispainful.blogspot.com
Developing is painful (por Er Chan): agosto 2013
http://developingispainful.blogspot.com/2013_08_01_archive.html
Developing is painful (por Er Chan). Si lees algo en este blog que no sabías eres, oficialmente, el último en enterarte. Viernes, 23 de agosto de 2013. Scopes en una consulta CAML. He estado trabajando bastante tiempo con CAML queries y el scope, también conocido como ámbito. Es siempre algo muy importante a tener en cuenta. 191;Cuántas veces mis consultas no devuelven nada cuando estoy seguro. De que deberían tener resultados…. Básicamente tenemos dos modificadores Recursive y All. Para que quede todaví...
SOCIAL ENGAGEMENT