Differences between asp.net web Site and asp.net Web Application

« اگر کريستوف کلمب ازدواج کرده بود | Assign a static port to Asp.net Website » Differences between asp.net web Site and asp.net Web Application by Vahid 10. December 2009 06:05 Have ever wondered what the differences between 2 types of asp.net web projects in visual studio 2005 (asp.net web site project and asp.net web application project) are?Well personally I had some idea here and there about the differences but when I found the following tables from MSDN which describe the differences in an organized way, I thought of sharing them with you.Just one important thing is missing and this is:In asp.net web application project we can assign a static port number for your internal web server whereas in asp.net web site project we are restricted to use the dynamically assigned port number. Static port number assignment functionality comes handy in many situation starting from an automated testing.The following table lists Web project options or tasks and indicates which project model best implements those options. ...

December 10, 2009 · 6 min

Maximum Capacity Specifications for SQL Serve 2008

« Microsoft My Phone | اگر کريستوف کلمب ازدواج کرده بود » Maximum Capacity Specifications for SQL Serve 2008 by Vahid December 2009 09:18 it has been always a question for me that what the maximum number of table in a sql server database is. searching for an answer to this question, i came across the following table in msdn. i found it very usefull and thought of sharing it with you. ...

December 1, 2009 · 4 min

Microsoft My Phone

« Export to PDF, Excel and Image in asp.net | Maximum Capacity Specifications for SQL Serve 2008 » Microsoft My Phone by Vahid 12. October 2009 14:07 here is the long waiting service for windows mobile phones. it helps you backup you phone data including contacts, text messages, pictuers ect online and access them from anywhere in the world where you are connected to internet. best of all, the service is for free. ...

October 12, 2009 · 1 min

Export to PDF, Excel and Image in asp.net

« Oracle Connection String Without tnsnames.ora file for .net | Microsoft My Phone » Export to PDF, Excel and Image in asp.net by Vahid 18. July 2009 19:48 recently in our project we had a requirement to export html to PDF in asp.net. there are so many components around which we can use to do this but the restriction for us was that we had to do it without spending money means we had to go for an open source component. doing so much I&D on this, we came to know about itextSharp which is a powerful open source component to create PDF files in .net. first it seemed good to us but spending sometimes on it we came to know it was not what we were looking for. two reason for that: ...

July 18, 2009 · 3 min

Oracle Connection String Without tnsnames.ora file for .net

« Managing Multiple Configuration File For Different Application Life cycles In .Net Applications | Export to PDF, Excel and Image in asp.net » Oracle Connection String Without tnsnames.ora file for .net by Vahid 12. July 2009 04:51 ever wanted to connect to an oracle database in your .net application (asp.net, windows client ect) but tnsnames.ora file was missing? ok,i just found a solution for this in connectionstrings.com. you can use the following connection strings to connect to an oracle database using both microsoft .net provider for oracle database and odp.net: ...

July 12, 2009 · 1 min

Managing Multiple Configuration File For Different Application Life cycles In .Net Applications

« Differences between XML and JSON | Oracle Connection String Without tnsnames.ora file for .net » Managing Multiple Configuration File For Different Application Life cycles In .Net Applications by Vahid 25. May 2009 16:50 All of us have already dealt with the problem of promoting configuration files in different application life cycles. this problem can be as simple as managing different connection strings for different databases in each environment to managing the other complicated settings in each environment. ...

May 25, 2009 · 4 min

Differences between XML and JSON

« An inspiring concept video of what next-generation UX could be and what digital life might be | Managing Multiple Configuration File For Different Application Life cycles In .Net Applications » Differences between XML and JSON by Vahid 24. May 2009 05:29 Here are some key differences between JavaScript Object Notation (or JSON), an open and text-based data exchange format, that provides a standardized data exchange format better suited for Ajax-style web applications and XML. ...

May 24, 2009 · 4 min

An inspiring concept video of what next-generation UX could be and what digital life might be

« XPath expressions quick reference: | Differences between XML and JSON » An inspiring concept video of what next-generation UX could be and what digital life might be by Vahid 10. May 2009 03:51 i got the video from Nikhil Kothari blog. you got to check this out. watch and tell me how long is it going to take to be there? General Comments (0) Related posts Extreme WCF Training Video Hi, if you have been working with Windows communication foundation an…Managing Multiple Configuration File For Different Application Life cycles In .Net Applications All of us have already dealt with the problem of promoting configuration files in different applic…Java learning videos i just found a set of java and eclips learning videos. these are good mostely for begginers. … ...

May 10, 2009 · 1 min

XPath expressions quick reference:

« Do You Know About T4 (Text Template Transformation Toolkit) Code Generation In Visual Studio? | An inspiring concept video of what next-generation UX could be and what digital life might be » XPath expressions quick reference: by Vahid 7. May 2009 07:00 if you work with XML and xpath for sure the reference seems to be a trivial one for you. but if you stop working with xml and xpath for a while you’ll find the reference pretty handy. i personally keep it with me always. hope it also helps you. ...

May 7, 2009 · 2 min

Do You Know About T4 (Text Template Transformation Toolkit) Code Generation In Visual Studio?

« Software development security check list | XPath expressions quick reference: » Do You Know About T4 (Text Template Transformation Toolkit) Code Generation In Visual Studio? by Vahid 14. April 2009 03:15 Working with Microsoft products always has some surprises, now be it a defect, missing functionality or an unknown cool new feature. What’s the story? Well recently i was listening to a DotNetRocks show in which i heard the word “T4” which is something regarding to code generation in Visual Studio 2008! i was like, what is this? How come that i have not heard it before? Anyway I was really surprised. So as a code generation passionate i did some R&D about it and here is the outcome. What is T4? T4**is a code generator built right into Visual Studio. To be clear, we HAVE THIS NOW on our system.**So now is the right time to introduce code generation to our company. this means If we are doing something twice or more, manually, in our project, we should stop it and generate it instead. However, there is an issue with this technology and that’s the fact that Microsoft does not support it completely as of now and this reason why it is kind of hidden in VS. There’s no item templates in File | New Item and there’s no intellisense or syntax highlighting. However you don’t need this, but if you want really get the most out of T4, first, have a look at “T4 Editor Community Edition.” That’ll get you some basic coloring. ...

April 14, 2009 · 5 min