by Aneef Fashir on September 24, 2009
Scott guthrie just did a great announcement about the WebsiteSpark Program. what is WebsiteSpark? WebsiteSpark is designed for independent web developers and web development companies that build web applications and web sites on behalf of others. It enables you to get software, support and business resources from Microsoft at no cost for three years, and [...]
by Aneef Fashir on July 9, 2009
In the last few weeks I wrote 2 articles on how to resolve ClickOnce certificate expiration issues. you can find those articles here : ClickOnce Application,Expired Certificates & Public Key Token PART I ClickOnce Application,Expired Certificates & Public Key Token PART II During my work on this ClickOnce update, we decided to upgrade the application [...]
by Aneef Fashir on June 29, 2009
Its about time for us to get ready for Windows 7. and most of us have to develop applications compatible to Windows 7, Vista, and Server 2008. and sometimes we need applications to run with administrative privileges. and that’s not a big deal. but in these new Operating Systems, even an administrator is sometimes locked [...]
by Aneef Fashir on June 11, 2009
In the first part of this series I wrote the possible solutions available for the ClicOnce certificate issue. if you have missed it please read it before continuing. ClickOnce Application,Expired Certificates & Public Key Token PART I This post is not going to be a long one, I just want to point out a very [...]
by Aneef Fashir on June 11, 2009
Well, by this time I’m sure most of the ClickOnce application developers are aware of this problem. if you aren’t here is a basic description of what the problem is: Problem description ClickOnce allows application updates, only if the updated application manifests are signed with the same certificate (publisher) as was used to originally sign [...]
by Aneef Fashir on May 13, 2009
This is just a link post for the post below: PDB Files: What Every Developer Must Know This Morning Merill twitted a link on his twitter, for this valuable post about PDB Files by John Robbins. honestly I didn’t know much about the importance of PDB files until I read this. I think each .Net [...]
by Aneef Fashir on April 30, 2009
Well I just don’t want to write a review on a network provider in a blog dedicated for .net programming, but I think its a MUST to write, so that my readers, and friends are aware of the problem with Airtel HSDPA Data Connection. Well here are the specs and packages for their data connection [...]
by Aneef Fashir on April 16, 2009
one of the coolest control in ASP.Net 3.5 is its Listview Control. its too CSS friendly, and we can use it to achieve many great content presentations. if you go to scottgu’s blog you can find some good articles on how to use the listview control. recently I did such an implementation. its using the [...]