September 2005 - Posts

29 September 2005
Help I cant find any docs regarding SendOrPostCallback delegate!
Using wsdl.exe i have generated a SoapHttpClient(SOAP) proxy class. I turns fine, i had my .cs file but when i build my Pocket PC 2003 project in VS.Net 2005 Beta 2, it alwasy tell me this error: Error 129 The type or namespace name 'AsyncCompletedEventArgs' does not exist in the namespace 'System.ComponentModel... Read More...
Filed under:
26 September 2005
Simple dev tools I find hard to live without
I been using different small tools to help me simplify some complicated tasks and helps me debugging ASP.Net Lutz .NET Reflector Firefox web developer's toolbar WestWind ASP.Net Precompiler Top Style Lite CSS Editor Web Development Helper Please feel free to add more. Read More...
Filed under:
26 September 2005
Tips and Tricks: Exclude files from ASP.Net 2.0 Precompilation
If you create a web project in a single solution on Visual Studio 2005 Beta 2, sometimes we include other folders such as App_Documents pertaining to program specs, App_ScreensShots for target screen shots if your doing both UI design and coding. In my experience i also created folder App_Scripts for... Read More...
Filed under:
22 September 2005
Code Complete 2 (Steve McConnell): I'll wait mine...
i finnaly have my orders placed at www.amazon.com today. This is my first time to do online transaction so i was bit paranoid of security. I read privacy statements and lots of statements on safe buying at amazon. I was expecting the shipping charges at only $7 but after checking out, i got a shocking... Read More...
Filed under:
20 September 2005
"VS.Net 2005 Template Strategies": My NTB Technical Presentation
Last Saturday, I was scheduled to present a 15-minute technical topic for Nerds Battery Test (NTB), another requirement to be a member of the community (Microsoft Node For Excellence Research and Development) MS NERDS. That was Friday evening yet I have no technical topic to present but later after playing... Read More...
Filed under: ,
19 September 2005
Custom HttpHandler
After reading some articles on HttpHandlers and HttpModules I became really interested in creating my own. This weekend i will find time to create a simple HttpHandler and HttpModule for pre-authenticating users for a "trial" usage for my application. The idea was raised in this good article of Michele... Read More...
Filed under:
15 September 2005
[ISerializable] Attribute
In a thread posted in our local developer forums [forums.msdn.ph] , somebody ask what is [ISerializable] attribute in laymen terms and what does it do. Very interesting explanations have been posted and so i have one also, from my very basic understanding of it. A member named chris [gwapo] throughly... Read More...
Filed under:
14 September 2005
Day spent out on research
I find this day non-productive because i spent my whole day reading about .Net Compact Framework and .Net Mobile application development. CF has been around since 1.0 and im excited to see what are the signifcant improvements with this new framework. I am much interested in studying bluetooth applications... Read More...
Filed under:
15 September 2005
Frogs in Makati
Yesterday, i left the office late around 10 PM because i have been thru a lot of readings. I haven't noticed that it rains so hard outside so i struggled to get into Ayala Ave and get a ride. As i pass along Ayala triangle, it was very surprising to hear those frogs, yes there are frogs inside makati... Read More...
14 September 2005
Sql Server UDF: convertToProperCase
Just want to share this to you. This might be not so good or optimize in a DBA point of view but definetly helped me presenting db data to users especially when the labels of field on your web site was bounded to db and data are in All CAPS or the All LOWER case. CREATE FUNCTION udf_pretty(@inputString... Read More...
Filed under:
14 September 2005
EPS Training at Exchange Room, Microsoft Philippines
Effective Presentation Skills Training Exchange Room, Microsoft Philippines It was a great experience having a training like this. EPS is one of the required activities to be a member (Microsoft Nodes for Excellence Research and Development) MSNERDS . Sir Vic, Jerome, Dennis and Mike are really great... Read More...
14 September 2005
I welcome myself to Community Server
Great! Thanks to keitrull for gicing this account. I've long waited to have myblog hosted with CS/.Text and now finally i have one. I planning to transfer my MSN Spaces entries here starting this week. Read More...
01 September 2005
Getting @RETURN_VALUE and Ouput Parameter
To do a custom paging solution for search feature that return large resultset, I need to pass the search string, current page number, the page size to the stored procdure which in turn return the total number of records qualified and the first batch records within the range of current page and page size... Read More...
Filed under: